Skip to content

Fix TASTY reflect examples #6265

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

Merged
merged 2 commits into from
Apr 10, 2019
Merged

Fix TASTY reflect examples #6265

merged 2 commits into from
Apr 10, 2019

Conversation

jrudolph
Copy link
Contributor

@jrudolph jrudolph commented Apr 9, 2019

  • 'x is deprecated symbol syntax, not splicing (yet)
  • without by-name parameter passing anything else than a constant will not work (Expr[Int] will be Ident(x))

(Is that requirement of the by-name modifier explained somewhere? Is it a consequence / interaction of how the inline modifier works?)

 - `'x` is deprecated symbol syntax, not splicing (yet)
 - without by-name parameter passing anything else than a constant will not work (`Expr[Int]` will be `Ident(x)`)
Copy link
Member

@dottybot dottybot left a comment

Choose a reason for hiding this comment

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

Hello, and thank you for opening this PR! 🎉

All contributors have signed the CLA, thank you! ❤️

Have an awesome day! ☀️

@jrudolph
Copy link
Contributor Author

jrudolph commented Apr 9, 2019

Have an awesome day! sunny

Thanks botty, you too! 🌋

Copy link
Contributor

@nicolasstucki nicolasstucki left a comment

Choose a reason for hiding this comment

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

Could you add the changes suggested by @LPTK

@nicolasstucki nicolasstucki self-assigned this Apr 9, 2019
@nicolasstucki nicolasstucki merged commit e84ea97 into scala:master Apr 10, 2019
@nicolasstucki
Copy link
Contributor

Thanks @jrudolph

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.

4 participants