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

Add reflect SourceFile.{getJPath,name,path} #13177

Merged
merged 1 commit into from
Aug 17, 2021

Conversation

nicolasstucki
Copy link
Contributor

And deprecate SourceFile.jpath

Fixes #13007

@nicolasstucki nicolasstucki added the needs-minor-release This PR cannot be merged until the next minor release label Jul 28, 2021
@nicolasstucki nicolasstucki force-pushed the fix-#13007 branch 4 times, most recently from b9b8561 to 9da9786 Compare July 29, 2021 11:42
library/src/scala/quoted/Quotes.scala Outdated Show resolved Hide resolved
@nicolasstucki nicolasstucki self-assigned this Aug 3, 2021
@nicolasstucki nicolasstucki marked this pull request as ready for review August 16, 2021 10:57
And deprecate SourceFile.jpath

Fixes scala#13007
@nicolasstucki nicolasstucki added the release-notes Should be mentioned in the release notes label Aug 17, 2021
@smarter smarter merged commit 3be078d into scala:master Aug 17, 2021
@smarter smarter deleted the fix-#13007 branch August 17, 2021 09:55
@Kordyjan Kordyjan added this to the 3.1.0 milestone Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-minor-release This PR cannot be merged until the next minor release release-notes Should be mentioned in the release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jpath in the reflection API can return null but this isn't documented anywhere
3 participants