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

Clean up safe/unsafe builder usage #2934

Open
Kukovec opened this issue Aug 14, 2024 · 0 comments
Open

Clean up safe/unsafe builder usage #2934

Kukovec opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
feature A new feature or functionality

Comments

@Kukovec
Copy link
Collaborator

Kukovec commented Aug 14, 2024

We should revisit all use cases of the scope-safe builder outside of tests, and eveluate whether we need scope-safety-by-construction, or whether it makes more sense to used the cheaper unsafe builder.
In the event that there are no such cases, or their number is low, we should refactor the code to assume the unsafe builder as the default import at.forsyte.apalache.tla.types.tla, and the safe builder as a variant (e.g. import at.forsyte.apalache.tla.types.tlaS)

@Kukovec Kukovec added the feature A new feature or functionality label Aug 14, 2024
@Kukovec Kukovec self-assigned this Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature or functionality
Projects
None yet
Development

No branches or pull requests

1 participant