| commit | 4d62afa97be1cd80f1404d91a5e5ce2faf42a7aa | [log] [tgz] |
|---|---|---|
| author | Natalie Weizenbaum <nweiz@google.com> | Tue May 16 22:18:03 2017 -0700 |
| committer | GitHub <noreply@github.com> | Tue May 16 22:18:03 2017 -0700 |
| tree | 03c2521140b24ba7ef121360dde62cda304ff9b5 | |
| parent | 2829c3826c3e57e80e6ffcd5664653ca96cab105 [diff] |
Deprecate the use of runes in SourceFile. (dart-lang/source_span#16) This behavior runs contrary to the rest of Dart's string handling, and in particular breaks string_scanner. See dart-lang/string_scannerdart-lang/source_span#4.