-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Union implementation. Output format change to one existing test, …
…new test. Improve test file to get 100% coverage of new code. Fix some bugs. Document change. Add a sweep phase to deal with the matching stride case faster.
- Loading branch information
1 parent
7f00bbb
commit 5deeb11
Showing
5 changed files
with
421 additions
and
211 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
% Format 'yyyy/mm/dd' | ||
!! Date | ||
2016/01/11 | ||
!! Changed by | ||
SL | ||
! Reported by | ||
Nick Loughlin | ||
!! Type of Change | ||
Fix: wrong result | ||
|
||
!! Description | ||
Under some circumstances the union of a combination of lists of small integers | ||
and ranges could be computed incorrectly. This change fixes this and also | ||
avoids expanding ranges unnecessarily in some cases. | ||
|
||
! Test Code | ||
# included in union.tst | ||
|
||
! Prefetch | ||
|
||
!! Changeset | ||
|
||
!! End |
This file contains 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
Oops, something went wrong.