-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Update: 2024-10-17
This is the meta issue to track regressions introduced in 5.0.0-beta. To be updated occasionally.
Known regressions
Tests disabled in CI
Currently, the test cases Diagrams_1 to Diagrams_4 are temporarily disabled to allow the CI process to pass.
To run the disabled tests, use the -f option of check.rb:
./check/check.rb build/sources/form -s -f 'Diagrams_*'Merged PRs that are likely to have no side effects or negligible performance regressions
We think these changes are OK, but if you encounter any noticeable regressions on the master branch when comparing it to version 4.3.1, please let us know.
- Fix the FORM5 optimization regression #477: This fixes crashes in code optimization. It is "phenomenologically" correct.
- Fix polyratfun bugs caused by incorrect clean flag #482: This fixes PolyRatFun bugs (giving wrong answers) at the cost of hopefully negligible performance loss.
- Remove the hard limit due to EATTENSOR #490, Fix bug in #490 #519: This fixes crashes due to argument wildcards matching with more than 8191 arguments. We hope there are no oversights, though it was too ancient code without any comments.
- Move the LogType check inside WriteStats #493: This fixes data races in TFORM thread statistics, which become apparent when
Print +fis used with the-Fcommand-line option. Probably there are no oversights, though it is not well-tested in complicated situations (e.g., stage 4 sort).
Metadata
Metadata
Assignees
Labels
No labels