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

Make :javap in REPL work on JDK 11+ #8486

Merged
merged 1 commit into from
Nov 19, 2019

Conversation

som-snytt
Copy link
Contributor

No description provided.

@scala-jenkins scala-jenkins added this to the 2.13.2 milestone Oct 21, 2019

def compilerClasspath: Seq[URL]

def outputDir: AbstractFile
Copy link
Contributor Author

Choose a reason for hiding this comment

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

suboptimal for now, bytecode printing should be a service.

@som-snytt
Copy link
Contributor Author

Requested retronym who requested a less budget-busting version.

The LOC delta is a wash after refactor. I've already forgotten what it does.

Copy link
Member

@retronym retronym left a comment

Choose a reason for hiding this comment

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

Thanks for bravely straddling the JDK version chasm.

Later, we could consider making the code cleaner by making our build messier letting sub-projects be built with particular JDKs (or JDK.latest with particular -release arguments) and packaging the result up in a multi-release JAR. This could be useful in other spots of the library.

@retronym retronym merged commit acd6c1c into scala:2.13.x Nov 19, 2019
@som-snytt som-snytt deleted the issue/11154-2.13 branch November 19, 2019 12:59
@SethTisue SethTisue added the release-notes worth highlighting in next release notes label Nov 20, 2019
@SethTisue
Copy link
Member

and another "Forward port javap support" ticket: lampepfl/dotty-feature-requests#80

@som-snytt som-snytt mentioned this pull request Feb 4, 2020
@SethTisue SethTisue changed the title Forward port javap support Make :javap in REPL work on JDK 11+ Feb 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-notes worth highlighting in next release notes
Projects
None yet
4 participants