-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Web ui breaks with CoffeeScript 1.6 #408
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
Comments
I confirm that using the version of CoffeeScript in their master branch works. |
I'm closing this issue because there is nothing that remains to be done for us (and it makes my issue categorization job difficult). Feel free to reopen if I'm mistaken. |
Well, it's strange to close an issue while it's still an issue. For example I was using the existence of this issue in Open state as a signal it is still not safe to use 1.6. Put there a label "not our bug" and keep it open. |
That makes a lot of sense, sorry (reopening). I sometimes forget that shuffling issues around in github affects people other than the dev team (whom I can just talk to since we're in the same room). GitHub really blurs the line between internal and external dev processes (which is a great thing, IMO, but I find myself still getting used to it and blundering from time to time). Reopening, will let @neumino close when it makes sense. As for the Ruby bug, do you mean #473? (I'll comment on it in a second, but if you mean a different one, please let me know). |
Yes, I meant that one. I am used to see which commit fixed an issue (just appending "Fixes #nnn" in the commit message closes the issue automatically while showing the link there). coffeemug wrote:
|
Sorry -- I commented on it. We typically try to put internal code review number and git commit number on the issue before closing it, but working around the clock to ship 1.4 made us slip up a little bit. You're absolutely right and we'll be more careful. |
@neumino -- what's the state of affairs here? |
I completely forgot about this issue. I just checked, I have coffeescript 1.6.2 and it works perfectly fine. If someone tries to compile with 1.5, 1.6 or 1.6.1, they just need to update CoffeeScript
Closing this issue. |
CS 1.6.2 is out, the past two point releases fixed some regressions, and On Tue, Apr 2, 2013 at 10:57 PM, coffeemug notifications@github.com wrote:
|
CoffeeScript just released 1.6.
It fixes the previous issue we had with the version 1.5, but we get a new problem about
super
.The error in the JavaScript console looks like that:
For more detail about the problem, see jashkenas/coffeescript#2773
It's fixed on their master branch (at least it seems to be), but it has not been pushed on npm yet.
I'll try to recompile again once I get the new version of coffeescript (for now 1.6.1 doesn't work).
The text was updated successfully, but these errors were encountered: