Skip to content

Comments

Sort reference line numbers as numbers#21

Open
Ortham wants to merge 1 commit intogetsentry:masterfrom
loot:master
Open

Sort reference line numbers as numbers#21
Ortham wants to merge 1 commit intogetsentry:masterfrom
loot:master

Conversation

@Ortham
Copy link

@Ortham Ortham commented Aug 11, 2019

So that "source-file.js:20" appears before "source-file.js:100".
Also sort references line by line, so that e.g.

path.js:122
path.js:98

is now written as

path.js:98
path.js:122

and sorted after path.js:90 and before path.js:100.

For a real-life example of how this change looks, see this commit diff.

So that "source-file.js:20" appears before "source-file.js:100".
Also sort references line by line, so that e.g.

path.js:122
path.js:98

is now written as

path.js:98
path.js:122

and sorted after path.js:90 and before path.js:100.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant