Skip to content
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

Spec Text Size Reductions: Tracking Ticket #2793

Open
9 tasks
arshaw opened this issue Feb 29, 2024 · 1 comment
Open
9 tasks

Spec Text Size Reductions: Tracking Ticket #2793

arshaw opened this issue Feb 29, 2024 · 1 comment
Labels
Milestone

Comments

@arshaw
Copy link
Contributor

arshaw commented Feb 29, 2024

This ticket tracks progress for all other tickets meant to reduce the number of calls to user code repeated sections of the spec text. These are/will be implemented as merely PROOFS OF CONCEPT at first. The original goal of this was to improve runtime performance and reduce user code calls. Now the goal is to make the code more DRY for decreased proposal size and file size of compiled code in implementations.

Bugs

Tickets that BOTH require bugfixing AND will decrease # of user calls and reduce filesize when fixed:

Other DRY-ness

In addition to above, there are other ways to make the code more DRY:

@ptomato
Copy link
Collaborator

ptomato commented Apr 18, 2024

As of #2826, we are getting rid of user code calls, so let's change the focus of this to just DRY the spec algorithms. Once #2826 happens, these should all be editorial changes, so they are less urgent; we should get them incorporated before declaring the spec stable though.

@ptomato ptomato changed the title Fewer Calls & Size Reductions: Tracking Ticket Spec Text Size Reductions: Tracking Ticket Apr 18, 2024
@ptomato ptomato added this to the Stage "3.5" milestone Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants