Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rewritten to be a full macro to fix compiler issue #328

Merged
merged 3 commits into from
Jul 26, 2024
Merged

rewritten to be a full macro to fix compiler issue #328

merged 3 commits into from
Jul 26, 2024

Conversation

lbialy
Copy link
Contributor

@lbialy lbialy commented Jul 24, 2024

Consulted with @jchyb, issue is more complex than just compiler issue. Best approach for now is to disable sc:compile for snippets that use derivation.

@lbialy lbialy requested a review from prolativ July 24, 2024 20:08
@lbialy
Copy link
Contributor Author

lbialy commented Jul 24, 2024

@prolativ can you please ack this?

@@ -28,7 +28,7 @@ key3:

(there is an [issue](YamlDecoder) with deriving YamlEncoder instance for Option datatype hence `YamlDecoder` instead `YamlCodec`)

```scala sc:compile
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this is no longer checked in the docs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, can't be temporarily. Scaladoc has an issue with that.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, it seems it's just a scaladox issues. @lbialy please raise it upstream

@tgodzik tgodzik merged commit fca6e33 into main Jul 26, 2024
6 checks passed
@tgodzik tgodzik deleted the issue-215 branch July 26, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants