-
Notifications
You must be signed in to change notification settings - Fork 191
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
fix: capture render tree can fail if args cannot be obtained #1447
Conversation
this currently happens on https://meta.discourse.org/ when checking with ember-inspector and not being logged in.
hello! can a test be added? thanks! |
Hi, where can I add that? |
added the tests for this. |
unsure, what version would you want to backport to? |
for others, a repro of the problem: https://stackblitz.com/edit/github-pgxsyq?file=app%2Fcomponents%2Fwelcome.gts (open the ember inspector, ensure the |
Backportel to lts versions would be nice i think |
glimmer-vm doesn't have an LTS tho 😅 an issue is that even if we fix ember-LTS, all the versions in between won't be fixed, because glimmer-vm is bundled with ember-source right now. |
@NullVoxPopuli i think we need to revert this. |
How do you mean? Can we add more tests to prevent whatever it in you've discovered? |
Looks like #1460 explains |
for example here it is used: https://github.com/glimmerjs/glimmer-vm/blob/master/packages/%40glimmer/runtime/lib/helpers/fn.ts#L87. |
Oofta, that tells me we don't have sufficient failure-case testing |
this currently happens on https://meta.discourse.org/ when checking with ember-inspector and not being logged in.