-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Add failing test for partials which contain contextual components #15777
Add failing test for partials which contain contextual components #15777
Conversation
Here's the glimmer-vm diff: glimmerjs/glimmer-vm@v0.25.3...v0.25.4 |
@rwjblue here's what I believe to be the current state of play:
|
Aha, ember.js/packages/ember-glimmer/lib/utils/bindings.ts Lines 50 to 54 in ef18807
Interesting comment, I wonder if this will help simplify things:
|
@rwjblue 🍏 and ready for review |
Thank you very much for working on this!! |
Impressive work, @GavinJoyce. I agree with the comment: ideally this fixing up should happen at the AST level, not the opcode level. I'm afraid that future plans for generating more optimized bytecode will probably continue to cause breakage here if it's relying on specific opcodes instead of higher-level semantics. |
related to #15621
TODO:
@glimmer
dependencies to^0.25.4
and verify new tests pass