factory
- update to 3.1.1:
* Fix a segmentation fault after reporting an error for a
string command not followed by a string variable name or
string literal.
* Variable localisation was failing to check the expression
on the RHS of an integer test for uses of a variable, so could
incorrectly localise an integer variable whose value should
have persisted between calls to a function.
* Inline some routines which are only used once. This is
done for routines consisting of a single non-compound command
* Simplify `not` applied to an integer test by removing the
`not` and flipping the sense of the test (e.g. `not $(x > y)`
becomes `$(x <= y)`) which results in simpler generated code.
* Fix segmentation fault if -syntax is used on a program with
no code.
* Fix segmentation fault on some assignment syntax errors.
* Fix bug introduced in v3.0.0 with conversion of `among`
starter. If there were any commands after the among in the
same command list then the among itself would get lost.
OBS-URL: https://build.opensuse.org/request/show/1362236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=14
Description
No description provided
Languages
RPM Spec
100%