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

Detect circular dependency and panic #2

Closed
samber opened this issue May 18, 2022 · 4 comments
Closed

Detect circular dependency and panic #2

samber opened this issue May 18, 2022 · 4 comments

Comments

@samber
Copy link
Owner

samber commented May 18, 2022

No description provided.

@aseaday
Copy link

aseaday commented Jul 12, 2022

Which one do you prefer to be implenmented first: runtime check or static check?
If later, I think we may need a extra tool because there is less support for compiling code in Golang.

@samber
Copy link
Owner Author

samber commented Jul 23, 2022

I would prioritize a runtime check, since the services can be invoked/replaced in a dynamic way.

And as you said, we won't need an extra tool.

This dependency graph should come with debug functions, in order to understand how the application is booted !

@aseaday
Copy link

aseaday commented Jul 24, 2022

LGTM, I will do a detector in runtime.

@samber samber mentioned this issue Oct 30, 2023
50 tasks
@samber
Copy link
Owner Author

samber commented Oct 30, 2023

Will be added into v2 -> #45

@samber samber closed this as completed Oct 30, 2023
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

2 participants