This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-03-28
Channels
- # aleph (16)
- # announcements (7)
- # asami (4)
- # aws (26)
- # babashka (26)
- # babashka-sci-dev (50)
- # beginners (118)
- # biff (7)
- # calva (15)
- # cider (6)
- # clj-kondo (8)
- # cljs-experience (3)
- # clojure (30)
- # clojure-austin (26)
- # clojure-europe (20)
- # clojure-france (2)
- # clojure-ireland (1)
- # clojure-nl (3)
- # clojure-norway (2)
- # clojure-spec (7)
- # clojure-uk (6)
- # clojurescript (12)
- # community-development (5)
- # conjure (1)
- # copenhagen-clojurians (3)
- # core-typed (71)
- # cursive (3)
- # datomic (1)
- # emacs (4)
- # fulcro (2)
- # helix (2)
- # introduce-yourself (3)
- # jobs (1)
- # london-clojurians (6)
- # lsp (122)
- # malli (2)
- # missionary (5)
- # overtone (14)
- # pathom (4)
- # polylith (1)
- # reagent (4)
- # reitit (1)
- # releases (1)
- # shadow-cljs (80)
- # testing (10)
- # tools-deps (6)
- # vim (3)
- # xtdb (19)
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/tryitso it essentially builds the clj command you need to execute to try the target library, right?
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
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
