You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failure was because of the breaking changes in syntax from CoffeeScript 1.x to 2.0 http://coffeescript.org/v2/#breaking-changes-super-this and it is fundamentally because the new limitation in ES2015. Notations like @xxxx are the shorthand of this.xxxx and in CoffeeScript 2.0 it is not allowed before a super call.
Bug description
acbs-build_2_5en26i.log
Reproducing steps
Build
rethinkdb
.Update channel(s)
Stable-Proposed
Package and version
b0d2b46
The text was updated successfully, but these errors were encountered: