forked from JuliaLang/julia
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current behaviour when comparing sets of unrelated types is not particularly consistent. (I suspect that similar inconsistencies will be present in the implementations of intersect, setdiff and union.) The tests describing this behaviour do not necessarily state that this is the correct behaviour, thery merely document what is currently present. The implementation was provided earlier, mixed in with the tests for Set. Now the implementation has been moved to base/set.jl, and some tests for it have been added to test/corelib.jl A helper macro (@assert_raises) was added (in test/corelib.jl), to make it easier to express tests about error conditions. This should be moved out to some more sensible place.
- Loading branch information
Jacek Generowicz
committed
Oct 31, 2012
1 parent
d086403
commit a7ea7e9
Showing
2 changed files
with
45 additions
and
6 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
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