Add failing test for partials which contain contextual components#15777
Add failing test for partials which contain contextual components#15777rwjblue merged 3 commits intoemberjs:masterfrom GavinJoyce:gj/test-contextual-components-in-partial
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:
@glimmerdependencies to^0.25.4and verify new tests pass