-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta-issue] Fix the FORM5 regressions #475
Comments
I will start merging postponed PRs that are complete and likely to have no or negligible side effects such as #477, #482 and #490. They will be listed in this issue as those that could potentially introduce some regressions (albeit unlikely). In this way, test users can easily access versions incorporating the latest PR merges, with awareness of potential regressions. |
Before FORM 5, I would like to resolve at least the following. For some of these I know roughly what the problem is, but would benefit from a discussion with Jos to check that I really understand things. The workshop in May would be a good place to do this I expect. #230 ✅ Maybe we should also start to work through the open issues and close + tag as "question" or "wontfix" where appropriate, to clean up the issue tracker a bit. |
Do we need another 5.0 beta version (and a 4.3 version with backported bug fixes) before the workshop? This could serve as a good starting point for discussions at the workshop. If the workshop successfully resolves the issues you mentioned, we could then proceed with another (beta) release afterwards. Related to the tags: |
I am not sure a specific beta "release" is necessary for the workshop. The current master branch is in reasonable shape to work from (diagram generator issues aside), and the results of the workshop can inform what a final beta of FORM 5 should look like before a testing period and final release. We should also look through the issues labelled as "enhancement" and think about what would be good to include in FORM 5. (Personally I would like to look at #436 at least). Since "question" has been used previously to tag questions about the use of FORM, my opinion would be to just keep that convention now. |
Here is a bit of a summary of some discussions at the workshop. Diagrams/topologies:
32bit builds:
Parform:
A few easy-seeming ideas which have been/could be implemented for FORM5:
Harder-seeming changes, for the future:
Please comment, if I have forgotten anything. |
Thanks for summarising the discussions! How about Windows? Is there no need to run FORM on any platform other than Linux/macOS x86_64? |
Ah, indeed we discussed this also: people think that it is nice, particularly for students, if form run on windows. At the very least, we should make sure that it works OK under WSL. As for proper windows support, this basically comes down to how close you think you are with your branch. Personally, I have no development experience at all under windows. |
Actually, the Windows version doesn't use any Windows APIs (except for timers, I think). It simply maps all FORM IO routines to the corresponding C standard library functions: Lines 517 to 533 in 83e3d41
You don't need to know Windows (unless you want to implement missing functionalities based on special POSIX routines). |
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
toDiagrams_4
are temporarily disabled to allow the CI process to pass.To run the disabled tests, use the
-f
option ofcheck.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.
Print +f
is used with the-F
command-line option. Probably there are no oversights, though it is not well-tested in complicated situations (e.g., stage 4 sort).The text was updated successfully, but these errors were encountered: