Closed renovate[bot] closed 2 years ago
As this PR has been closed unmerged, Renovate will now ignore this update (4.9.3). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps
array of your renovate config.
If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.
This PR contains the following updates:
4.9.2
->4.9.3
Release Notes
antlr/antlr4
### [`v4.9.3`](https://togithub.com/antlr/antlr4/releases/4.9.3) [Compare Source](https://togithub.com/antlr/antlr4/compare/4.9.2...4.9.3) #### Issues fixed - [Swift Target Crashes with Multi-Threading](https://togithub.com/antlr/antlr4/issues/3271) () - [JavaScript Runtime bug](https://togithub.com/antlr/antlr4/issues/3270) () - [Go target, cannot use superClass for the lexer grammar!](https://togithub.com/antlr/antlr4/issues/3254) (type:bug, target:go) - [Python runtime is inconsistent with Java](https://togithub.com/antlr/antlr4/issues/3236) (target:python2) - [FunctionDef source extract using getText()](https://togithub.com/antlr/antlr4/issues/3216) (target:javascript) - [Provide .NET Framework target in the csharp nuget package](https://togithub.com/antlr/antlr4/issues/3212) (target:csharp) - [Go target for Antlr tool, type ",int8" => "int8"](https://togithub.com/antlr/antlr4/issues/3204) (target:go) - [Flutter/Dart web support](https://togithub.com/antlr/antlr4/issues/3190) (target:dart) - [Allow Antlr Javascript runtime to be loaded into Kindle Touch](https://togithub.com/antlr/antlr4/issues/3183) (target:javascript) - [Fix Go test suite](https://togithub.com/antlr/antlr4/issues/3175) (comp:build, target:go) - [Weird error](https://togithub.com/antlr/antlr4/issues/2498) (error-handling, comp:tool) #### Improvements, features - [\[C++\] Use faster alternative to dynamic_cast when not testing inherit…](https://togithub.com/antlr/antlr4/pull/3318) (type:improvement, target:cpp) - [Stackoverflow after upgrading from 4.6 to 4.7](https://togithub.com/antlr/antlr4/issues/1943) (error-handling, type:improvement) #### Pull requests grouped by target ##### csharp target ##### cpp target - [\[C++\] Use faster alternative to dynamic_cast when not testing inherit…](https://togithub.com/antlr/antlr4/pull/3318) (type:improvement, target:cpp) - [\[C++\] Refactor Guid to use std::array instead of std::vector](https://togithub.com/antlr/antlr4/pull/3316) (target:cpp) - [Fix some thread sanitizer warnings in C++ runtime](https://togithub.com/antlr/antlr4/pull/3309) (target:cpp) - [Change utfcpp git url to use https](https://togithub.com/antlr/antlr4/pull/3192) (target:cpp) - [Add explanation about lifetime of parse tree to cpp-target.md#memory-management](https://togithub.com/antlr/antlr4/pull/3169) (target:cpp) - [Patch utfcpp build](https://togithub.com/antlr/antlr4/pull/3164) (comp:build, target:cpp) - [Revert "Cpp target: No building tests/samples for external utfcpp"](https://togithub.com/antlr/antlr4/pull/3149) (type:bug, target:cpp) - [Fix typo in ExternalAntlr4Cpp.cmake](https://togithub.com/antlr/antlr4/pull/3146) (target:cpp) - [\[C++\] Performance improvement in finally](https://togithub.com/antlr/antlr4/pull/3144) (target:cpp) ##### go target - [Fix for Issue 3319](https://togithub.com/antlr/antlr4/pull/3322) (type:bug, target:go) - [\[Go\] Fix null pointer dereference](https://togithub.com/antlr/antlr4/pull/3284) (target:go) - [fix: use 32bit murmur3 same with java, implement array2dhashset which…](https://togithub.com/antlr/antlr4/pull/3243) (target:go) - [Fix tests for go runtime](https://togithub.com/antlr/antlr4/pull/3185) (target:go, comp:testing) - [Runtime(Go): Add LICENSE to module](https://togithub.com/antlr/antlr4/pull/3177) (target:go) - [Add `go.mod` to go runtime module](https://togithub.com/antlr/antlr4/pull/3176) (comp:build, target:go) - [Making compatibility with actions and predicates in Go better](https://togithub.com/antlr/antlr4/pull/3174) (actions, target:go) ##### java target - [Upgrade com.ibm.icu:icu4j to latest (69.1) to avoid potential vulnerabilities it brings](https://togithub.com/antlr/antlr4/pull/3261) (target:java, unicode) ##### python2 target - [make Python2 runtime keep consistent with Java](https://togithub.com/antlr/antlr4/pull/3252) (target:python2) ##### swift target - [fix compiler error](https://togithub.com/antlr/antlr4/pull/3315) (target:swift) - [\[Swift\] Changes to Mutex-es to guard the staticly shared \[DFA\]](https://togithub.com/antlr/antlr4/pull/3276) (target:swift) - [Swift InterpreterDataReader and deserialize fixes](https://togithub.com/antlr/antlr4/pull/3098) (target:swift) - [Silence Swift compiler warnings in Swift runtime](https://togithub.com/antlr/antlr4/pull/3026) (target:swift) - [Fix Swift runtime ANTLRInputStream that can’t read Unicode scalars](https://togithub.com/antlr/antlr4/pull/3025) (target:swift) ##### php target ##### dart target - [\[Dart\] Workaround for windows build issue](https://togithub.com/antlr/antlr4/pull/3253) (target:dart) - [\[Dart\] Support Dart multiple platforms.](https://togithub.com/antlr/antlr4/pull/3250) (target:dart) - [\[Dart\] Add case changing char stream example](https://togithub.com/antlr/antlr4/pull/3246) (target:dart) - [\[Dart\] Fix crash when parsing high index options](https://togithub.com/antlr/antlr4/pull/3245) (target:dart) - [Configure dart debug flags through environment declaration](https://togithub.com/antlr/antlr4/pull/3128) (target:dart) - [Export recognizer class for dart target](https://togithub.com/antlr/antlr4/pull/3119) (target:dart) - [Enable dart non nullable by default (NNBD)](https://togithub.com/antlr/antlr4/pull/3116) (comp:runtime, target:dart) #### Contributors - 9 items: [ericvergnaud](https://togithub.com/ericvergnaud) - 4 items: [Justin King](https://togithub.com/jcking) (jcking) - 4 items: [Larry Li](https://togithub.com/lingyv-li) (lingyv-li) - 3 items: [Ken Domino](https://togithub.com/kaby76) (kaby76) - 3 items: [Vladimir-Chan](https://togithub.com/Vladimir-Chan) - 3 items: [Joaquín León](https://togithub.com/Joakker) (Joakker) - 2 items: [Terence Parr](https://togithub.com/parrt) (parrt) - 2 items: [Ivan Kochurkin](https://togithub.com/KvanTTT) (KvanTTT) - 2 items: [Johan Appelgren](https://togithub.com/appel1) (appel1) - 2 items: [skef](https://togithub.com/skef) - 2 items: [Yoshimasa Niwa](https://togithub.com/niw) (niw) - 1 items: [Steven Kalt](https://togithub.com/SKalt) (SKalt) - 1 items: [Martin van Wingerden](https://togithub.com/martinvw) (martinvw) - 1 items: [Rishuv Mehta](https://togithub.com/rmehta33) (rmehta33) - 1 items: [Viveksharma48b](https://togithub.com/Gravity-I-Pull-You-Down) (Gravity-I-Pull-You-Down) - 1 items: [XenoAmess](https://togithub.com/XenoAmess) (XenoAmess) - 1 items: [Yi-Hong Lin](https://togithub.com/ansiemens) (ansiemens) - 1 items: [Jeffsky](https://togithub.com/jjeffcaii) (jjeffcaii) - 1 items: [Rachid Lamouri](https://togithub.com/rachidlamouri) (rachidlamouri) - 1 items: [ksyx](https://togithub.com/ksyx) - 1 items: [renzhentaxi](https://togithub.com/renzhentaxi) - 1 items: [Yuxin Liu (Claire)](https://togithub.com/Yuxin45) (Yuxin45) - 1 items: [Marc Auberer](https://togithub.com/marcauberer) (marcauberer) - 1 items: [Julian Bissekkou](https://togithub.com/JulianBissekkou) (JulianBissekkou) - 1 items: [Milan Aleksić](https://togithub.com/milanaleksic) (milanaleksic) - 1 items: [Nathanael Demacon](https://togithub.com/quantumsheep) (quantumsheep) - 1 items: [Mitar](https://togithub.com/mitar) (mitar) - 1 items: [Sergii Kliuchnyk](https://togithub.com/redexp) (redexp) - 1 items: [Michal Harakal](https://togithub.com/michalharakal) (michalharakal) - 1 items: [Alexander Bigerl](https://togithub.com/bigerl) (bigerl) - 1 items: [Josua Jäger](https://togithub.com/JaggerJo) (JaggerJo) - 1 items: [Mike Lischke](https://togithub.com/mike-lischke) (mike-lischke) - 1 items: [b1f6c1c4](https://togithub.com/b1f6c1c4) - 1 items: [Damian Andrei](https://togithub.com/xTachyon) (xTachyon) - 1 items: [Minjoo Sur](https://togithub.com/minjoosur) (minjoosur) - 1 items: [Ricardo Canastro](https://togithub.com/canastro) (canastro) - 1 items: [Renan](https://togithub.com/renancaraujo) (renancaraujo) - 1 items: [A. Hooper](https://togithub.com/ahooper) (ahooper) - 1 items: [IdkGoodName](https://togithub.com/IdkGoodName) (IdkGoodName) - 1 items: [Niels Basjes](https://togithub.com/nielsbasjes) (nielsbasjes)Configuration
📅 Schedule: 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.
This PR has been generated by WhiteSource Renovate. View repository job log here.