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

Add strict key checking mode #29

Open
izulin opened this issue Mar 22, 2024 · 0 comments
Open

Add strict key checking mode #29

izulin opened this issue Mar 22, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@izulin
Copy link
Contributor

izulin commented Mar 22, 2024

Is your feature request related to a problem? Please describe.
It is easy to make a promise that is indeed later broken. This might led to a runtime error later down the line.

Describe the solution you'd like
Add a mode that would check at runtime:

  • every universe equality/subset/disjointness promise
  • that keys produced by with_id_from are in fact disjoint
  • each -1 in a row is matched with preceding +1
  • ... (probably more usages)
@izulin izulin added the enhancement New feature or request label Mar 22, 2024
@embe-pw embe-pw self-assigned this Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants