Lunatic
Lunatic copied to clipboard
fix(deps): update dependency antlr4 to v4.13.0
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
antlr4 | 4.11.0 -> 4.13.0 |
Release Notes
antlr/antlr4 (antlr4)
v4.13.0
This is primarily change to the Go target itself and its release location, which has moved to https://github.com/antlr4-go/antlr. The code still lives and this repository, but for release purposes we've created a new organization and repository so that Go users can pull versions down according to the repository and label rules
Issues fixed
- antlr4 jar doubled in size in 4.9.3 (unicode, comp:performance)
- Go: exponentially bad/absymal performance as of ... (type:bug, target:go)
- Go runtime panic (type:bug, target:go)
Improvements, features
- Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp)
- Feature/fixembedding (type:improvement, target:go, comp:performance)
- Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript)
Pull requests grouped by target
csharp target
- Update LexerATNSimulator.cs with virtual Consume (type:improvement, target:csharp)
cpp target
- Optimize the concurrent performance of Cpp target by more than 10 times (target:cpp, comp:performance, threading)
- Issue #4185: Too many artifacts fail to upload (comp:build, target:cpp, comp:testing)
- Limit use of Posix threads to Unix (target:cpp, threading)
- cmake: Fix output dir for Visual Studio generator (comp:build, target:cpp)
- Cpp: Remove code duplication (target:cpp, type:cleanup)
go target
- Feature/newrepo - Transition Go code to new runtime repo (target:go)
- Feature/docsNew release documentation and release notes for Go (comp:doc, target:go)
- Change closureCheckingStopState from recursive to iterative (target:go)
- Export generated data structures (target:go)
- fix: Allow CommonTokenStream to reset properly (target:go)
- feat: Adds actual usable @ actions to the go templates (target:go)
- Feat: Clean up go input streams to be a little more efficient (target:go)
- Add support to Golang codegen for booleans (target:go)
- Clean up go runtime testrig (target:go, comp:testing)
- feat: More reasonable wins in performance (target:go)
- Feature/memory (target:go, comp:performance)
- More performance improvements (target:go, comp:performance)
- Improve PredictionContext performance, fix bugs (target:go)
- Don't Panic! 50% plus performance improvement (target:go, comp:performance)
- Fix the prediction cache and the comparison algorithms from the legacy code (target:go)
- Improve runtime performance of the Go runtime test suite (target:go, comp:performance)
- Fix #3967 Merge of Prediction Context arrays was broken (target:go)
- Feature/fixembedding (type:improvement, target:go, comp:performance)
- Feature/docclean Greatly improve the godoc comments in the runtime (comp:doc, target:go)
- Feature/gotestfix (target:go)
- Feature/gotestfix Fixes Go runtime test suite (target:go, comp:testing, type:cleanup)
- Feature/fix 4150 - prevent invalid codegen in Go (type:bug, target:go)
- Remove redundant source code from go runtime (target:go, type:cleanup)
- fix: Some code that should have been destined for /v4 was instead put… (target:go, type:cleanup)
javascript target
- [JavaScript] Exporting syntaxErrorsCount (target:javascript)
- [Javascript] Added support for commonjs in nodejs package (target:javascript)
- do not modify String.prototype in js package (target:javascript)
- Provide Javascript port of TokenStreamRewriter (type:feature, target:javascript, target:typescript)
python3 target
- Minor typo (target:python3)
- Remove redundant name check in multiple files (target:python3)
-
[Python3] Move the metadata into
PEP 621
-compliantpyproject.toml
. (comp:build, target:python3)
Contributors
- 23 items: Jim Idle (jimidle)
- 4 items: ericvergnaud
- 2 items: HS (hs-apotell)
- 2 items: Josua Frank (Sharknoon)
- 2 items: Robert Adam (Krzmbrzl)
- 1 items: Rodrigo Antonio Godinho da Silva (killerall)
- 1 items: Tao Wang (wangtao9)
- 1 items: Michael de Hoog (mdehoog)
- 1 items: Ivan Kochurkin (KvanTTT)
- 1 items: Mikołaj Podbielski (mikolajpod)
- 1 items: Ahmad Tameem (Tameem97)
- 1 items: Adrian Jutrowski (Tarjei400)
- 1 items: Jon Harris (jharris4)
- 1 items: Alberto Simões (cxambs)
- 1 items: KOLANICH (KOLANICH)
- 1 items: hieunguyen2211
- 1 items: Leonardo Sarmiento (Leo1690)
- 1 items: Prashant-Jagtap
- 1 items: kirides
- 1 items: Terence Parr (parrt)
- 1 items: Eiríkur Fannar Torfason (eirikur-grid)
v4.12.0
The 4.12.0 release is primarily about the new TypeScript target created by @ericvergnaud. There are also a number of fixes to the various targets, as you can see from the descriptions below.
Issues fixed
- github actions now fail for python2 and ubuntu clang and ubuntu swift (comp:runtime, comp:build, comp:testing)
- js mergeArrays output differs from java (atn-analysis, target:javascript)
- C++ target fails Performance/DropLoopEntryBranchInLRRule_4.txt (atn-analysis, type:bug, target:cpp)
- Wrong grammarFileName in generated code (code-gen, type:bug)
- C++ crashes on new test ParserExec/ListLabelsOnRuleRefStartOfAlt.txt (atn-analysis, type:bug, target:cpp)
- [JavaScript runtime] Bad field name, bad comments (type:bug)
Improvements, features
- Fully qualify std::move invocations to fix -Wunqualified-std-cast-call (type:improvement, target:cpp)
- Extract FileUtils updates by @ericvergnaud (type:improvement, cross-platform-issue, comp:testing)
- Extract unit test updates by @ericvergnaud needed for TypeScript (type:improvement, comp:testing)
- [Go target] Fix for #3926: Add accessors for tree navigation to interfaces in generated parser (trees-contexts, code-gen, type:improvement, target:go)
- GitHub Workflows security hardening (actions, type:improvement, comp:testing)
Pull requests grouped by target
csharp target
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
cpp target
- Fully qualify std::move invocations to fix -Wunqualified-std-cast-call (type:improvement, target:cpp)
- Cpp: cmake improvements (comp:build, target:cpp)
- Gcc version fix (comp:build, target:cpp, comp:testing)
- Fix cpp equals bug #3959 (atn-analysis, type:bug, target:cpp)
- Fix 3845 nullptr cpp (atn-analysis, type:bug, target:cpp)
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
- Updating the files in the Xcode project for ANTLR4 Cpp runtime. (target:cpp)
- Fixing reserve word NULL for cpp targets (grammars, target:cpp, type:cleanup)
- [C++] Fix the compiler errors reported by GCC 7 (target:cpp)
go target
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
- Remove unnecessary getter (target:go, type:cleanup)
- [Go target] Fix for #3926: Add accessors for tree navigation to interfaces in generated parser (trees-contexts, code-gen, type:improvement, target:go)
- fix: #3758 Extrememly poor performance on poorly written grammars (target:go, comp:performance)
- fix: Restore missing changes to v4 of go runtime (target:go, type:cleanup)
- [Go] Add Iterative tree walker in go (trees-contexts, target:go)
java target
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
javascript target
- Js support encoding in file stream + packaging issues (target:javascript)
- Fix js webpack issue (target:javascript)
- Javascript fix missing export (target:javascript)
- Fix issue 3965 (atn-analysis, target:javascript)
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
python2 target
- Python LexerNoViableAltException is created with messages (#4095) (target:python2, target:python3)
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
python3 target
- Python LexerNoViableAltException is created with messages (#4095) (target:python2, target:python3)
- Generate identical atn simulation output across targets to compare parsing functionality (atn-analysis, target:java, target:javascript, target:python2, target:python3, target:csharp, comp:doc, target:cpp, target:go, comp:testing)
swift target
- Small tweaks to Swift.stg to allow throwing operations in actions (actions, target:swift, type:cleanup)
- Fix two Swift profiling bugs (atn-analysis, target:swift)
- Don’t specify a default type for the exported Swift package library (comp:build, target:swift)
- Package.swift: provide an option to link against ANTLR 4 statically (comp:build, target:swift)
- Bring back the Package.swift in the project's root (actions, comp:build, target:swift)
php target
- php composer install (comp:build, comp:testing, target:php)
- Fix PHP test template and improve docs about debugging (atn-analysis, comp:doc, target:php)
- Add ATN tracing support for PHP target (target:php)
dart target
Contributors
- 14 items: Terence Parr (parrt)
- 12 items: ericvergnaud
- 2 items: Ken Domino (kaby76)
- 2 items: Marcos Passos (marcospassos)
- 2 items: Jeremiah Boyle (j3r3miah)
- 2 items: Nikolay Edigaryev (edigaryev)
- 2 items: Jim Idle (jimidle)
- 1 items: Daniel Snider (danielsnider)
- 1 items: Jordan Rupprecht (rupprecht)
- 1 items: Sofyan-SU
- 1 items: Mykola (Nickolas) Pokhylets (nickolas-pohilets)
- 1 items: Robert Adam (Krzmbrzl)
- 1 items: HS (hs-apotell)
- 1 items: Chris Kolbu (nesevis)
- 1 items: Tony Arnold (tonyarnold)
- 1 items: Brad B (BradB132)
- 1 items: Eric Mutta (ericmutta)
- 1 items: acetousk
- 1 items: Chris (chris-miner)
- 1 items: @TT (1sand0s)
- 1 items: FireWolf (0xFireWolf)
- 1 items: Gunnlaugur Thor Briem (gthb)
- 1 items: Alex (sashashura)
- 1 items: Hervé Boutemy (hboutemy)
- 1 items: Rishabh Arya (rishabh-arya95)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.