We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 241a4ae + 5d10155 commit 786b6f0Copy full SHA for 786b6f0
test/runtests.jl
@@ -1,6 +1,11 @@
1
using StaticArrays, Test, Random, LinearAlgebra, SpecialFunctions
2
using InteractiveUtils
3
4
+# Allow no new ambiguities (see #18), unless you fix some old ones first!
5
+if VERSION >= v"1.0.0"
6
+ @test length(detect_ambiguities(Base, LinearAlgebra, StaticArrays)) <= 7
7
+end
8
+
9
# We generate a lot of matrices using rand(), but unit tests should be
10
# deterministic. Therefore seed the RNG here (and further down, to avoid test
11
# file order dependence)
0 commit comments