generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Circular call results in fatal error: stack overflow
#1745
Labels
Comments
jiyoonie9
changed the title
Circular call results in `go
Circular call results in Jun 12, 2024
fatal error: stack overflow
Open
jonathanj-square
added
good first issue
Good for newcomers
next
Work that will be be picked up next
and removed
triage
Issue needs triaging
labels
Jun 12, 2024
jonathanj-square
added
bug
Something isn't working
next
Work that will be be picked up next
labels
Jun 12, 2024
jonathanj-square
added a commit
that referenced
this issue
Jun 13, 2024
jonathanj-square
added a commit
that referenced
this issue
Jun 13, 2024
jonathanj-square
added a commit
that referenced
this issue
Jun 13, 2024
jonathanj-square
added a commit
that referenced
this issue
Jun 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if i import
"ftl/B"
inside a go file inA
moduleand
B
already depends onA
then this creates a circular dependency.
pulling in this import while
just dev
is running results injust dev
failing with stack overflow error. see error below (the full error is very long)The text was updated successfully, but these errors were encountered: