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 43b4b85 + dc22d50 commit 45e5bfeCopy full SHA for 45e5bfe
src/MacroTools.jl
@@ -17,9 +17,9 @@ include("examples/threading.jl")
17
include("examples/forward.jl")
18
19
const animals = Symbol[]
20
+const animals_file = joinpath(dirname(@__FILE__), "..", "animals.txt")
21
22
function __init__()
- animals_file = joinpath(dirname(@__FILE__), "..", "animals.txt")
23
_animals = split(read(animals_file, String))
24
resize!(animals, length(_animals))
25
animals .= Symbol.(lowercase.(_animals))
0 commit comments