Skip to content

Support Java 11+#4

Merged
roscopeco merged 3 commits intodevelopfrom
feature/support-java-11
May 25, 2022
Merged

Support Java 11+#4
roscopeco merged 3 commits intodevelopfrom
feature/support-java-11

Conversation

@roscopeco
Copy link
Copy Markdown
Owner

No description provided.

@roscopeco roscopeco force-pushed the feature/support-java-11 branch from 09e7f94 to 238f0db Compare May 25, 2022 16:51
@roscopeco roscopeco merged commit 980e172 into develop May 25, 2022
@roscopeco roscopeco deleted the feature/support-java-11 branch May 25, 2022 17:14
roscopeco added a commit that referenced this pull request May 25, 2022
* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release v0.2.0
roscopeco added a commit that referenced this pull request Jun 2, 2022
* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release/version 0.2.0 (#5) (#6)

* Roll 0.3.0-SNAPSHOT development

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Post 0.3.0 (#9)

* Roll 0.4.0-SNAPSHOT for dev

* Fix default class format to Java 11 (#11)

* Collect errors (#10)

* Collect errors rather than stopping at first
* Nicer error messages from tool

* Reference Gradle plugin (#12)

* Better error messages (#13)

* Readme updates (#14)

* Release 0.4.0
roscopeco added a commit that referenced this pull request Jun 2, 2022
* Release/version 0.2.0 (#5)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release v0.2.0

* Release/0.3.0 (#8)

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Release/0.4.0 (#15)

* Roll 0.2-SNAPSHOT development

* Ignore DS_Store

* Fix examples in README (#3)

* Support Java 11+ (#4)

* Downgrade required Java version to Java 11+

* Release/version 0.2.0 (#5) (#6)

* Roll 0.3.0-SNAPSHOT development

* Feature/support intellij plugin (#7)

Support block comments, tweaks for better IntelliJ integration

* Whitespace & comments to hidden channel
  * Previously, we skipped them in the lexer
  * IntelliJ needs them not to be skipped (it needs a continuous stream)
* Explicit DQUOTE token
* Allow NAME as well as QNAME for extends and implements
* Optional comma in implements list
* Add `classbody` rule
  * Encapsulates the class body minus the enclosing braces
  * Makes for an easier time in the PSI tree for IntelliJ
* Tidied up `stat_block`, omit opening/closing brace
* Encapsulate invokedynamic body into a new rule

* Post 0.3.0 (#9)

* Roll 0.4.0-SNAPSHOT for dev

* Fix default class format to Java 11 (#11)

* Collect errors (#10)

* Collect errors rather than stopping at first
* Nicer error messages from tool

* Reference Gradle plugin (#12)

* Better error messages (#13)

* Readme updates (#14)

* Release 0.4.0

* Roll 0.5.0-SNAPSHOT for dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant