I've started keeping a journal about my open source work • https://arnebrasseur.net/2025-02-06-open-source-diary.html • https://arnebrasseur.net/2024-02-09-open-source-diary.html Trying to get a bit more visibility on this stuff, since it's often a lot of little things which we don't really announce otherwise.
After updating launchpad and enabling :namespace-maps false , I get No nREPL middleware descriptor in metadata . More info in thread.
can you try updating?
Yes indeed, 0.37.162-alpha did the trick. Thanks! 🙏
Let me just say that this is an amazing upgrade 🤩
bin/launchpad
Downloading: com/lambdaisland/launchpad/0.36.159-alpha/launchpad-0.36.159-alpha.pom from clojars
Downloading: com/lambdaisland/cli/0.22.87/cli-0.22.87.pom from clojars
Downloading: com/lambdaisland/cli/0.22.87/cli-0.22.87.jar from clojars
Downloading: com/lambdaisland/launchpad/0.36.159-alpha/launchpad-0.36.159-alpha.jar from clojars
Launching Clojure on nREPL port 52223
Options: cider-nrepl, cider-connect, refactor-nrepl
Aliases: backend, dev, repl, perf
[clojure] Downloading: com/github/jnr/jnr-posix/3.1.20/jnr-posix-3.1.20.pom from central
[clojure] Downloading: com/github/jnr/jnr-ffi/2.2.17/jnr-ffi-2.2.17.pom from central
[clojure] Downloading: nrepl/nrepl/1.3.1/nrepl-1.3.1.pom from clojars
[clojure] Downloading: org/ow2/asm/asm/9.7.1/asm-9.7.1.pom from central
[clojure] Downloading: org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.pom from central
[clojure] Downloading: org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.pom from central
[clojure] Downloading: org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.pom from central
[clojure] Downloading: org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.pom from central
[clojure] Downloading: org/ow2/asm/asm/9.7.1/asm-9.7.1.jar from central
[clojure] Downloading: org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar from central
[clojure] Downloading: com/github/jnr/jnr-posix/3.1.20/jnr-posix-3.1.20.jar from central
[clojure] Downloading: org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar from central
[clojure] Downloading: org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar from central
[clojure] Downloading: com/github/jnr/jnr-ffi/2.2.17/jnr-ffi-2.2.17.jar from central
[clojure] Downloading: org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar from central
[clojure] Downloading: nrepl/nrepl/1.3.1/nrepl-1.3.1.jar from clojars
[clojure] [WARNING] No nREPL middleware descriptor in metadata of #'lambdaisland.launchpad.middleware/wrap-no-print-namespace-maps, see nrepl.middleware/set-descriptor!
bb.dev-deps:
:deps {com.lambdaisland/launchpad {:mvn/version "0.36.159-alpha"}
com.lambdaisland/classpath
{:git/url ""
:git/sha "5a891483200a6cbf856db4ff827f44b33353cbd1"}}
bin/launchpad:
#!/usr/bin/env bb
(require '[lambdaisland.launchpad :as launchpad])
(launchpad/main {:namespace-maps false})
I tried removing the git-dependency for lambdaisland/classpath, but the warning is still present.
oh I thought I had fixed the descriptor thing, might need a release. Thanks for the report! will keep you posted.