Fork me on GitHub
#announcements
<
2022-03-28
>
phronmophobic02:03:57

Tryit: Create cli snippets for quickly trying clojure libraries. For example, if you wanted to try Tryit to get people to try Tryit, just try the following from terminal:

$ clj -Sdeps {:deps\ {com.phronemophobic/tryit\ {:mvn/version\ \"1.1\"}}} -X com.phronemophobic.tryit/exec
deps: {com.phronemophobic/tryit {:mvn/version "1.1"}}
f: com.phronemophobic.tryit/exec

clj -Sdeps {:deps\ {com.phronemophobic/tryit\ {:mvn/version\ \"1.1\"}}} -X com.phronemophobic.tryit/exec
https://github.com/phronmophobic/tryit

🎉 11
😹 1
Jakub Holý (HolyJak)10:03:54

so it essentially builds the clj command you need to execute to try the target library, right?

👍 1
eskos05:03:21

lein-git-revisions v1.0.0 > Automatically control, modify and adjust Leiningen project version based on metadata. • Automatically adjust Leiningen project revision string with custom data-oriented DSL • Supports several versioning schemes: https://github.com/esuomi/lein-git-revisions/blob/v1.0.0/semver.org, https://calver.org/, https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md, Git hashes, other metadata and more! • Adjusting the revision is based on easily automatable metadata such as environment variables • 100% hands-free for developers • Output revision metadata to file for further consumption For examples how to use with CI the project is self-recursive, so its GitHub Actions uses itself to release new versions of the plugin. Badges at top of README for clojars links etc. https://github.com/esuomi/lein-git-revisions

🎉 2
Alex Miller (Clojure team)13:03:45

Clojure CLI https://clojure.org/releases/tools#v1.11.0.1100 is now available (maybe I should have released this at 11:11) • Default to Clojure 1.11.0 if no Clojure version is specified • https://clojure.atlassian.net/browse/TDEPS-135 Fix concurrency issues in Maven artifact downloads

1
🕚 10
🔟 2
clojure-spin 23
0️⃣ 5
💯 3
😹 7
👍 29
🎉 22
1️⃣ 7
2
1
oxalorg (Mitesh)15:03:46

For those on mac

brew upgrade clojure/tools/clojure

🚅 1
❤️ 2
littleli16:03:45

For those on Windows (using scoop installer)

scoop update clojure

❤️ 1
ahungry01:03:42

Arch Linux is already up to date with it - arch users: pacman -Sy clojure

🚀 3
❤️ 1