Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Jastadd2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
Jastadd2
Commits
6bc6f334
Commit
6bc6f334
authored
4 years ago
by
Jesper
Browse files
Options
Downloads
Patches
Plain Diff
Release 2.3.5
parent
d0a35607
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+4
-0
4 additions, 0 deletions
ChangeLog
doc/release-notes.md
+49
-4
49 additions, 4 deletions
doc/release-notes.md
with
53 additions
and
4 deletions
ChangeLog
+
4
−
0
View file @
6bc6f334
2021-02-11 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Release 2.3.5
2020-05-18 Jesper Öqvist <jesper.oqvist@cs.lth.se>
2020-05-18 Jesper Öqvist <jesper.oqvist@cs.lth.se>
* Removed the deprecated list rewrite feature.
* Removed the deprecated list rewrite feature.
...
...
This diff is collapsed.
Click to expand it.
doc/release-notes.md
+
49
−
4
View file @
6bc6f334
# JastAdd2 Release Notes
# JastAdd2 Release Notes
## 2.3.5 - 2021-02-11
Improvements to Java 8 support, bug fixes and various internal code cleanups.
### Java 8 Support
*
[
Issue 320:
](
https://bitbucket.org/jastadd/jastadd2/issues/320
)
Default and static interface methods are now able to be used in aspects.
*
[
Issue 323:
](
https://bitbucket.org/jastadd/jastadd2/issues/323
)
Array constructor references can now be used in aspects.
### Bug Fixes
*
[
Issue 312:
](
https://bitbucket.org/jastadd/jastadd2/issues/312
)
Fixed errors in generated code when generateAnnotations disabled.
*
[
Issue 313:
](
https://bitbucket.org/jastadd/jastadd2/issues/313
)
Fixed errors in generated code for incremental token NTAs.
*
[
Issue 324:
](
https://bitbucket.org/jastadd/jastadd2/issues/324
)
Improve multiple interface handling in implements statement.
*
[
Issue 322:
](
https://bitbucket.org/jastadd/jastadd2/issues/322
)
Fixed problem with collection attributes and implements statements.
*
[
Issue 328:
](
https://bitbucket.org/jastadd/jastadd2/issues/328
)
Fixed error in generated code for NTA tokens with incremental=param,debug.
*
[
Issue 332:
](
https://bitbucket.org/jastadd/jastadd2/issues/332
)
Fixed crash in incremental code generator with tracing enabled.
*
[
Issue 333:
](
https://bitbucket.org/jastadd/jastadd2/issues/333
)
Fixed error in incremental code generation.
### Other Changes
*
[
Issue 316:
](
https://bitbucket.org/jastadd/jastadd2/issues/316
)
Disabled
`setParent()`
on empty container singleton.
*
[
Issue 318:
](
https://bitbucket.org/jastadd/jastadd2/issues/318
)
The
`grammar`
option is now optional when using the
`jjtree`
option.
*
Removed an obsolete warning message.
*
Removed JastAddTask to get rid of Ant dependency for building JastAdd.
*
Removed deprecated options: noVisitCheck, noCacheCycle, noLazyMaps,
doxygen, cacheAll, noCaching, cacheNone, cacheImplicit, ignoreLazy,
fullFlush, doc, java1.4, suppressWarnings, noComponentCheck, deterministic,
noRefineLegacy, noInhEqCheck, noStatic.
*
Some existing options have been deprecated: lazyMaps, private, traceVisitCheck, inhEqCheck,
refineLegacy, debug.
*
Removed duplicate cleanup for incremental NTA listeners.
*
New attribute tracing events added for collection attributes.
## 2.3.4 - 2019-07-25
## 2.3.4 - 2019-07-25
## Incremental Evaluation
##
#
Incremental Evaluation
Performance improvements and bugfixes were added for incremental evaluation.
Performance improvements and bugfixes were added for incremental evaluation.
A very simplified summary of the changes:
A very simplified summary of the changes:
...
@@ -12,7 +57,7 @@ A very simplified summary of the changes:
...
@@ -12,7 +57,7 @@ A very simplified summary of the changes:
*
Improved attribute flushing dependency (removed linear search over attributes
*
Improved attribute flushing dependency (removed linear search over attributes
for each flushed instance).
for each flushed instance).
## Fluent Interface for AST Construction
##
#
Fluent Interface for AST Construction
The component setting methods (setChild, addChild, setX, etc.) now return the
The component setting methods (setChild, addChild, setX, etc.) now return the
reference to the modified node so that AST construction calls can be chained
reference to the modified node so that AST construction calls can be chained
...
@@ -21,12 +66,12 @@ together in a sequence of method calls.
...
@@ -21,12 +66,12 @@ together in a sequence of method calls.
This feature was contributed by Alexandru Dura in
[
pull request
This feature was contributed by Alexandru Dura in
[
pull request
10
](
https://bitbucket.org/jastadd/jastadd2/pull-requests/10/fluent-interface-for-ast-nodes
)
.
10
](
https://bitbucket.org/jastadd/jastadd2/pull-requests/10/fluent-interface-for-ast-nodes
)
.
## Option to Optimiz
i
e Imports
##
#
Option to Optimize Imports
JastAdd can now remove most unused imports in generated code. Enable this by
JastAdd can now remove most unused imports in generated code. Enable this by
adding the
`--optimize-imports`
option to the JastAdd command.
adding the
`--optimize-imports`
option to the JastAdd command.
## Bugfixes
##
#
Bugfixes
*
[
Issue 308:
](
https://bitbucket.org/jastadd/jastadd2/issues/308/java-7-multi-catch-clauses-are-not
)
*
[
Issue 308:
](
https://bitbucket.org/jastadd/jastadd2/issues/308/java-7-multi-catch-clauses-are-not
)
Java 7 multi-catch syntax is now allowed in JastAdd aspects.
Java 7 multi-catch syntax is now allowed in JastAdd aspects.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment