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

Stricter testing of the prettyprinter/parser roundtrip #1321

Open
hanjoosten opened this issue Aug 19, 2022 · 0 comments
Open

Stricter testing of the prettyprinter/parser roundtrip #1321

hanjoosten opened this issue Aug 19, 2022 · 0 comments
Assignees

Comments

@hanjoosten
Copy link
Member

Recently I have been trying to do some initial work on implementing namespaces. I concluded that the modification was too large. I encounterd several (technical debt?) things that were causing additional complexity.
I am now at the point where I want to start over, but first get rid of the things I encontered:

  • The prettyprinter/parser roundtrip contains flaws for some edgecases. However, currently they are not detected, because of some shortcuts in the definition of some instances of Arbitrary.
  • The datatype for objects (P_BoxBodyElement) are somewhat confusing. This technical debt made me suffer.

I want to fix above things before doing a new attempt with namespaces.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant