pathwaycom / pathwaycom/pathway
Add strict key checking mode
Open
@embe-pw is already working on this.
Since Mar 22, 2024.
enhancement
- Dominant language
- Python
- Stars
- 62.3k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
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_fromare in fact disjoint - each
-1in a row is matched with preceding+1 - ... (probably more usages)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.