forked from pool/python-antlr4-python3-runtime
- Update to version 4.9.3 Issues fixed * Swift Target Crashes with Multi-Threading * JavaScript Runtime bug * Go target, cannot use superClass for the lexer grammar! * Python runtime is inconsistent with Java * FunctionDef source extract using getText() * Provide .NET Framework target in the csharp nuget package * Go target for Antlr tool, type ",int8" => "int8" * Flutter/Dart web support * Allow Antlr Javascript runtime to be loaded into Kindle Touch * Fix Go test suite * Weird error Improvements, features * [C++] Use faster alternative to dynamic_cast when not testing inherit * Stackoverflow after upgrading from 4.6 to 4.7 - from version 4.9.2 Issues fixed * CSharp and Java produce different results for identical input, identical tokens Improvements, features * Moved away from travis-ci.com - Source upstream tarball from Github since PyPi tarball no longer ships testsuite OBS-URL: https://build.opensuse.org/request/show/978954 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-antlr4-python3-runtime?expand=0&rev=6
42 lines
1.6 KiB
Plaintext
42 lines
1.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue May 24 12:02:27 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to version 4.9.3
|
|
Issues fixed
|
|
* Swift Target Crashes with Multi-Threading
|
|
* JavaScript Runtime bug
|
|
* Go target, cannot use superClass for the lexer grammar!
|
|
* Python runtime is inconsistent with Java
|
|
* FunctionDef source extract using getText()
|
|
* Provide .NET Framework target in the csharp nuget package
|
|
* Go target for Antlr tool, type ",int8" => "int8"
|
|
* Flutter/Dart web support
|
|
* Allow Antlr Javascript runtime to be loaded into Kindle Touch
|
|
* Fix Go test suite
|
|
* Weird error
|
|
Improvements, features
|
|
* [C++] Use faster alternative to dynamic_cast when not testing inherit
|
|
* Stackoverflow after upgrading from 4.6 to 4.7
|
|
- from version 4.9.2
|
|
Issues fixed
|
|
* CSharp and Java produce different results for identical input, identical tokens
|
|
Improvements, features
|
|
* Moved away from travis-ci.com
|
|
- Source upstream tarball from Github since PyPi tarball no longer ships testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jan 31 10:41:57 UTC 2021 - andy great <andythe_great@pm.me>
|
|
|
|
- Update to version 4.9.1.
|
|
* Improve python3 performance by adding slots
|
|
* Fix incorrect python token string templates
|
|
- Add testing.
|
|
- Skip python2 because this is for python3.
|
|
- Use python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 29 12:49:38 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Initial build
|
|
+ Version 4.8
|