Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: CHANGELOG.md

Issue 881673002: Cleanup equality operator to accept any Object rather than just a SourceLocation. (Closed) Base URL: git@github.com:dart-lang/source_span.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/src/location.dart » ('j') | pubspec.yaml » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1.0.2+1
2 * Cleanup equality operator to accept any Object rather than just a SourceLocati on.
nweiz 2015/01/27 01:49:58 Long line.
Jacob 2015/01/27 03:13:32 Done.
3
1 # 1.0.2 4 # 1.0.2
2 5
3 * Avoid unintentionally allocating extra objects for internal `FileSpan` 6 * Avoid unintentionally allocating extra objects for internal `FileSpan`
4 operations. 7 operations.
5 8
6 * Ensure that `SourceSpan.operator==` works on arbitrary `Object`s. 9 * Ensure that `SourceSpan.operator==` works on arbitrary `Object`s.
7 10
8 # 1.0.1 11 # 1.0.1
9 12
10 * Use a more compact internal representation for `FileSpan`. 13 * Use a more compact internal representation for `FileSpan`.
(...skipping 24 matching lines...) Expand all
35 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than 38 `SourceSpan.message` and `SourceFile.message`, respectively. Rather than
36 taking both a `useColor` and a `color` parameter, they now take a single 39 taking both a `useColor` and a `color` parameter, they now take a single
37 `color` parameter that controls both whether and which color is used. 40 `color` parameter that controls both whether and which color is used.
38 41
39 * `Span.isIdentifier` has been removed. This property doesn't make sense outside 42 * `Span.isIdentifier` has been removed. This property doesn't make sense outside
40 of a source map context. 43 of a source map context.
41 44
42 * `SourceFileSegment` has been removed. This class wasn't widely used and was 45 * `SourceFileSegment` has been removed. This class wasn't widely used and was
43 inconsistent in its choice of which parameters were considered relative and 46 inconsistent in its choice of which parameters were considered relative and
44 which absolute. 47 which absolute.
OLDNEW
« no previous file with comments | « no previous file | lib/src/location.dart » ('j') | pubspec.yaml » ('J')

Powered by Google App Engine
This is Rietveld 408576698