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

Evaluate weird quirk of dependency system #84

Open
bplunkett-stripe opened this issue Jan 9, 2024 · 0 comments
Open

Evaluate weird quirk of dependency system #84

bplunkett-stripe opened this issue Jan 9, 2024 · 0 comments

Comments

@bplunkett-stripe
Copy link
Collaborator

There is a weird quirk of our graph system, where if a -> b and b -> c and b does-not-exist, b will be implicitly created s.t. a -> b -> c.

In the future, we should re-work our dependency system to somehow either:

  1. Allow folks to opt-in to implicit dependencies on non-existent vertices
  2. Get rid of the behavior entirely
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