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

Router: apply src=keep around : return-type #4137

Merged
merged 2 commits into from
Aug 6, 2024

Conversation

kitbellew
Copy link
Collaborator

Helps with #4133.

@kitbellew kitbellew requested a review from tgodzik August 6, 2024 04:57
@@ -3626,8 +3626,8 @@ object a {
implicit def generate[T](
value: T
): Clue[T] = macro MacroCompatScala2.clueImpl
implicit def generate[T](value: T): Clue[T] = macro
Copy link
Contributor

Choose a reason for hiding this comment

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

I would expect keep to not change the newlines here,

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

and now, after the fix, it does preserve the newline :)

Copy link
Contributor

Choose a reason for hiding this comment

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

ach, right my bad. My brain is not working 100% today 😅

@kitbellew kitbellew merged commit eca4e89 into scalameta:main Aug 6, 2024
9 checks passed
@kitbellew kitbellew deleted the 4133_4 branch August 6, 2024 13:52
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