-
Notifications
You must be signed in to change notification settings - Fork 8
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
Not compatible with upcoming ember 6.4 #45
Comments
@NullVoxPopuli is there a changelog for 6.4.0 available somewhere? Might help me track down what changed to break this addon. |
Ye! however, because most of glimmer-vm is considered private, we only keep track of that sort thing here: https://github.com/glimmerjs/glimmer-vm/releases Here is the PR that actually landed the upgrade in ember-source: emberjs/ember.js#20842 tl;dr: we went from 0.92.x to 0.94.x |
@NullVoxPopuli thanks for the pointers! Some of the breakage seems to come down to this PR: glimmerjs/glimmer-vm#1646 and these changes: Previously, the append VM was exported as Line 21 in 8c33f7b
After that PR, the exported I'm not yet sure what the most appropriate fix for this is - the |
Running some select tests here:
https://github.com/NullVoxPopuli/ember-ecosystem-ci/actions/runs/13392210163/job/37402372122#step:5:735
The text was updated successfully, but these errors were encountered: