lambdaisland

plexus 2025-02-10T08:43:29.245419Z

I've started keeping a journal about my open source work • https://arnebrasseur.net/2025-02-06-open-source-diary.htmlhttps://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.

🙌 6
2025-02-10T09:26:21.190939Z

After updating launchpad and enabling :namespace-maps false , I get No nREPL middleware descriptor in metadata . More info in thread.

plexus 2025-02-11T14:42:51.025579Z

can you try updating?

2025-02-11T14:54:56.099059Z

Yes indeed, 0.37.162-alpha did the trick. Thanks! 🙏

cjohansen 2025-02-11T17:52:45.801489Z

Let me just say that this is an amazing upgrade 🤩

➕ 1
2025-02-10T09:27:15.366089Z

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"}}

2025-02-10T09:30:44.883659Z

bin/launchpad:

#!/usr/bin/env bb

(require '[lambdaisland.launchpad :as launchpad])

(launchpad/main {:namespace-maps false})

2025-02-10T09:37:12.849149Z

I tried removing the git-dependency for lambdaisland/classpath, but the warning is still present.

plexus 2025-02-10T10:21:50.461759Z

oh I thought I had fixed the descriptor thing, might need a release. Thanks for the report! will keep you posted.

🙏 1