-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
[bug] query projects
stack overflow
#1079
Comments
This is affecting If I remove the |
More investigation: If the root If I change all of the I just verified the same behavior in another public repo that you could use to debug here: https://github.com/shellscape/jsx-email What's wild is that I'm able to call |
@shellscape This is a wild bug. Thanks for digging into the root cause. This would of taken me a long time to figure out. Now let me try and reproduce it locally. |
I know the problem: https://github.com/moonrepo/moon/blob/master/nextgen/project-graph/src/project_graph_builder.rs#L345 It's because we set the alias after the project has been created. And since these tasks are referencing tasks in the same project, it's using the alias before it's been set. Let me see if there's a way to set it earlier. Edit: That didn't fix it 😅 |
Describe the bug
Running
moon query projects
results in:Steps to reproduce
Not entirely sure how to reproduce this, since it probably relies on the repo structure. Here's the
workspace.yml
file:--log trace
output is 6k+ lines long, so I dumped it into a gist and redacted sensitive bits: https://gist.github.com/shellscape/765445ce5a77bf11cbf73118e1643d09Expected behavior
Project list to be output to console
Screenshots
Environment
Additional context
The text was updated successfully, but these errors were encountered: