-
Notifications
You must be signed in to change notification settings - Fork 161
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
Overview of changes in GAP 4.8 for the beta-release #182
Comments
The partial variadic function code is there and needs to be flagged up to package authors in the beta because it does break a few packages that (mis)use arg as an argument name in functions that are not meant to be variadic. There are some warnings in the current code, which will either be removed (use of new syntax) or turned into errors (use of arg not in last place) in the non-beta 4.8.x series |
Another novelty in GAP 4.8: #192 |
Filename/lines on backtraces and TraceMethods |
@ChrisJefferson absolutely agree! Could you please now document both changes (Filename/lines on backtraces and TraceMethods; Line-based profiling and code coverage) at https://github.com/gap-system/gap/wiki/Changes-between-GAP-4.7-and-GAP-4.8? I will be converting that page to GAPDoc immediately prior to the release. |
@ChrisJefferson ping :) We may be in a good position for GAP 4.8 beta now, and this is one of the small number of things that have to be done before. Could you please write a couple of paragraphs for https://github.com/gap-system/gap/wiki/Changes-between-GAP-4.7-and-GAP-4.8 on:
|
By now, we have documented at https://github.com/gap-system/gap/wiki/Changes-between-GAP-4.7-and-GAP-4.8 and Changes manual all items mentioned in this issue that have to be announced with the beta release. I am closing this issue, which is the last open issue for GAP 4.8.0 milestone. Testing of the release candidate is underway. |
Just to remind ourselves that for the beta release we have to prepare an overview for the "Changes" manual.
The text was updated successfully, but these errors were encountered: