Created
April 12, 2026 02:04
-
-
Save jasalt/00200bb14d3b19ccf968a97057024d13 to your computer and use it in GitHub Desktop.
Stacktraces in test output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_assoc-bang.php(3680): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:type :binary, :message basic single-binding tests using seqs, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/when_let.cljc, :line 5, :column 0}, :pred =, :expected (0 1 2 3 4), :actual (when-let [x (range 5)] x), :form (= (quote (0 1 2 3 4)) (when-let [x (range 5)] x)), :result @[0 1 2 3 4], :state :failed} {:type :binary, :message seq is only called once, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/when_let.cljc, :line 5, :column 0}, :pred =, :expected (1 1 1 1 1), :actual (when-let [x s] x), :form (= (quote (1 1 1 1 1)) (when-let [x s] x)), :result @[1 1 1 1 1], :state :failed} {:type :binary, :message seq is only called once, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/when_let.cljc, :line 5, :column 0}, :pred =, :expected 6, :actual 5, :form (= (deref calls) 5), :result 5, :state :failed} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/when_let.cljc, :line 5, :column 0}, :message when-let accepts exactly two, :form (thrown? (macroexpand (quote (when-let [x (range 5) y (range 5)])))), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_when-let.php(1273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_clear.cljc, :line 5, :column 0}, :message nil, :form (thrown? (bit-clear nil 1)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_bit-clear.php(70): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_clear.cljc, :line 5, :column 0}, :message nil, :form (thrown? (bit-clear 1 nil)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_bit-clear.php(127): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected 1, :actual (apply min-key identity [NAN 1]), :form (=-or-NaN? 1 (apply min-key identity [NAN 1])), :result NAN, :state :failed} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected NAN, :actual (apply min-key identity [1 NAN]), :form (=-or-NaN? NAN (apply min-key identity [1 NAN])), :result 1, :state :failed} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected -INF, :actual (apply min-key identity [NAN -INF 1]), :form (=-or-NaN? -INF (apply min-key identity [NAN -INF 1])), :result NAN, :state :failed} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected -INF, :actual (apply min-key identity [NAN 1 -INF]), :form (=-or-NaN? -INF (apply min-key identity [NAN 1 -INF])), :result NAN, :state :failed} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected NAN, :actual (apply min-key identity [-INF NAN 1]), :form (=-or-NaN? NAN (apply min-key identity [-INF NAN 1])), :result -INF, :state :failed} {:type :binary, :message IEEE754 special cases, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :pred =-or-NaN?, :expected NAN, :actual (apply min-key identity [1 NAN -INF]), :form (=-or-NaN? NAN (apply min-key identity [1 NAN -INF])), :result -INF, :state :failed} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key nil [1 2])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3079): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key nil [2 1 3])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3150): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [x y])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3220): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [y x z])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3291): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [[1] [2]])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3369): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [[2] [1] [3]])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3456): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [{:val 1} {:val 2}])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3540): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [{:val 2} {:val 1} {:val 3}])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3627): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [#{1} #{2}])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3711): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/min_key.cljc, :line 6, :column 0}, :message negative cases, :form (thrown? (apply min-key identity [#{2} #{1} #{3}])), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_min-key.php(3798): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message common, :form (thrown? (conj a b)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_conj.php(1640): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message common, :form (thrown? (conj a b)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_conj.php(1697): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message common, :form (thrown? (conj 1 2)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_conj.php(1754): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message common, :form (thrown? (conj :a :b)), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_conj.php(1811): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message common, :form (thrown? (conj {:a 0} (quote (:b 1)))), :exception InvalidArgumentException: Arithmetic functions do not accept nil values in /tmp/phel/cache/compiled/phel_core.php:13490 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(13497): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(14273): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #2 /tmp/phel/cache/compiled/phel_core.php(9003): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_core.php(9000): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_core.php(6245): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(422): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /tmp/phel/cache/compiled/phel_test.php(468): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /tmp/phel/cache/compiled/clojure_core-test_conj.php(1884): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #8 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #9 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #10 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #22 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #23 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #24 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #25 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #26 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #27 {main}} {:state :error, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj.cljc, :line 5, :column 0}, :message first, :form (= -1 (first (conj (range) -1))), :exception InvalidArgumentException: Cannot conj on type :php/object in /tmp/phel/cache/compiled/phel_core.php:7909 | |
| Stack trace: | |
| #0 /tmp/phel/cache/compiled/phel_core.php(7972): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #1 /tmp/phel/cache/compiled/phel_core.php(7988): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #2 /tmp/phel/cache/compiled/clojure_core-test_conj.php(2046): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #3 /tmp/phel/cache/compiled/phel_test.php(2014): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #4 /tmp/phel/cache/compiled/phel_test.php(2021): Phel\Lang\AbstractFn@anonymous->{closure:Phel\Lang\AbstractFn@anonymous() | |
| #5 /tmp/phel/cache/compiled/phel_test.php(2062): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #6 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24) : eval()'d code(1): Phel\Lang\AbstractFn@anonymous->__invoke() | |
| #7 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Domain/Evaluator/InMemoryEvaluator.php(24): eval() | |
| #8 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(110): Phel\Compiler\Domain\Evaluator\InMemoryEvaluator->eval() | |
| #9 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/Application/EvalCompiler.php(69): Phel\Compiler\Application\EvalCompiler->evalNode() | |
| #10 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Compiler/CompilerFacade.php(57): Phel\Compiler\Application\EvalCompiler->evalString() | |
| #11 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/RunFacade.php(78): Phel\Compiler\CompilerFacade->eval() | |
| #12 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Run/Infrastructure/Command/TestCommand.php(105): Phel\Run\RunFacade->eval() | |
| #13 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Command/Command.php(291): Phel\Run\Infrastructure\Command\TestCommand->execute() | |
| #14 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(1084): Symfony\Component\Console\Command\Command->run() | |
| #15 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(356): Symfony\Component\Console\Application->doRunCommand() | |
| #16 /home/user/dev/phel/clojure-test-suite/vendor/symfony/console/Application.php(195): Symfony\Component\Console\Application->doRun() | |
| #17 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/Infrastructure/ConsoleBootstrap.php(44): Symfony\Component\Console\Application->run() | |
| #18 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/src/php/Console/ConsoleFacade.php(26): Phel\Console\Infrastructure\ConsoleBootstrap->run() | |
| #19 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(92): Phel\Console\ConsoleFacade->runConsole() | |
| #20 /home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel(93): {closure:/home/user/dev/phel/clojure-test-suite/vendor/phel-lang/phel-lang/bin/phel:10}() | |
| #21 /home/user/dev/phel/clojure-test-suite/vendor/bin/phel(119): include('...') | |
| #22 {main}} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value foo, :form (var? foo), :result :foo, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value var?, :form (var? var?), :result <function:var?>, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value i-am-dynamic, :form (var? i-am-dynamic), :result 3.14, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value *assert*, :form (var? *assert*), :result true, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value (defn qux [] nil), :form (var? (defn qux [] nil)), :result nil, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value bar, :form (var? bar), :result <function:bar>, :state :failed}], :counts {:failed 41, :error 124, :pass 394, :total 777}}, :state :failed} {:type :predicate, :message things which are vars, :location {:file /home/user/dev/phel/clojure-test-suite/test/clojure/core_test/var_qmark.cljc, :line 17, :column 0}, :pred var?, :value MyProtocol, :form (var? MyProtocol), :result {:name MyProtocol, :dispatch []}, :state :failed}], :counts {:failed 43, :error 124, :pass 394, :total 779}} | |
| but doesn't satisfy: var? | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/char_qmark.cljc:6) | |
| Test: (char? 0) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/char_qmark.cljc:6) | |
| Test: (char? 1) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_not.cljc:5) | |
| Test: (thrown? (bit-not nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_test.cljc:5) | |
| Test: (thrown? (bit-test nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_test.cljc:5) | |
| Test: (thrown? (bit-test 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_and.cljc:6) | |
| Test: (thrown? (bit-and nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_and.cljc:6) | |
| Test: (thrown? (bit-and 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'cannot dissoc! transient after persistent! call' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (dissoc! t :a)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! {:a 1} [:a])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! [0] [0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! (transient [0]) [0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! (quote (0)) [0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! #{:a :b} [:a])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! (transient #{:a :b}) [:a])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! 42 [4])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! :k [:k])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/dissoc_bang.cljc:5) | |
| Test: (thrown? (apply dissoc! string [s t])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_shift_left.cljc:5) | |
| Test: (thrown? (bit-shift-left nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_shift_left.cljc:5) | |
| Test: (thrown? (bit-shift-left 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'common' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/contains_qmark.cljc:5) | |
| Test: (= false (contains? nil nil)) | |
| threw exception: TypeError | |
| ~~~~~~~~~~ | |
| Error in 'common' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/contains_qmark.cljc:5) | |
| Test: (thrown? (contains? abc a)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [] [-1 0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [] [1 0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [0 1 2] [4 4])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1 2] [1 3 3 5])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1 2] [-1 3 3 5])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [0 1 2] [-1 -1])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'vectors > vectors - out-of-bounds indices' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1 2] [-1 3 2 5])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc {:a 1} [:b])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc {:a 1} [:b 2 :c])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc {:a 1} [:b 2 :c 3 :d])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1] [0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1] [0 1 1])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - odd number of args' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (apply assoc [1] [0 1 1 2 2])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc (quote (0 1 2)) 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc #{0 1 2} 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc true 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc false 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc :k 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc 42 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape > bad shape - not a map nor a vector' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/assoc.cljc:5) | |
| Test: (thrown? (assoc 3.14 1 3)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'finite seqs' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1 2 3] (cons 1 23)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'finite seqs' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1 1 2 3] (cons 1 (sorted-set 1 2 3))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'finite seqs' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1 [:2 2] [:3 3]] (cons 1 {:2 2, :3 3})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'nil and empty' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1] (cons 1 )) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'nil and empty' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1] (cons 1 #{})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'nil and empty' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (= [1] (cons 1 {})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 :k)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 42)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 3.14)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 true)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 false)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/cons.cljc:5) | |
| Test: (thrown? (cons 1 cons)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/drop.cljc:5) | |
| Test: (drop 5 nil) | |
| evaluated to: [] | |
| but is not: = to () | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/drop.cljc:5) | |
| Test: (thrown? (doall (drop nil (range 0 10)))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/drop.cljc:5) | |
| Test: (thrown? (into [] (drop nil) (range 0 10))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'common' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/abs.cljc:6) | |
| Test: (thrown? (abs nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (= nil (butlast (range 1))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (= (range 1) (butlast (range 2))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (= (range 2) (butlast (range 3))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (= (range 3) (butlast (range 4))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (= nil (butlast (quote (0)))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (butlast [0]) | |
| evaluated to: [] | |
| but is not: = to nil | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/butlast.cljc:5) | |
| Test: (butlast nil) | |
| evaluated to: [] | |
| but is not: = to nil | |
| ~~~~~~~~~~ | |
| Failure in 'Infinite range' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/binding.cljc:5) | |
| Test: (take 4 (test-fn)) | |
| evaluated to: @[0 1 2 3] | |
| but is not: = to (0 1 2 3) | |
| ~~~~~~~~~~ | |
| Failure in 'Immutability' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/binding.cljc:5) | |
| Test: (take 4 (test-fn)) | |
| evaluated to: @[0 1 2 3] | |
| but is not: = to (0 1 2 3) | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_set.cljc:5) | |
| Test: (thrown? (bit-set nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_set.cljc:5) | |
| Test: (thrown? (bit-set 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_shift_right.cljc:5) | |
| Test: (thrown? (bit-shift-right nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_shift_right.cljc:5) | |
| Test: (thrown? (bit-shift-right 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (byte 1.1) | |
| evaluated to: 1 | |
| but is not: = to 1.1 | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (byte -1.1) | |
| evaluated to: -1 | |
| but is not: = to -1.1 | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (byte 1.9) | |
| evaluated to: 1 | |
| but is not: = to 1.9 | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (byte 1.1) | |
| evaluated to: 1 | |
| but is not: = to 1.1 | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (byte -1.1) | |
| evaluated to: -1 | |
| but is not: = to -1.1 | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte -128.000001)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte -129)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte 128)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte 127.000001)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte 0)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte :0)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte [0])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/byte.cljc:6) | |
| Test: (thrown? (byte nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_xor.cljc:6) | |
| Test: (thrown? (bit-xor nil 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/bit_xor.cljc:6) | |
| Test: (thrown? (bit-xor 1 nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is nil?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? nil)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > Special case inputs' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? (deref (delay :delay)))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? :foo)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? foo)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? f)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? (quote foo))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? NAN)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? (quote ()))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? (quote (:foo :bar :baz)))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? [])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? {})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in '`realized?` > What happens when the input is an incorrect shape?' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/realized_qmark.cljc:11) | |
| Test: (thrown? (realized? #{})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'conj! coll x > when x is nil or empty' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (= {} (persistent! (conj! (transient {}) nil))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'cannot conj! after call to persistent!' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! coll 0)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! (transient {}) (quote (:a 1)))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! (transient {}) #{:a 1})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! (transient {}) (range 2))) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! [] 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! {} {:a 1})) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! (quote ()) true)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! #{} :k)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! abc d)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! true false)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! 1 -1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shapes' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/conj_bang.cljc:5) | |
| Test: (thrown? (conj! (range 3) -1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/vector_qmark.cljc:5) | |
| Test: (vector? (first {:a 1})) | |
| evaluated to: false | |
| but is not: = to true | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/vector_qmark.cljc:5) | |
| Test: (vector? (seq [1 2 3])) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? (float 0)) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? (float 1)) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? (float -1)) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? 0) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? 1) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/double_qmark.cljc:6) | |
| Test: (double? -1) | |
| evaluated to: true | |
| but is not: = to false | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests 3) | |
| evaluated to: :double-result | |
| but is not: = to :default | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests 4) | |
| evaluated to: :big-decimal-result | |
| but is not: = to :default | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests (quote (list of syms))) | |
| evaluated to: :default | |
| but is not: = to :list-of-syms-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests (quote (:vec :of :kws))) | |
| evaluated to: :default | |
| but is not: = to :vec-of-kws-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests (quote [list of syms])) | |
| evaluated to: :default | |
| but is not: = to :list-of-syms-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests :either) | |
| evaluated to: :default | |
| but is not: = to :one-of-multiple-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests :this) | |
| evaluated to: :default | |
| but is not: = to :one-of-multiple-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests :or) | |
| evaluated to: :default | |
| but is not: = to :one-of-multiple-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (positive-tests :that) | |
| evaluated to: :default | |
| but is not: = to :one-of-multiple-result | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 0) | |
| evaluated to: :default | |
| but is not: = to :zero-one | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 1) | |
| evaluated to: :default | |
| but is not: = to :zero-one | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 4) | |
| evaluated to: :default | |
| but is not: = to :four-five | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 5) | |
| evaluated to: :default | |
| but is not: = to :four-five | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 8) | |
| evaluated to: :default | |
| but is not: = to :eight-nine | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-nums-tests 9) | |
| evaluated to: :default | |
| but is not: = to :eight-nine | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :zero) | |
| evaluated to: :default | |
| but is not: = to :zero-one | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :one) | |
| evaluated to: :default | |
| but is not: = to :zero-one | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :four) | |
| evaluated to: :default | |
| but is not: = to :four-five | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :five) | |
| evaluated to: :default | |
| but is not: = to :four-five | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :eight) | |
| evaluated to: :default | |
| but is not: = to :eight-nine | |
| ~~~~~~~~~~ | |
| Failure in 'positive test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (all-keywords-tests :nine) | |
| evaluated to: :default | |
| but is not: = to :eight-nine | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests (quote range)) | |
| evaluated to: nil | |
| but is not: = to :bad-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 0) | |
| evaluated to: nil | |
| but is not: = to :bad-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 1) | |
| evaluated to: nil | |
| but is not: = to :real-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 2) | |
| evaluated to: nil | |
| but is not: = to :real-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 3) | |
| evaluated to: nil | |
| but is not: = to :real-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 4) | |
| evaluated to: nil | |
| but is not: = to :real-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests 5) | |
| evaluated to: nil | |
| but is not: = to :bad-range-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests (quote quote)) | |
| evaluated to: nil | |
| but is not: = to :quote-foo-result | |
| ~~~~~~~~~~ | |
| Failure in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (negative-tests (quote foo)) | |
| evaluated to: nil | |
| but is not: = to :quote-foo-result | |
| ~~~~~~~~~~ | |
| Error in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (thrown? (negative-tests NAN)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'negative test cases' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/case.cljc:5) | |
| Test: (thrown? (negative-tests :something-not-found)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'cannot disj! transient after persistent! call' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (disj! t 1)) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! nil [nil])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! #{} [nil])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! (quote (1)) [1])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! [1] [1])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! (transient [1]) [1])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! {:a 1} [:a])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! (transient {:a 1}) [:a])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! 42 [42])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! 3.14 [3.14])) | |
| threw exception: InvalidArgumentException | |
| ~~~~~~~~~~ | |
| Error in 'bad shape' (/home/user/dev/phel/clojure-test-suite/test/clojure/core_test/disj_bang.cljc:5) | |
| Test: (thrown? (apply disj! string [s t])) | |
| threw exception: InvalidArgumentException | |
| Passed: 847 | |
| Failed: 94 | |
| Error: 236 | |
| Total: 1177 | |
| Time: 00:01.180, Memory: 48.00 MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment