DescriptionMove scanner tests into the front_end package.
This required moving the following classes into front_end as well:
- CharSequenceReader
- SubSequenceReader
- JenkinsSmiHash
A small amount of the functionality of GatheringErrorListener and
AnalysisError had to be replicated, to avoid a dependency on the
analyzer package. In a future CL I will either refactor this code to
make it available to the rest of the front end, or, if
GatheringErrorListener and AnalysisError wind up getting moved into
the front end, I will un-do the replication.
I also took the liberty of addition functionality to JenkinsSmiHash to
make it easier to use.
R=brianwilkerson@google.com
Committed: https://github.com/dart-lang/sdk/commit/1c2268b13e67eb8f7b9351aa4ebdec9fd62e70fa
Patch Set 1 #
Total comments: 2
Messages
Total messages: 7 (2 generated)
|