Path to this page:
Subject: CVS commit: pkgsrc/lang/clojure
From: Ryo ONODERA
Date: 2024-12-12 15:45:32
Message id: 20241212144532.86384FC1C@cvs.NetBSD.org
Log Message:
lang/clojure: Update to 1.12.0.1488
Changelog:
1.12.0.1488 (Nov 21, 2024)
TDEPS-265 - -Ttools install-latest fixed bug when :coord with git url provided
TDEPS-268 - -X:deps find-versions returns all procurer types, not just first \
found
Updated tools.deps, tools.deps.cli, tools.tools to latest
1.12.0.1479 (Sep 5, 2024)
Use Clojure 1.12.0 as default Clojure version
1.11.4.1474 (Aug 5, 2024)
Use Clojure 1.11.4 as default Clojure version
1.11.3.1463 (May 1, 2024)
-X:deps aliases - make resilient for non-map alias data
Update :deps programs in help
Updated tools.deps, tools.deps.cli to latest
1.11.3.1456 (Apr 24, 2024)
Update default Clojure version to 1.11.3
Updated tools.deps, tools.deps.cli to latest
1.11.2.1446 (Mar 8, 2024)
Update default Clojure version to 1.11.2
Clojure -X:deps programs that create a basis now take a :dir option for the \
directory context to use
Updated tools.deps, tools.deps.cli to latest
1.11.1.1435 (Jan 3, 2024)
TDEPS-238 - deps.edn files are now validated against specs
TDEPS-239 - treat empty deps.edn file as {}
Updated several dependencies
1.11.1.1429 (Dec 4, 2023)
Roll back Maven resolver dep updates from 1.11.1.1420
1.11.1.1420 (Dec 4, 2023)
TDEPS-119 Unable to start CLI in write-protected project directory
TDEPS-256 create-basis - when different project dir is specified, should be \
used to resolve relative local deps
Update all dependencies to latest versions
1.11.1.1413 (Aug 26, 2023)
No changes
1.11.1.1409 (Aug 25, 2023)
No changes
1.11.1.1405 (Aug 22, 2023)
CLI releases on GitHub now have .sha256 files for the binaries
1.11.1.1386 (Aug 14, 2023)
CLI releases are now published to GitHub under \
https://github.com/clojure/brew-install
The download archive is still available but will be treated as a mirror (and \
configured that way in brew)
1.11.1.1347 (May 31, 2023)
With -X or -T accept - as a trailing argument to read the remainder of args \
from stdin
On windows installer, hide progress bar on download
TDEPS-247 - Fix StackOverflow on deps with big fan-out
TDEPS-249 - Properly push/pop thread bindings during dep expansion
TDEPS-227 - Shut down dep expansion threads at end of resolve-deps
TDEPS-248 - Make tags return known tags when offline
Use tools.deps 0.18.1354
1.11.1.1273 (Apr 3, 2023)
Fix regression in -Spom
Updated help to include -X:deps mvn-pom rather than -Spom (which will \
eventually go away)
Use tools.deps 0.18.1335
1.11.1.1267 (Mar 31, 2023)
TDEPS-245 - Fix error in -X:deps find-versions with an uncanonicalized lib name
Use tools.deps 0.18.1331
1.11.1.1262 (Mar 27, 2023)
Make local deps version comparable based on path
Use tools.deps 0.18.1317
1.11.1.1257 (Mar 15, 2023)
Use tools.deps 0.18.1308
1.11.1.1252 (Mar 6, 2023)
Switch to passing exec args via the basis :argmap
Function execution protocol support for -X/-T
Use tools.deps 0.17.1297
1.11.1.1237 (Feb 27, 2023)
Added env var that can be set to temporarily allow support for http repos: \
CLOJURE_CLI_ALLOW_HTTP_REPO
Remove deprecated support for -R and -C
Clean up help text around repl supporting init-opts
Use tools.deps 0.16.1285
1.11.1.1224 (Feb 12, 2023)
Fix issue with git tag verification for repos with a large number of tags
TDEPS-235 - Disallow http :mvn/repos
TDEPS-236 - Add rlwrap -m to clj for multiline editing
1.11.1.1208 (Dec 11, 2022)
TDEPS-234 - Always include -XX:-OmitStackTraceInFastThrow by default
Use tools.deps 0.16.1264
1.11.1.1200 (Nov 14, 2022)
Added support in :mvn/repos map to set release and snapshot policies
TDEPS-101 Output repo policies in -Spom and -X:deps mvn-pom
Use tools.deps.alpha 0.15.1254
1.11.1.1189 (Nov 2, 2022)
TDEPS-233 bash script fixes from stale jar check changes
Add some missing items on help and man page
1.11.1.1182 (Oct 26, 2022)
TDEPS-70 - Detect missing jar in classpath and download automatically
TDEPS-232 - Add generic posix installer
TDEPS-200 - Clean up default user deps.edn
TDEPS-219 Fixed -X:deps find-versions doesn’t find Maven versions that \
start with a letter
Add :n option to -X:deps find-versions and default to 8
During -X:deps prep, use :exec-args of alias being prepped, if present
During -X:deps prep, also prep current project if needed add :current flag \
to prep current project, default=false
Fix bad invocation of deps/prep-libs! in clojure.tools.cli.api/prep
Improve error message when local dep directory is missing
For downstream tools, added new well-known location to look up latest stable \
tools release
Use tools.deps.alpha 0.15.1244
1.11.1.1165 (Sep 18, 2022)
TDEPS-165 Use the env var CLJ_JVM_OPTS to pass JVM properties to the \
internal classpath building process
Add support to include the common JAVA_OPTS env var as JVM properties in \
user program execution
Files: