Created
February 19, 2024 06:47
-
-
Save plexus/2a42aadb4a4457a2620092d5e7723a60 to your computer and use it in GitHub Desktop.
This file contains 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
----- Error -------------------------------------------------------------------- | |
Type: clojure.lang.ExceptionInfo | |
Message: | |
Data: {:type "class java.lang.NullPointerException"} | |
Location: /home/arne/.gitlibs/libs/babashka/tools.bbuild/b0ff7daeaed20ac4e73c1f600ce6bef3cd49f257/src/main/clojure/clojure/tools/build/util/pod.clj:1:29 | |
----- Context ------------------------------------------------------------------ | |
1: (ns clojure.tools.build.util.pod | |
^--- | |
2: (:require [clojure.string :as str])) | |
3: | |
4: (def windows? (str/starts-with? | |
5: (System/getProperty "os.name") | |
6: "Windows")) | |
----- Stack trace -------------------------------------------------------------- | |
babashka.pods.impl/processor - <built-in> | |
babashka.pods.sci/load-pod/fn--28168 - <built-in> | |
clojure.tools.deps/create-basis - /home/arne/.gitlibs/libs/babashka/tools.bbuild/b0ff7daeaed20ac4e73c1f600ce6bef3cd49f257/src/main/clojure/clojure/tools/build/util/pod.clj:1:29 | |
clojure.tools.deps/create-basis - /home/arne/.gitlibs/libs/babashka/tools.bbuild/b0ff7daeaed20ac4e73c1f600ce6bef3cd49f257/src/main/clojure/clojure/tools/build/util/pod.clj:1:1 | |
clojure.tools.build.tasks.create-basis - /home/arne/.gitlibs/libs/babashka/tools.bbuild/b0ff7daeaed20ac4e73c1f600ce6bef3cd49f257/src/main/clojure/clojure/tools/build/tasks/create_basis.clj:30:6 | |
... (run with --debug to see elided elements) | |
lambdaisland.cli/dispatch - lambdaisland/cli.clj:379:10 | |
lambdaisland.cli/dispatch - lambdaisland/cli.clj:350:6 | |
lambdaisland.cli/dispatch - lambdaisland/cli.clj:345:4 | |
lambdaisland.cli/dispatch - lambdaisland/cli.clj:297:1 | |
user - /home/arne/AviationGlass/aviationglass/bin/dev:141:1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment