Skip to content

Update Sourcecode to the latest Upstream and Dotty versions #7553

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 1 commit into from
Nov 20, 2019

Conversation

anatoliykmetyuk
Copy link
Contributor

Everything works in Sourcecode but Args which is supposed to retrieve the arguments – names and values – of the enclosing method. It doesn't work because in Scala 2 it relied on paramss operation on MethodSymbol which retrieved the parameter symbols of a method (from a macro). In Scala 3, we do not have an equivalent.

FTTB I'll leave it as is and proceed with porting the other libraries.

@anatoliykmetyuk anatoliykmetyuk changed the title Sourcecode community Update Sourcecode to the latest Upstream and Dotty versions Nov 13, 2019
@anatoliykmetyuk anatoliykmetyuk self-assigned this Nov 13, 2019
@anatoliykmetyuk
Copy link
Contributor Author

83e657d commit cherry-picked from #7522.

@anatoliykmetyuk
Copy link
Contributor Author

Rebased

@anatoliykmetyuk anatoliykmetyuk merged commit ecab57a into scala:master Nov 20, 2019
@anatoliykmetyuk anatoliykmetyuk deleted the sourcecode-community branch November 20, 2019 12:23
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