Revisions of clojure

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1156680 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 21)
- Update to 1.11.2.1446:
  * 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
  * Fix for CVE-2024-22871 detailed in GHSA-vr64-r9qj-h27f:
    CLJ-2839 - iterate, cycle, repeat - infinite seqs have infinite
    hashCode() (bsc#1220666)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1135749 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 20)
- Update to 1.11.1.1435:
  * Update to tools.deps 1.18.1394
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130898 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 19)
- Update to 1.11.1.1429:
  * No changes from prior

- Update to 1.11.1.1420:
  * TDEPS-119 Unable to start CLI in write-protected project directory
  * Update to tools.tools 0.3.2
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1106139 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 18)
- Update to 1.11.1.1413:
  * No changes from prior
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1105338 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 17)
- Update to 1.11.1.1405:
  * GitHub releases now contain .sha256 files for binaries
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1089450 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 15)
- Update to 1.11.1.1342:
  * CI related changes
  * version bumps
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1088406 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 14)
- Update to 1.11.1.1323:
  * CI related changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1087337 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 13)
- Update to 1.11.1.1290:
  * add release and promote actions
  * set aws region in workflows
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1077100 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 12)
- Update to 1.11.1.1273:
  * Change help text to point to -X:deps mvn-pom instead of -Spom
  * Switch to tools.deps 0.18.1335
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1076593 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 11)
- Update to 1.11.1.1267:
  * Switch to tools.deps 0.18.1331
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074880 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 10)
- Update to 1.11.1.1262:
  * Switch to tools.deps 0.18.1317
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1073539 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 9)
- Update to 1.11.1.1257:
  * Use tools.deps 0.18.1308

- Update to 1.11.1.1252:
  * Switch to passing exec args via the basis :argmap
  * Function execution protocol support for -X/-T
  * Use tools.deps 0.17.1297

- Update to 1.11.1.1237:
  * 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

- Update to 1.11.1.1224:
  * 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

- Update to 1.11.1.1208:
  * TDEPS-234 - Always include -XX:-OmitStackTraceInFastThrow by default
  * Use tools.deps 0.16.1264

- Update to 1.11.1.1200:
  * 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

- Update to 1.11.1.1189:
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 867076 from Michael Vetter's avatar Michael Vetter (jubalh) (revision 6)
- Update to 0.10.2:
  * Interop / JVM:
    - CLJ-1472 Ensure monitor object is on stack, for verifiers
    - CLJ-2517 More fixes for invocation of static interface methods with primitive args
    - CLJ-2492 Remove uses of deprecated Class.newInstance()
    - CLJ-2534 Fix javadoc urls for JDK 11+
    - CLJ-2571 Add Throwable return type hint to ex-cause
    - CLJ-2572 Avoid reflection in clojure.data
    - CLJ-2502 Fix reflection warnings in clojure.stacktrace/print-stack-trace
    - CLJ-2597 proxy should emit Java 1.8 bytecode
  * Core:
    - CLJ-2580 Fix case expression branch analysis that resulted in compilation error
    - CLJ-2564 Improve error message for case
    - CLJ-2585 nth with not-found on regex matcher returns not-found on last group index
    - CLJ-1364 vector-of does not implement equals or hashing methods
    - CLJ-2549 vector-of does not implement IObj for metadata
    - CLJ-1187 quoted metadata on empty literal colls is lost
    - CLJ-2459 ExceptionInInitializerError if jars executed with java -jar
  * Printing:
    - CLJ-2469 Fix errors in printing some maps with namespace syntax
    - CLJ-1445 pprint doesn't print collection metadata when *print-meta* is true
  * Docstrings:
    - CLJ-2295 Eliminate duplicate doc string printing for special forms
    - CLJ-2495 prepl docstring is incorrect
    - CLJ-2169 conj has out-of-date :arglists
  * Performance:
    - CLJ-1005 Use transient map in zipmap
Ludwig Nussel's avatar Ludwig Nussel (lnussel_factory) accepted request 730072 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Displaying revisions 1 - 20 of 21
openSUSE Build Service is sponsored by