We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 720e100 commit 4404ca0Copy full SHA for 4404ca0
src/testenvironment.jl
@@ -6,7 +6,7 @@ struct TestEnvironment
6
juliaArgs::Vector{String}
7
juliaNumThreads::String
8
mode::String
9
- env::Dict{String,String}
+ env::Dict{String,Union{String,Nothing}}
10
end
11
12
Base.hash(x::TestEnvironment, h::UInt) = hash(x.env, hash(x.mode, hash(x.juliaNumThreads, hash(x.juliaArgs, hash(x.juliaCmd, hash(x.package_name, hash(x.package_uri, hash(x.project_uri, hash(:TestEnvironment, h)))))))))
0 commit comments