-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Don’t crash \w Ember 2.0 #3667
Don’t crash \w Ember 2.0 #3667
Conversation
this seems to be failing related to some build tool stuff. |
Got the build working again: stefanpenner#8. Will open another PR for demonstration purposes. |
@mkorfmann awesome thanks. @bmac / @igorT / @fivetanley / @wecc need anything else on this? |
I was a a bit too quick, some tests seem to be failing. |
Currently investigating... |
All tests pass, except for this:
Any clues? Adding fuel to the fire, this error is only appearing when running the tests in the terminal, no problems running the tests in the browser. |
i'll take a look now. |
which version of phantom are you using? 2.0 + 1.9 appear to work fine for me. |
I'm using 1.9 as well. Haven't tried with 2.0. |
which patch level? |
Good question, I'm not sure how I can obtain the patch level information from my current pjs installation. But the travis build threw the same error: https://travis-ci.org/emberjs/data/builds/76207796. |
Thats what I got from running |
locally 1.9.2 1.9.8 and 2.0.0 appear to work.. |
Weird, I'm having the same issue with pjs 2.0.0 as well. Probably not a phantomjs issue. |
@stefanpenner I just noticed the |
5497a35
to
34f4621
Compare
34f4621
to
afc6ad6
Compare
@bmac rebased found the test failure, working on it. (its prod mode only fairly) |
i think i got it, lets see what travis has to say. |
🎉 |
Nice! |
That was a tough one... At least for me :). |
@mkorfmann ya, so. I realized the the prod builds of ember-data tests don't have module access to ember-data itself (they should but its just a quirk of the more aggressive code folding used in prod) |
alright looks like this is good to go. |
@stefanpenner Good to know, thanks for explaining. |
There may be more, but this at-least makes my one app work correctly.
Goal:
to ease upgrade pain for people