ArgCheck

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 45 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed ArgCheck ─ v1.0.1
  Updating `~/.julia/environments/v1.2/Project.toml`
  [dce04be8] + ArgCheck v1.0.1
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [dce04be8] + ArgCheck v1.0.1
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing ArgCheck
 Resolving package versions...
 Installed Parsers ──────── v0.3.10
 Installed JSON ─────────── v0.21.0
 Installed BenchmarkTools ─ v0.4.3
    Status `/tmp/jl_KPBhC2/Manifest.toml`
  [dce04be8] ArgCheck v1.0.1
  [6e4b80f9] BenchmarkTools v0.4.3
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:       | Pass  Total
Chained comparisons |    4      4
Test Summary: | Pass  Total
@argcheck     |    4      4
Test Summary: | Pass  Total
exotic cases  |    6      6
Test Summary:  | Pass  Total
error messages |   22     22
Test Summary:     | Pass  Total
complicated calls |    2      2
Test Summary:  | Pass  Total
custom message |    1      1
Test Summary: | Pass  Total
@check        |    4      4
Test Summary: | Pass  Total
pretty_string |    6      6
fallback_assert
  4.145 ns (0 allocations: 0 bytes)
fallback_argcheck
  4.819 ns (0 allocations: 0 bytes)
call_assert
  0.043 ns (0 allocations: 0 bytes)
call_argcheck
  0.039 ns (0 allocations: 0 bytes)
comparison_assert
  2.467 ns (0 allocations: 0 bytes)
comparison_argcheck
  2.458 ns (0 allocations: 0 bytes)
   Testing ArgCheck tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 44 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed ArgCheck ─ v1.0.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [dce04be8] + ArgCheck v1.0.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [dce04be8] + ArgCheck v1.0.1
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing ArgCheck
 Resolving package versions...
 Installed Parsers ──────── v0.3.10
 Installed BenchmarkTools ─ v0.4.3
 Installed JSON ─────────── v0.21.0
    Status `/tmp/jl_OC09Zh/Manifest.toml`
  [dce04be8] ArgCheck v1.0.1
  [6e4b80f9] BenchmarkTools v0.4.3
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:       | Pass  Total
Chained comparisons |    4      4
Test Summary: | Pass  Total
@argcheck     |    4      4
Test Summary: | Pass  Total
exotic cases  |    6      6
Test Summary:  | Pass  Total
error messages |   22     22
Test Summary:     | Pass  Total
complicated calls |    2      2
Test Summary:  | Pass  Total
custom message |    1      1
Test Summary: | Pass  Total
@check        |    4      4
Test Summary: | Pass  Total
pretty_string |    6      6
fallback_assert
  4.127 ns (0 allocations: 0 bytes)
fallback_argcheck
  4.818 ns (0 allocations: 0 bytes)
call_assert
  0.039 ns (0 allocations: 0 bytes)
call_argcheck
  0.045 ns (0 allocations: 0 bytes)
comparison_assert
  2.462 ns (0 allocations: 0 bytes)
comparison_argcheck
  2.474 ns (0 allocations: 0 bytes)
   Testing ArgCheck tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 40 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed ArgCheck ─ v1.0.1
  Updating `~/.julia/environments/v1.3/Project.toml`
  [dce04be8] + ArgCheck v1.0.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [dce04be8] + ArgCheck v1.0.1
  [9a3f8284] + Random 
  [9e88b42a] + Serialization 
   Testing ArgCheck
 Resolving package versions...
 Installed Parsers ──────── v0.3.10
 Installed BenchmarkTools ─ v0.4.3
 Installed JSON ─────────── v0.21.0
    Status `/tmp/jl_XEqKPr/Manifest.toml`
  [dce04be8] ArgCheck v1.0.1
  [6e4b80f9] BenchmarkTools v0.4.3
  [682c06a0] JSON v0.21.0
  [69de0a69] Parsers v0.3.10
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [37e2e46d] LinearAlgebra  [`@stdlib/LinearAlgebra`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [2f01184e] SparseArrays  [`@stdlib/SparseArrays`]
  [10745b16] Statistics  [`@stdlib/Statistics`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Test Summary:       | Pass  Total
Chained comparisons |    4      4
Test Summary: | Pass  Total
@argcheck     |    4      4
Test Summary: | Pass  Total
exotic cases  |    6      6
Test Summary:  | Pass  Total
error messages |   22     22
Test Summary:     | Pass  Total
complicated calls |    2      2
Test Summary:  | Pass  Total
custom message |    1      1
Test Summary: | Pass  Total
@check        |    4      4
Test Summary: | Pass  Total
pretty_string |    6      6
fallback_assert
  4.097 ns (0 allocations: 0 bytes)
fallback_argcheck
  4.822 ns (0 allocations: 0 bytes)
call_assert
  0.039 ns (0 allocations: 0 bytes)
call_argcheck
  0.038 ns (0 allocations: 0 bytes)
comparison_assert
  2.454 ns (0 allocations: 0 bytes)
comparison_argcheck
  2.453 ns (0 allocations: 0 bytes)
   Testing ArgCheck tests passed