Mercurial > repos > tabletprog
log cbackend.js @ 331:61f5b794d939
age | author | description |
---|---|---|
Sat, 28 Mar 2015 14:21:04 -0700 | Michael Pavone | Breaking change: method call syntax now always uses the syntactic receiver as the actual receiver. This makes its behavior different from function call syntax, but solves some problems with methods being shadowed by local variables and the like. |
Sat, 28 Mar 2015 13:26:03 -0700 | Michael Pavone | Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library |