Merged
Conversation
This only untangles two sections, no functional changes.
Previously, it would never return true. Fixes 5506.
I assumed that zLongest was orginially intended to test the StoppingPolicy.longest case, even though it previously had requireSameLength.
DmitryOlshansky
added a commit
to DmitryOlshansky/phobos
that referenced
this pull request
Jun 8, 2012
Doing a range at once trie construction. It is specifially useful for interval sets.
jkrempus
pushed a commit
to jkrempus/phobos
that referenced
this pull request
Nov 21, 2012
Added a Ziggurat normal engine and updated template API
DmitryOlshansky
added a commit
to DmitryOlshansky/phobos
that referenced
this pull request
Aug 12, 2013
DmitryOlshansky
added a commit
to DmitryOlshansky/phobos
that referenced
this pull request
Aug 17, 2013
ntrel
pushed a commit
to ntrel/phobos
that referenced
this pull request
Mar 8, 2016
lockstep: remove similar example, move indexing example into unittest
tsbockman
pushed a commit
to tsbockman/phobos
that referenced
this pull request
Apr 2, 2016
Miscellaneous fixes for Phobos PR 4070
tsbockman
pushed a commit
to tsbockman/phobos
that referenced
this pull request
May 22, 2016
Make toJSON() lossless for `double` values. Correct and extend tests.
This pull request was closed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A quick fix for issue 5506, along with extensions to the corresponding unit tests.
Let me know if Bugzilla patches are still preferred to pull requests.