Draft
Conversation
New groupID: org.ruby-lang New artifactID: prism-ruby-parser[-wasm] New root package: org.ruby_lang
This is a WIP commit and should be revised once the layout of the new gem(s) is decided.
This library depends on jruby-base but also needs stdlib for the parsing test. Rather than depend on jruby-complete, use a hard dep for jruby-base and a test-scoped dep for stdlib.
Contributor
Author
|
I've threaded the needle and gotten snapshots deployed for this all the way into the Coordinating the release of non-snapshot artifacts will take some additional work. Assuming TruffleRuby is not planning on using this (it depends on JRuby maven artifacts currently) I will proceed to do clean-up from here. This PR is focused more on getting Prism available to use as JRuby's internal parser. Later work will handle packaging a separate build of the prism/wasm stuff for the gem. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additional tweaks to get a deployable Maven artifact for the java-wasm artifact.
I'll mark this as non-draft when I'm satisfied the artifact is ready to get pushed to Maven Central.
This PR makes the following changes:
org.prismandorg.jrubytoorg.ruby_lang.