This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-20
Channels
- # announcements (7)
- # babashka (16)
- # beginners (58)
- # boot (12)
- # calva (3)
- # cider (11)
- # clj-kondo (9)
- # cljs-dev (8)
- # clojure (82)
- # clojure-europe (9)
- # clojure-italy (11)
- # clojure-losangeles (1)
- # clojure-nl (8)
- # clojure-uk (8)
- # clojurescript (5)
- # css (2)
- # cursive (5)
- # datomic (20)
- # docker (2)
- # emacs (4)
- # figwheel-main (16)
- # fulcro (53)
- # graalvm (17)
- # jackdaw (2)
- # jobs (4)
- # kaocha (6)
- # lambdaisland (2)
- # luminus (2)
- # meander (1)
- # off-topic (146)
- # re-frame (4)
- # releases (1)
- # rum (12)
- # sci (71)
- # shadow-cljs (26)
- # test-check (22)
- # vim (1)
- # xtdb (9)
Pitch: Let's make a non-commercial express-in-code game, create a new e-sports scene. It will be a new kind of games: players use a programming language to express/build/solve, with unbounded diverse scenarios, that can be installed via a link. Existing e-sports games are micro heavy or stale. https://github.com/express-in-code-game/design/blob/master/project.md
Is it related to Clojure? If not, I suggest to move this to the #off-topic channel.
I may be interested
clj 1.10.1.561 and tools.deps.alpha 0.8.709 are now available. See https://clojure.org/guides/getting_started for upgrade instructions.
The primary change in this version is an update of the dependency expansion code around exclusion handling. In particular, when the same lib/version appears in the transitive dependency tree with different exclusion sets, the logic has been modified to use the intersection of the exclusion sets (exclude only those child libs excluded in all tree locations). Previously it was somewhat arbitrary which exclusion set would be used.
In testing this, I've noticed that these cases are particularly likely to give confusing output with clj -Stree (the lib set is correct but the tree will often include a lib in a place where it is excluded). Plans are under way for a better -Stree.