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.
1 parent c716134 commit 5c8a02cCopy full SHA for 5c8a02c
src/prelude.jl
@@ -1,11 +1,6 @@
1
const NANSAFE_MODE_ENABLED = @load_preference("nansafe_mode", false)
2
const DEFAULT_CHUNK_THRESHOLD = @load_preference("default_chunk_threshold", 12)
3
4
-# On ≤1.10, the hash of a type cannot be computed at compile-time,
5
-# making `HashTag(...)` type-unstable, so `Tag(...)` is left as
6
-# as the default.
7
-const HASHTAG_MODE_ENABLED = @load_preference("hashtag_mode", VERSION ≥ v"1.11")
8
-
9
const AMBIGUOUS_TYPES = (AbstractFloat, Irrational, Integer, Rational, Real, RoundingMode)
10
11
const UNARY_PREDICATES = Symbol[:isinf, :isnan, :isfinite, :iseven, :isodd, :isreal, :isinteger]
0 commit comments