Files
sdk/pkg/dev_compiler/test/codegen
John Messerly 74c760066b implement null aware ops, fixes #249
this also implements multitest support, which fixes #280

Fixes some other preexisting bugs:
* MetaLets did not simplify themselves correctly in some nested cases
* Library prefixed identifiers did not work as lvalues in opassign
* dsetindex/dput/[]= methods did not return a value
* checker did not correctly handle invalid constructor field initializers
* cascades did not correctly work with method invocations(?)
* postfix ++/-- did not correctly generate lvalues in some cases

The good news: because this reuses on our existing lvalue/metalet helpers, it managed to flush out a lot of bugs in other features that use them.

R=vsm@google.com

Review URL: https://codereview.chromium.org/1316723003 .
2015-08-25 15:13:18 -07:00
..
2015-03-04 09:40:06 -08:00
2015-04-10 13:41:43 -07:00
2015-05-11 10:56:11 -07:00
2015-06-26 16:02:30 -07:00
2015-07-14 17:48:38 -07:00
2015-02-18 16:48:56 -08:00
2015-08-04 17:23:13 -07:00
2015-04-10 13:41:43 -07:00