Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

fixes #16 #17

Merged
merged 2 commits into from
Oct 13, 2016
Merged

fixes #16 #17

merged 2 commits into from
Oct 13, 2016

Conversation

dam0vm3nt
Copy link
Contributor

No description provided.

@@ -77,7 +77,8 @@ class Entry implements Comparable {
/// location in the target file. We sort primarily by the target offset
/// because source map files are encoded by printing each mapping in order as
/// they appear in the target file.
int compareTo(Entry other) {
int compareTo(_other) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make Entry implement Comparable<Entry> instead?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also: we don't use _understore names as parameters.

@kevmoo
Copy link
Contributor

kevmoo commented Oct 11, 2016

CC @nex3

@nex3
Copy link
Contributor

nex3 commented Oct 11, 2016

I'm not a maintainer for this package.

@kevmoo
Copy link
Contributor

kevmoo commented Oct 11, 2016

CC @sigmundch ?

@sigmundch
Copy link
Contributor

lgtm, thank for the fix!

@sigmundch sigmundch merged commit a60da70 into dart-archive:master Oct 13, 2016
mosuem pushed a commit to dart-lang/tools that referenced this pull request Dec 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

Successfully merging this pull request may close these issues.

5 participants