Skip to content

Make deleteTrace handle big-indices-array properly [fixes #201] #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 21, 2016

Conversation

etpinard
Copy link
Contributor

@@ -31,6 +31,7 @@ lib.parseDate = datesModule.parseDate;
var searchModule = require('./search');
lib.findBin = searchModule.findBin;
lib.sorterAsc = searchModule.sorterAsc;
lib.sorterDec = searchModule.sorterDes;
Copy link
Contributor

Choose a reason for hiding this comment

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

Decreasing or Descending?

We should keep it consistent with increasing/inc and decreasing/dec or ascending/asc and descending/des.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks good catch.

I was thinking of Descending. So sorterDes is OK? I have no preference.

Copy link
Contributor

Choose a reason for hiding this comment

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

No preference here either. Descending probably makes a bit more sense though.

@mdtusz
Copy link
Contributor

mdtusz commented Jan 21, 2016

💃

Merge away.

@etpinard etpinard changed the title Make deleteTrace handle big-indices-array properly [fixes #/201] Make deleteTrace handle big-indices-array properly [fixes #201] Jan 21, 2016
etpinard added a commit that referenced this pull request Jan 21, 2016
Make deleteTrace handle big-indices-array properly [fixes #201]
@etpinard etpinard merged commit 96ab8c0 into master Jan 21, 2016
@etpinard etpinard deleted the delete-trace-bug branch January 21, 2016 15:12
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.

2 participants