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

Refactor Apron Printables #1527

Merged
merged 10 commits into from
Jul 28, 2024
Merged

Refactor Apron Printables #1527

merged 10 commits into from
Jul 28, 2024

Conversation

sim642
Copy link
Member

@sim642 sim642 commented Jun 27, 2024

This implements a fix to my observation that Apron output is always line broken with 80 column margin from Format by default #1513 (comment).
This avoids completely arbitrary line breaks (which may still go over column 80 in indented output line tracing) which also make searching the tracing files more annoying. At the same time, it might bypass #1513 (of course we should still optimize it in CIL as well).

This also cleans up other Printable-like things in Apron domains by adding the functions into GobApron.

@sim642 sim642 added cleanup Refactoring, clean-up usability labels Jun 27, 2024
Copy link
Member

@michael-schwarz michael-schwarz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not checked whether this fixes the performance issues described in #1513, but it seems reasonable to have it!

@sim642 sim642 added this to the v2.4.0 milestone Jul 28, 2024
@sim642 sim642 merged commit bccb230 into master Jul 28, 2024
16 of 18 checks passed
@sim642 sim642 deleted the apron-pretty branch July 28, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Refactoring, clean-up usability
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants