Fork me on GitHub
#announcements
<
2021-09-20
>
seancorfield00:09:16

clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.3.0"}' :as new
https://github.com/seancorfield/deps-new • Adds template project generation, so you can create your own deps-new templates more easily. • Fixes a bug in :transform handling while copying files that were not explicitly listed. • Fixes a bug in the group/artifact ID used in generated build.clj files. Follow-up in #deps-new

👏 15
2
😍 1
robert-stuttaford05:09:27

fyi @U04V70XH6 when i run this command with clojure 1.10.3.967:

-T is no longer supported, use -A with repl, -M for main, or -X for exec

robert-stuttaford05:09:33

not sure if this is a me problem or not 😄

seancorfield05:09:01

Are you sure about that version?

robert-stuttaford05:09:06

.... now i'm not. i'll dig

robert-stuttaford05:09:00

when i look these two ways, it lines up:

brew info clojure/tools/clojure
clojure/tools/clojure: stable 1.10.3.967
The Clojure Programming Language

/usr/local/Cellar/clojure/1.10.3.967 (11 files, 15.4MB)
  Built from source on 2021-09-02 at 07:34:08
From: 
License: EPL-1.0
==> Dependencies
Required: rlwrap ✔
==> Analytics
install: 2,891 (30 days), 7,866 (90 days), 44,626 (365 days)
install-on-request: 2,883 (30 days), 7,834 (90 days), 44,356 (365 days)
build-error: 0 (30 days)
$ clojure
Clojure 1.10.3
user=> (clojure-version)
"1.10.3"
user=>

robert-stuttaford05:09:27

ok, i'll spelunk and see if i somehow have more than one installed! sorry for the noise 🙂

seancorfield05:09:15

1.10.3.899 was the first version since then that did not have that message.

seancorfield05:09:28

what does clojure -version or clojure -Sdescribe say?

robert-stuttaford05:09:31

i found it. i have that version installed too. my goodness.

robert-stuttaford05:09:35

again, apologies for the noise, @U04V70XH6!

seancorfield05:09:58

NP. I knew it was an old CLI message so I knew you were not running that version 🙂

robert-stuttaford05:09:57

your excellent knowledge just saved me a lot of potential trouble here haha

djblue02:09:57

The portal data inspector has a new release, 0.15.1. Some highlights are: a new hex/ascii viewer for binary data and initial support for remote runtimes via socket repl. For more details see https://github.com/djblue/portal/releases/tag/0.15.1

portal 26
🎉 30
👍 2