Skip to content

Commit

Permalink
Merge pull request #575 from JuliaArrays/teh/redline
Browse files Browse the repository at this point in the history
Read my lips: no new ambiguities
  • Loading branch information
timholy authored Dec 21, 2018
2 parents 241a4ae + 5d10155 commit 786b6f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
using StaticArrays, Test, Random, LinearAlgebra, SpecialFunctions
using InteractiveUtils

# Allow no new ambiguities (see #18), unless you fix some old ones first!
if VERSION >= v"1.0.0"
@test length(detect_ambiguities(Base, LinearAlgebra, StaticArrays)) <= 7
end

# We generate a lot of matrices using rand(), but unit tests should be
# deterministic. Therefore seed the RNG here (and further down, to avoid test
# file order dependence)
Expand Down

0 comments on commit 786b6f0

Please sign in to comment.