-
-
Notifications
You must be signed in to change notification settings - Fork 22
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 working on Ember 5 #110
Comments
I get I was able to get past it by just commenting them out: BradBarnich@4287dce |
I forked to do a PR, applied my changes, and immediately ran into a problem running the tests.
So I have code with the fix and I'll be glad to do the PR, but it is going to take some advice from the maintainers about which version of ember-data we want the testing to use and then how to troubleshoot issues like:
I'm already figuring to add Ember 4.12 LTS and 5.4 LTS to the ember-try scenarios, and have bumped the ember-source version in the package.json on my branch to 4.12. |
@ef4 do you know if there are any plans to get this addon working with ember 5? We are experiencing this same issue. |
I've spent a few days with this and I have the basis for a PR. I have the fix itself - had it the first hour - but it's been an uphill struggle getting the test suite to run. I've bumped ember-data and ember-cli-mirage and worked most of the problems getting the tests to pass. Using ember-data 4.11 and the latest ember-cli-mirage in the tests:
If I bump to ember-data 4.12, one additional test fails - it looks like something changes the weak map values for EmberObject from true to false, so it doesn't throw an expected exception in a case where it should. I'm going to need some help to finish this up. Should I make the PR so we have a place to work from? I can deliver the code from my fork today. Once the test suite can pass CI, it should be ready to deliver. |
I delivered the PR. Guidance gratefully accepted. |
Check this comment.
Otherwise, just add
ember-classic-decorator
to a brand new Ember 5 app and watch it break.The text was updated successfully, but these errors were encountered: