Chromium Code Reviews
DescriptionMake type system changes backwards compatible
This CL eliminates the additional typeSystem arguments added to the API by https://codereview.chromium.org/1329743005/ wherever possible, instead projecting out the typeSystem from the context as available. Where not possible, the additional argument is made optional, defaulting to the standard TypeSystemImpl. I believe that the result of this should be backwards compatible for clients (but not implementors) of the API.
BUG=
R=brianwilkerson@google.com, paulberry@google.com
Committed: https://github.com/dart-lang/sdk/commit/f912eabcbfc9c2fcbc51812d65fe85a8d1f97715
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comments, rebase #Messages
Total messages: 7 (1 generated)
|