pathwaycom / pathwaycom/pathway

Add strict key checking mode

Open
#29 0 comments 0 reactions 1 assignee View on GitHub

@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_from are in fact disjoint
  • each -1 in a row is matched with preceding +1
  • ... (probably more usages)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.