-
Notifications
You must be signed in to change notification settings - Fork 230
Java 11, OpenJDK, ANTLR 4, and Travis #1
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 6 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
c146954
Moves to Java11 and OpenJDK via AdoptOpenJDK within the processing4 t…
sampottinger 86a2cd9
Merge pull request #2 from sampottinger/java11
sampottinger 25a0853
Add travis support for CI (not CD) (#3)
sampottinger 2b853b8
Updated license text.
sampottinger 00dd280
Merge pull request #4 from sampottinger/license_text
sampottinger ee299ef
Move to ANTLR 4 with Java 11 lang features and localization. (#5)
sampottinger 4d05baf
Removed pdex build per @benfry comments.
sampottinger 554ace3
Revert changes in comments inside PApplet and PGraphics.
sampottinger d02ad8f
Fix formatting issue in PImage.
sampottinger 7cad017
Recover lost changes in cut over to sampottinger/processing4.
sampottinger 30133d8
Merge pull request #6 from sampottinger/pr_1_simple_fixes
sampottinger 0febfce
Fix LongDict @nowebref
sampottinger 2b05da1
Refactored TabLineFactory into ProblemFactory. (#7)
sampottinger a265b1e
Consolidate logic for runtime path generation into a single class.
sampottinger ceb9fed
Add back in RuntimePathBuilder* under new location.
sampottinger f846c7e
Refactor ANTLR message simplification infrastructure.
sampottinger e46a957
Minor fix in PreprocessorResult dimension reporting.
sampottinger caa3580
Merge pull request #10 from sampottinger/fix_preprocessor_result_height
sampottinger 0dfa125
Merge pull request #9 from sampottinger/error_rewrite_restructure
sampottinger 404835f
Merge pull request #8 from sampottinger/runtime_structural_refactor
sampottinger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.DS_Store | ||
.AppleDouble | ||
*.iml | ||
._* | ||
*~ | ||
/build/shared/reference.zip | ||
|
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,26 @@ | ||
git: | ||
depth: 1 | ||
|
||
language: java | ||
|
||
jdk: | ||
- openjdk11 | ||
|
||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install ant-optional | ||
- sudo apt-get install wget | ||
- wget --no-check-certificate https://www-us.apache.org/dist//ant/binaries/apache-ant-1.10.7-bin.tar.gz | ||
- tar -xzvf apache-ant-1.10.7-bin.tar.gz | ||
- export PATH=`pwd`/apache-ant-1.10.7/bin:$PATH | ||
|
||
services: | ||
- xvfb | ||
|
||
before_script: | ||
- export DISPLAY=:99.0 | ||
- cd build | ||
|
||
script: | ||
- ant clean | ||
- ant build |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file not shown.
Binary file not shown.
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
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
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.