Closed mauritslamers closed 10 years ago
Looks like some stuff from browser-side core_foundation is causing you trouble over in node. That's not a surprise. This speaks to my belief that we'll have to refactor core_foundation to separate the browser stuff from the generic javascript environment stuff.
I think you misunderstood what I meant here. This is in the served version of SC, not inside the nodejs environment.
Could this be related with https://github.com/sproutcore/sproutcore/pull/1201?
Give it a pull and see. I don't think so though. Could it be a problem with sc_super?
The cause of the problem turns out to be a very nasty side effect of the sorting as done in Abbot. Because core_foundation/panes/main.js doesn't come last in the list of files of core_foundation, it causes the error described here. Will close this issue and take the discussion about the sorting to issue #9
The BT slowly get in a state that it is actually possible to run apps in the dev environment. (Installation instructions can be found at https://gist.github.com/mauritslamers/9998580)
I get a pretty weird error, which seems to be an endless loop, and I am not sure what to make from it...
Anonymous function calls are :
(combined.js line 15069 is this.set line)
(combined.js line 8902 is return enhancement)