-
Notifications
You must be signed in to change notification settings - Fork 0
feat: UX Overhaul #8
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
dcccd4c
fix: actually search from path
melodicore a9ee842
fix: use elide.exe on windows
melodicore 469856c
feat: kotlin plugin extensions
melodicore 163bf57
feat: elide maven plugin
melodicore 2ccee2f
chore: update usage, readme
melodicore 7144317
chore: rename elide-plexus-compilers to elide-java-compiler
melodicore 6902271
chore: cleanup, license headers, executable override
melodicore e01c94c
chore: update ci
melodicore 583e5d6
chore: unnecessary groupId
melodicore ecc55f7
chore: cleanup x2
melodicore 4cc786f
fix: fix ci
melodicore 641b51e
fix: fix ci x2
melodicore e8a42bd
fix: address review comments
melodicore e02821f
chore: run samples when testing, add simple makefile
melodicore 005fd89
feat: piggyback off of JavacCompiler for better output handling
melodicore 4249ec4
test: add some tests
melodicore f284d07
chore: fmt
melodicore e11c9dd
fix: fix ci
melodicore bfac397
chore: round 2 review comments
melodicore File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| all: clean all-java all-kotlin all-plugin | ||
|
|
||
| clean: | ||
| ./mvnw clean | ||
|
|
||
| all-java: build-java test-java install-java sample-java | ||
|
|
||
| all-kotlin: build-kotlin test-kotlin install-kotlin sample-kotlin | ||
|
|
||
| all-plugin: build-plugin test-plugin install-plugin sample-plugin | ||
|
|
||
| build-java: | ||
| ./mvnw compile -pl java-compiler | ||
|
|
||
| build-kotlin: | ||
| ./mvnw compile -pl kotlin-plugin | ||
|
|
||
| build-plugin: | ||
| ./mvnw compile -pl elide-plugin | ||
|
|
||
| test-java: | ||
| ./mvnw test -pl java-compiler | ||
|
|
||
| test-kotlin: | ||
| ./mvnw test -pl kotlin-plugin | ||
|
|
||
| test-plugin: | ||
| ./mvnw test -pl elide-plugin | ||
|
|
||
| install-java: | ||
| ./mvnw install -pl java-compiler | ||
|
|
||
| install-kotlin: | ||
| ./mvnw install -pl kotlin-plugin | ||
|
|
||
| install-plugin: | ||
| ./mvnw install -pl elide-plugin | ||
|
|
||
| sample-java: | ||
| ./mvnw clean package exec:java -f sample-java | ||
|
|
||
| sample-kotlin: | ||
| ./mvnw clean package exec:java -f sample-kotlin | ||
|
|
||
| sample-plugin: | ||
| ./mvnw clean package exec:java -f sample-mixed | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.