Skip to content

Commit 5c8a02c

Browse files
committed
Remove "hashtag_mode" preference
As requested by @oscardssmith.
1 parent c716134 commit 5c8a02c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/prelude.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
const NANSAFE_MODE_ENABLED = @load_preference("nansafe_mode", false)
22
const DEFAULT_CHUNK_THRESHOLD = @load_preference("default_chunk_threshold", 12)
33

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-
94
const AMBIGUOUS_TYPES = (AbstractFloat, Irrational, Integer, Rational, Real, RoundingMode)
105

116
const UNARY_PREDICATES = Symbol[:isinf, :isnan, :isfinite, :iseven, :isodd, :isreal, :isinteger]

0 commit comments

Comments
 (0)