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

Checking for cyclic dependencies #421

Open
Monabr opened this issue Aug 8, 2024 · 1 comment
Open

Checking for cyclic dependencies #421

Monabr opened this issue Aug 8, 2024 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@Monabr
Copy link

Monabr commented Aug 8, 2024

Hi. I am trying to setup graph and I notice that I can not start my app.

It compiles but fails to start at the device.

In logs I see cyclic error stack. I do not understand what is wrong.

So the question is: does this library have cyclic dependency check? If not - it is worth to add it.

It should not be compiled if graph have cyclic dependencies. The app should have runtime safety!

@evant
Copy link
Owner

evant commented Aug 8, 2024

It does have a cycle check but it really needs to be re-written. If you can post some sample code that causes this issue (and the generated code or a stacktrace if possible) that would be helpful!

@evant evant added the bug Something isn't working label Aug 8, 2024
@evant evant added the question Further information is requested label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants