-
Couldn't load subscription status.
- Fork 88
Fix trace issue with KiCad footprints #1582
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
tests/components/primitive-components/trace-pcb-path-selectors.test.tsx
Outdated
Show resolved
Hide resolved
| if (this._hasIncompleteAsyncEffectsInSubtreeForPhase(depPhase)) { | ||
| return | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm confused because this should be handled on line 310
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there are incomplete async effects from both the immediately previous phase and the declared dependency phases.
but here we’re checking the declared dependency phases within the subtree before recursing into the child nodes
|
This PR has been automatically marked as stale because it has had no recent activity. It will be closed if no further activity occurs. |
|
@techmannih what's the progress on this? |
|
Yes, It’s still working even after I removed it from line 311. I need to dig in. Sorry I will come on it tomorrow. |
|
stalling |
fixes #tscircuit/tscircuit#1149
/claim tscircuit/tscircuit#1149