./lang/clojure, Dynamic programming language that targets the Java VM

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.11.1.1155, Package name: clojure-1.11.1.1155, Maintainer: ryoon

Clojure is a dynamic programming language that targets the Java
Virtual Machine (and the CLR, and JavaScript). It is designed to
be a general-purpose language, combining the approachability and
interactive development of a scripting language with an efficient
and robust infrastructure for multithreaded programming. Clojure
is a compiled language - it compiles directly to JVM bytecode, yet
remains completely dynamic. Every feature supported by Clojure is
supported at runtime. Clojure provides easy access to the Java
frameworks, with optional type hints and type inference, to ensure
that calls to Java can avoid reflection.

Clojure is a dialect of Lisp, and shares with Lisp the code-as-data
philosophy and a powerful macro system. Clojure is predominantly
a functional programming language, and features a rich set of
immutable, persistent data structures. When mutable state is needed,
Clojure offers a software transactional memory system and reactive
Agent system that ensure clean, correct, multithreaded designs.

I hope you find Clojure's combination of facilities elegant,
powerful, practical and fun to use.


Required to run:
[misc/rlwrap] [lang/openjdk11]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 17540.228 KB

Version history: (Expand)


CVS history: (Expand)


   2022-09-12 20:44:09 by Ryo ONODERA | Files touched by this commit (3) | Package updated
Log message:
clojure: Update to 1.11.1.1155

Changelog:
 1.11.1.1155 (Aug 5, 2022)

  * TDEPS-228 Add support for auto inferred Sourcehut git urls

  * Update aws-api, Maven, etc dep versions

  * Use tools.deps.alpha 0.14.1222

 1.11.1.1149 (Jun 21, 2022)

  * clj -Ttools install-latest - refine how versions are filtered, sorted, and
    newest selected

  * Update to tools.tools v0.2.8

  * Use tools.deps.alpha 0.14.1212

 1.11.1.1139 (Jun 16, 2022)

  * Add clj -Ttools install-latest api function, examples:

  * Install tool: clj -Ttools install-latest :lib io.github.clojure/
    tools.deps.graph :as graph

  * Update tool: clj -Ttools install-latest :tool graph

  * Fix regression with clj -X:deps find-versions from 1.11.1.1119

  * Output from clj -X:deps find-versions now provides :git/tag and :git/sha

  * Update to tools.tools v0.2.6

  * Use tools.deps.alpha 0.14.1205

 1.11.1.1129 (Jun 14, 2022)

  * Fix directory context of -X:deps prep with transitive local deps

  * Use tools.deps.alpha 0.14.1194

 1.11.1.1124 (Jun 11, 2022)

  * Fix bug in TDEPS-213 change

  * Use tools.deps.alpha 0.14.1189

 1.11.1.1119 (Jun 9, 2022)

  * TDEPS-213 - Add -X:deps aliases to list available aliases

  * TDEPS-226 - More nunanced error handling for s3 downloads

  * Better error message when git url can??t be inferred

  * Use tools.deps.alpha 0.14.1185

 1.11.1.1113 (Apr 25, 2022)

  * TDEPS-153 - yet more fixes for errors during concurrent Maven downloads

  * Use tools.deps.alpha 0.14.1178

 1.11.1.1105 (Apr 5, 2022)

  * Default to Clojure 1.11.1 if no Clojure version specified

 1.11.0.1100 (Mar 28, 2022)

  * Default to Clojure 1.11.0 if no Clojure version specified

  * TDEPS-153 Fix concurrency issues in Maven artifact downloads

 1.10.3.1087 (Feb 28, 2022)

  * Fix error message when git url missing or not inferred

  * Pass :exec-fn and :exec-args to -X/-T even when using -Scp

  * TDEPS-222 Make Clojure dependency in pom a compile dependency, not provided

  * TDEPS-203 In -X:deps prep - now takes basis settings, including aliases

  * TDEPS-197 -X:deps git-resolve-tags - now resolves to :git/tag and :git/sha

  * -X:deps tree - now takes basis settings

  * -X:deps mvn-pom - now takes basis settings

  * -X:deps list - put license abbreviation list in a resource and load on
    demand

  * Use tools.deps.alpha 0.12.1158

 1.10.3.1075 (Feb 2, 2022)

  * TDEPS-216 - Built-in :deps alias should remove project paths from classpath

  * Improve error if git sha is not found in git repo

  * Improve prep error if transtive dep??s prep function is unresolvable

  * Bump AWS deps to latest versions

  * Use tools.deps.alpha 0.12.1135

 1.10.3.1069 (Jan 26, 2022)

  * Update some Maven transitive deps to address some CVEs

  * Update to tools.tools v0.2.5

  * Add check to error on invocation of multiple exec functions

  * Use tools.deps.alpha 0.12.1120

 1.10.3.1058 (Jan 5, 2022)

  * TDEPS-207 Fix deadlock in version range resolution

  * TDEPS-215 Fix race condition during parallel loading of s3 transporter

  * Don??t track local deps.edn manifest for caching if deps project doesn??t
    have one

  * Update maven-core to 3.8.4, aws libs, tools.build, tools.tools to latest

  * Use tools.deps.alpha 0.12.1109

 1.10.3.1040 (Dec 1, 2021)

  * Add clj -X:deps list for listing the full transitive set of deps and their
    license info - see docs

  * Improved error handling for unknown tool with -T or -X:deps find-versions

  * Use tools.deps.alpha 0.12.1084

 1.10.3.1029 (Nov 8, 2021)

  * TDEPS-212 Cover a much wider range of valid git dep urls, including git
    file urls

  * Use tools.deps.alpha 0.12.1071

 1.10.3.1020 (Nov 5, 2021)

  * TDEPS-83 Invalidate classpath cache when local dep manifests change

  * Add new clj -X:deps list program to list the full lib set on the classpath,
    see API docs for more info

  * Bump deps to more recent versions - aws-api, jetty-client, etc

  * Clean up exception handling for -X/-T

  * Use tools.deps.alpha 0.12.1067

 1.10.3.998 (Oct 26, 2021)

  * Remove bottle :unneeded from brew formulas (no longer needed)

  * TDEPS-209 Include only jar files in classpath from Maven artifacts

  * Update to tools.tools v0.2.1 (minor improvements in clj -Ttools list)

  * Use tools.deps.alpha 0.12.1058

 1.10.3.986 (Sep 22, 2021)

  * Fix nested session cache computation for local pom model building

  * Use tools.deps.alpha 0.12.1048

 1.10.3.981 (Sep 21, 2021)

  * Update to latest AWS API libs

  * Downgrade Maven resolver libs to better match Maven core libs

  * Use tools.deps.alpha 0.12.1041

 1.10.3.967 (Sep 1, 2021)

  * Refine exec exceptions for missing namespace vs missing function in
    namespace

  * Replace Maven-based build process with tools.build

  * Compile entry points in tools.deps used for building classpaths for
    performance

  * Use tools.deps.alpha 0.12.1036

 1.10.3.943 (Aug 13, 2021)

  * TDEPS-199 Use default http-client in S3 transporter

  * Cache S3 transporter for a repo

  * Fixed session cache to work properly across threads / binding stacks for
    better perf

  * Replace specific maven version range requests with non-range request to
    reduce repo metadata lookups

  * Load and cache Maven settings once for perf

  * Cache version range resolution results for perf

  * Use tools.deps.alpha 0.12.1019

 1.10.3.933 (July 28, 2021)

  * deps.edn

      + git deps

          o If a git library name follows the repo convention names, the :git/
            url can now be inferred (:git/url can also be specified explicitly
            and takes precedence)

          o :git/tag and prefix :git/sha can now be specified instead of the
            full sha. Both must point to the same commit.

          o :sha has been renamed to :git/sha but the original is still
            supported for backwards compatibility

      + :deps/prep-lib - a new top-level key can be used to say how a source
        lib should be prepared before being added to the classpath. This key??s
        value is a map with :alias, :fn, and :ensures. See prep docs for more
        info.

      + :tools/usage - a new top-level key can be used to provide the
        :ns-default and :ns-aliases context for a tool

  * Tools - git-based programs that can be installed with a local name. Tools
    can provide their own usage context in deps.edn.

      + Added new auto-installed tool named tools with functions install, list,
        remove. See reference.

      + Install a tool with clojure -Ttools install <lib> <coord> :as
        <toolname>

      + Run a tool with clojure -T<toolname> fn (also takes -X style args)

  * Clojure CLI

      + New -T option is like -X (executes a function) but does not use the
        project classpath, instead uses tool classpath (and adds :paths \ 
["."]
        by default). -T:aliases is otherwise same as -X. -Ttoolname resolves
        named tool by name and uses that tool lib.

      + TDEPS-198 - -X and -T will not wait to exit if futures/agents have been
        used

      + TDEPS-182 - Improve deprecation messages to be more accurate

      + TDEPS-183 - Fix -Sdescribe output to be valid EDN on Windows

      + TDEPS-179 - Fix incorrect classpath when :classpath-overrides removes
        path

      + Delay computation of local-repo path (don??t compute at load time)

      + Use tools.deps.alpha 0.12.1003

  * New -X:deps programs:

      + find-versions - to find versions of Maven or git libs or tools

      + prep - use to prep source libs

      + help/dir - to list available functions in a tool namespace

      + help/doc - to list docs for a tool namespace or function

Read more at Source Libs and Builds.

 1.10.3.855 (May 25, 2021)

  * Fix in applying :jvm-opts with -X execution on Windows

 1.10.3.849 (May 21, 2021)

  * Adds support for a trailing map of kvs in -X calls (similar to Clojure 1.11
    trailing map to vararg calls)

  * Updates all Maven deps to latest (maven-resolver 1.7.0, maven core 1.8.3)
    to address these security concerns

      + CVE-2020-13956 - bumps deps on Apache HttpClient used by Maven

      + CVE-2021-26291 - potential security problems regarding Maven
        repositories:

          o Due to the possibility of MITM (man in the middle) attacks, http
            repo access is now blocked by default. tools.deps/Clojure CLI has
            always used https repos in the default repository list (central and
            clojars), so this mostly impacts any explicit http repositories
            defined in deps.edn

          o Concerns over the "hijacking" of repository urls by \ 
transitive pom
            deps (or their super poms) to download artifacts from malicious
            repos. Maven made no changes here, but did clarify how repos are
            resolved on this page. From a deps perspective, we only use
            repositories declared in the top-level deps.edn (if transitive deps
            need a custom repo, you will need to add it at top-level too). For
            tools.deps use of pom dependencies, we are providing the repos of
            the top deps.edn file (which should always put Maven Central and
            Clojars first), then deferring to Maven for the rest.

  * Use tools.deps.alpha 0.11.922

 1.10.3.839 (May 12, 2021)

  * Fix Linux installer breakage in 1.10.3.833

 1.10.3.833 (May 11, 2021)

  * TDEPS-177 - Fix Maven mirrors to look up by id, not name

  * Remove flag when fetching git deps so that older git versions work

  * Tweak some warning messages

  * Clean up scripts to simplify variable replacement

  * Use tools.deps.alpha 0.11.918

 1.10.3.822 (Apr 3, 2021)

  * Fix issue with git deps where new commits on branches were not fetched

 1.10.3.814 (Mar 16, 2021)

  * git deps: switch from using jgit to shelling out to git (must be git >=
    2.5)

      + New env vars for control:

          o GITLIBS_COMMAND - command to invoke when shelling out to git,
            default = git

          o GITLIBS_DEBUG - set to true to print git commands and output to
            stderr, default = false

  * Made git fetch only when shas can??t be resolved to improve performance

  * Bump dep versions for tools.cli and aws api to latest

  * Use tools.deps.alpha 0.11.905

 1.10.2.796 (Feb 23, 2021)

  * Fix clj -X:deps git-resolve-tags to update the sha to match the tag

  * Perf improvements for git or local deps using pom.xml

  * Use tools.deps.alpha 0.9.884

 1.10.2.790 (Feb 19, 2021)

  * Add -version and --version options

  * TDEPS-56 - Fix main-opts and jvm-opts word splitting on spaces

  * TDEPS-125 - Use JAVA_CMD if set (thanks Gregor Middell!)

  * Add warning if :paths or :extra-paths refers to a directory outside the
    project root (in the future will become an error)

  * Use tools.deps.alpha 0.9.871

 1.10.2.774 (Jan 26, 2021)

  * Improve error when git dep version relationship can??t be determined

  * Switch to 1.10.2 for default Clojure version

  * Use tools.deps.alpha 0.9.863

 1.10.1.763 (Dec 10, 2020)

  * Set exit code for -X ex-info error

  * Sync up cli syntax for aliases in help

  * Use tools.deps.alpha 0.9.857

 1.10.1.754 (Dec 7, 2020)

  * New, more informative tree format for clj -Stree / clj -X:deps tree

  * Added options for use with clj -X:deps tree

  * Use tools.deps.alpha 0.9.857

 1.10.1.739 (Nov 23, 2020)

  * Fix use of jdk profile activation in local deps with pom files

  * Fix error handling for -X to avoid double throw

  * Add error handling for -A used without an alias

  * Use tools.deps.alpha 0.9.840

 1.10.1.727 (Oct 21, 2020)

  * Fix clj -X:deps tree adding tools.deps.alpha to tree

  * Fix clj -X:deps mvn-pom adding tools.deps.alpha to pom deps

  * Fix clj -X:deps git-resolve-tags not working

  * TDEPS-169 - Fix clj -X:deps mvn-install on jar to also install embedded pom

  * Fix clj -Spom not respecting dep modifications from -A (regression)

  * Use tools.deps.alpha 0.9.833

 1.10.1.716 (Oct 10, 2020)

  * Make edn reading tolerant of unknown tagged literals

  * Update to latest dependencies for maven-resolver and aws-api

  * Use tools.deps.alpha 0.9.821

 1.10.1.708 (Oct 7, 2020)

  * Fixes to handling transitive deps when newer versions of a dep are found in
    the dep expansion

  * TDEPS-168 - Improvements to -X error message handling

  * Use tools.deps.alpha 0.9.816

 1.10.1.697 (Sept 25, 2020)

  * Added execution mode (-X)

  * Added prepare mode (-P)

  * Expanded main execution (-M) to support all argmap arguments

  * Added new argmap attributes for namespace resolution:

      + :ns-aliases and :ns-default

  * Added new clojure.tools.cli.api available via -X:deps alias:

      + clj -X:deps git-resolve-tags

      + clj -X:deps mvn-install

      + clj -X:deps mvn-pom

      + clj -X:deps tree

  * Deprecated -R, -C (use -X, -M, or -A instead)

  * Deprecated unqualified lib names in deps.edn (use fully qualified lib
    names)

  * Deprecated alias tool args :deps and :paths (use :replace-deps and
    :replace-paths)

  * Removed -O (use -X, -M, or -A)

  * Removed -Sresolve-tags (use -X:deps git-resolve-tags)

  * TDEPS-152 - Fixes to -Spom generation with srcDirectory

  * TDEPS-155 - Better error handling for bad coordinates

  * TDEPS-167 - Handle absolute resource paths in pom deps

  * Use tools.deps.alpha 0.9.810

 1.10.1.561 (July 17, 2020)

  * Rework exclusion handling when exclusion sets differ for same lib/version

  * Use tools.deps.alpha 0.8.709

 1.10.1.547 (June 11, 2020)

  * (Windows) Write -Spath to output, not to host

  * TDEPS-152 - Fix bad addition of srcDirectory in pom gen

  * TDEPS-155 - Add error checking for missing :mvn/version

  * Use tools.deps.alpha 0.8.695

 1.10.1.536 (Feb 28, 2020)

  * Release automation work, no tool changes

 1.10.1.510 (Feb 14, 2020)

  * TDEPS-150 - Fix regression in supporting -Scp flag (avoid resolving deps)

  * TDEPS-148 - Fix incorrect path resolution for git/local dep without
    deps.edn

  * Use tools.deps.alpha 0.8.677
   2021-10-26 12:51:59 by Nia Alarie | Files touched by this commit (260)
Log message:
lang: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo \ 
rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-linux-musl.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-aarch64-unknown-netbsd.tar.gz
./lang/rust-bin/distinfo \ 
rust-bin-1.54.0/rust-1.54.0-armv7-unknown-netbsd-eabihf.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-i686-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-sparc64-unknown-netbsd.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-apple-darwin.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-freebsd.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-linux-gnu.tar.gz
./lang/rust-bin/distinfo rust-bin-1.54.0/rust-1.54.0-x86_64-unknown-linux-musl.tar.gz
./lang/smlnj/distinfo smlnj-110.73/boot.ppc-unix.tgz
./lang/smlnj/distinfo smlnj-110.73/boot.sparc-unix.tgz
./lang/oracle-jre8/distinfo jce_policy-8.zip
./lang/oracle-jre8/distinfo jre-8u202-linux-i586.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-linux-x64.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-macosx-x64.tar.gz
./lang/oracle-jre8/distinfo jre-8u202-solaris-x64.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-linux-i586.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-linux-x64.tar.gz
./lang/oracle-jdk8/distinfo jdk-8u202-solaris-x64.tar.gz
./lang/ghc80/distinfo ghc-7.10.3-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc80/distinfo ghc-8.0.2-boot-i386-unknown-freebsd.tar.xz
./lang/ghc80/distinfo ghc-8.0.2-boot-x86_64-unknown-freebsd.tar.xz
./lang/gcc5-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.i386.freebsd.84.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.dragonfly.41.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc5-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/rust/distinfo rust-1.53.0-aarch64-apple-darwin.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-aarch64_be-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-arm-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-1.53.0-armv7-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-1.53.0-i686-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-1.53.0-powerpc-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust/distinfo rust-1.53.0-sparc64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-apple-darwin.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-freebsd.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-illumos.tar.gz
./lang/rust/distinfo rust-1.53.0-x86_64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-apple-darwin.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-aarch64_be-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-arm-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-std-1.53.0-armv7-unknown-linux-gnueabihf.tar.gz
./lang/rust/distinfo rust-std-1.53.0-i686-unknown-linux-gnu.tar.gz
./lang/rust/distinfo rust-std-1.53.0-powerpc-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-powerpc-unknown-netbsd90.tar.gz
./lang/rust/distinfo rust-std-1.53.0-sparc64-unknown-netbsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-apple-darwin.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-unknown-freebsd.tar.gz
./lang/rust/distinfo rust-std-1.53.0-x86_64-unknown-linux-gnu.tar.gz
./lang/smlnj11072/distinfo smlnj-110.72/boot.ppc-unix.tgz
./lang/smlnj11072/distinfo smlnj-110.72/boot.sparc-unix.tgz
./lang/ghc84/distinfo ghc-8.0.2-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-i386-unknown-freebsd.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz
./lang/ghc84/distinfo ghc-8.4.4-boot-x86_64-unknown-freebsd.tar.xz
./lang/ghc7/distinfo ghc-7.10.3-boot-i386-unknown-freebsd.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-i386-unknown-solaris2.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-powerpc-apple-darwin.tar.xz
./lang/ghc7/distinfo ghc-7.6.3-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc90/distinfo ghc-8.10.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-aarch64-unknown-netbsd.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-i386-unknown-freebsd.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-x86_64-apple-darwin.tar.xz
./lang/ghc90/distinfo ghc-9.0.1-boot-x86_64-unknown-freebsd.tar.xz
./lang/openjdk8/distinfo \ 
openjdk7/bootstrap-jdk-1.7.76-freebsd-10-amd64-20150301.tar.xz
./lang/openjdk8/distinfo \ 
openjdk7/bootstrap-jdk-1.7.76-netbsd-7-sparc64-20150301.tar.xz
./lang/openjdk8/distinfo \ 
openjdk7/bootstrap-jdk-1.8.181-netbsd-8-aarch64-20180917.tar.xz
./lang/openjdk8/distinfo \ 
openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.6-amd64-20140719.tar.bz2
./lang/openjdk8/distinfo \ 
openjdk7/bootstrap-jdk7u60-bin-dragonfly-3.8-amd64-20140719.tar.bz2
./lang/go-bin/distinfo go1.14.2.darwin-amd64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-386.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-amd64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-arm64.tar.gz
./lang/go-bin/distinfo go1.14.2.linux-armv6l.tar.gz
./lang/go-bin/distinfo go1.14.2.netbsd-arm64.tar.gz
./lang/go-bin/distinfo go1.16beta1.darwin-arm64.tar.gz
./lang/gcc6-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.dragonfly.41.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc6-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/ghc810/distinfo ghc-8.8.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/sun-jre7/distinfo UnlimitedJCEPolicyJDK7.zip
./lang/sun-jre7/distinfo jre-7u80-linux-x64.tar.gz
./lang/sun-jre7/distinfo jre-7u80-solaris-i586.tar.gz
./lang/sun-jre7/distinfo jre-7u80-solaris-x64.tar.gz
./lang/ghc88/distinfo ghc-8.4.4-boot-i386-unknown-freebsd.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-apple-darwin.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-unknown-freebsd.tar.xz
./lang/ghc88/distinfo ghc-8.4.4-boot-x86_64-unknown-solaris2.tar.xz
./lang/gcc-aux/distinfo ada-bootstrap.i386.dragonfly.36A.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.i386.freebsd.100B.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.i386.freebsd.84.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.dragonfly.36A.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.freebsd.100B.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.freebsd.84.tar.bz2
./lang/gcc-aux/distinfo ada-bootstrap.x86_64.solaris.511.tar.bz2
./lang/gcc6/distinfo ecj-4.5.jar
./lang/openjdk11/distinfo bootstrap-jdk-1.11.0.7.10-netbsd-9-aarch64-20200509.tar.xz
./lang/sun-jdk7/distinfo jdk-7u80-linux-x64.tar.gz
./lang/sun-jdk7/distinfo jdk-7u80-solaris-i586.tar.gz
./lang/sun-jdk7/distinfo jdk-7u80-solaris-x64.tar.gz
   2021-10-07 16:21:17 by Nia Alarie | Files touched by this commit (282)
Log message:
lang: Remove SHA1 hashes for distfiles
   2019-10-09 14:41:13 by Santhosh Raju | Files touched by this commit (1)
Log message:
clojure: Avoid changing version numbers in two places.

Fix suggested by leot@
   2019-10-09 01:40:37 by Santhosh Raju | Files touched by this commit (5)
Log message:
clojure: Update to 1.10.1.469

Changes since 1.8.0:

https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-19
https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-110
https://github.com/clojure/clojure/blob/master/changes.md#changes-to-clojure-in-version-1101

Submitted by: Sunil Nimmagadda (sunil@nimmagadda.net)

ok maya@
   2019-07-23 22:33:51 by Sevan Janiyan | Files touched by this commit (3)
Log message:
Update to Clojure 1.8.0

1 New and Improved Features

1.1 Direct Linking

Direct linking can be enabled with -Dclojure.compiler.direct-linking=true

Direct linking allows functions compiled with direct linking on to make direct \ 
static method calls to most other functions, instead of going through the var \ 
and the Fn object. This can enable further optimization by the jit, at a cost in \ 
dynamism. In particular, directly-linked calls will not see redefinitions.

With this change, clojure.core itself is compiled with direct linking and \ 
therefore other namespaces cannot redefine core fns and have those redefinitions \ 
seen by core code.

A new metadata key ^:redef is provided. A function declared with this key can be \ 
redefined and will never be direct linked. Also, functions declared as ^:dynamic \ 
will never be direct linked.

CLJ-1809
CLJ-1805
CLJ-1854
CLJ-1856
1.2 String Functions

Several new string functions were added to clojure.string to increase \ 
portability and reduce the need for Java interop calls:

index-of - search for the index of a char or string in a string

last-index-of - search for the index of a char or string backwards in a string

starts-with? - true if string starts with a substring

ends-with? - true if string ends with a substring

includes? - true if string includes a substring

CLJ-1449

1.3 Socket Server and REPL

The Clojure runtime now has the ability to start a socket server at \ 
initialization based on system properties. One expected use for this is serving \ 
a socket-based REPL, but it also has many other potential uses for dynamically \ 
adding server capability to existing programs without code changes.

A socket server will be started for each JVM system property like \ 
clojure.server.<server-name>. The value for this property is an edn map \ 
representing the configuration of the socket server with the following \ 
properties:

address - host or address, defaults to loopback
port - positive integer, required
accept - namespaced symbol of function to invoke on socket accept, required
args - sequential collection of args to pass to accept
bind-err - defaults to true, binds *err* to socket out stream
server-daemon - defaults to true, socket server thread doesn't block exit
client-daemon - defaults to true, socket client thread doesn't block exit
Additionally, there is a repl function provided that is slightly customized for \ 
use with the socket server in clojure.core.server/repl.

Following is an example of starting a socket server with a repl listener. This \ 
can be added to any existing Clojure program to allow it to accept external REPL \ 
clients.

-Dclojure.server.repl="{:port 5555 :accept clojure.core.server/repl}"
An example client you can use to connect to this socket repl is telnet:

$ telnet 127.0.0.1 5555
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
user=> (println "hello")
hello
See:

CLJ-1671
CLJ-1853
Socket REPL design page
CLJ-1829
2 Enhancements

2.1 Error handling

CLJ-1778 let-bound namespace-qualified bindings should throw (if not map \ 
destructuring)
CLJ-1456 Compiler now errors if too few or too many arguments to throw
CLJ-1282 quote now throws if passed more or less than one arg
CLJ-1210 Improved error message for (clojure.java.io/reader nil)
2.2 Documentation strings

CLJ-1060 'list*' returns not a list
CLJ-1722 Typo in the docstring of 'with-bindings'
CLJ-1769 Docstrings for *' and +' refer to * and +
CLJ-1414 sort and sort-by now indicate sort is stable in docstring
2.3 Performance

CLJ-703 Improve writeClassFile performance
CLJ-1765 areduce performance improvements
CLJ-1724 Remove unnecessary call to seq() in LazySeq.hashCode()
CLJ-1295 Improved array-map dissoc performance
CLJ-1277 Speed up printing of time instants with type hints
CLJ-1259 Speed up pprint and cl-format with type hints
CLJ-668 Improve slurp performance by using StringWriter and jio/copy
2.4 Other enhancements

CLJ-1208 Optionally require namespace on defrecord class init
CLJ-1823 Document new :load-ns option to defrecord/deftype
CLJ-1810 ATransientMap now marked public
CLJ-1653 str of an empty list should be "()"
CLJ-1567 Removed unused local in condp implementation
CLJ-1351 Unused swapThunk method was being emitted for fns with keyword callsites
CLJ-1329 Removed unused local in PersistentVector.cons()
CLJ-1831 Add clojure.core/map-entry? predicate
CLJ-1845 Make clojure.core/load dynamic so it can be redef'ed even with direct \ 
linking
3 Bug Fixes

CLJ-130 Namespace metadata lost in AOT compile
CLJ-1134 star-directive in clojure.pprint/cl-format with at-prefix \ 
("~n@*") does not obey its specification
CLJ-1137 Metadata on a def gets evaluated twice
CLJ-1157 Classes generated by gen-class aren't loadable from remote codebase
CLJ-1225 quot overflow issues around Long/MIN_VALUE for BigInt
CLJ-1313 Correct a few unit tests
CLJ-1319 array-map fails lazily if passed an odd number of arguments
CLJ-1361 pprint with code-dispatch incorrectly prints a simple ns macro call
CLJ-1390 pprint a GregorianCalendar results in Arity exception
CLJ-1399 field name unmunged when recreating deftypes serialized into bytecode
CLJ-1485 clojure.test.junit/with-junit-output doesn't handle multiple expressions
CLJ-1528 clojure.test/inc-report-counter is not thread-safe
CLJ-1533 invokePrim path does not take into account var or form meta
CLJ-1562 some->,some->>,cond->,cond->> and as-> doesn't \ 
work with (recur)
CLJ-1565 pprint produces infinite output for a protocol
CLJ-1588 StackOverflow in clojure.test macroexpand with are and anon fn
CLJ-1644 into-array fails for sequences starting with nil
CLJ-1645 protocol class does not set the source file
CLJ-1657 proxy bytecode calls super methods of abstract classes
CLJ-1659 compile leaks files
CLJ-1761 clojure.core/run! does not always return nil per docstring
CLJ-1782 Spelling mistake in clojure.test/use-fixtures
CLJ-1785 Reader conditionals throw when returning nil
CLJ-1766 Serializing+deserializing lists breaks their hash
CLJ-1609 Edge case in Reflector's search for a public method declaration
CLJ-1586 Compiler doesn't preserve metadata for LazySeq literals
CLJ-1232 Functions with non-qualified return type hints will now work without \ 
import from other namespace
CLJ-1812 Fix test failure on windows due to line endings
CLJ-1380 3-arg ExceptionInfo constructor permitted nil data
CLJ-1226 set! of a deftype field using field-access syntax caused ClassCastException
Records and types without fields eval to empty map
CLJ-1827 Fix reflection warning introduced in CLJ-1259
CLJ-1453 Ensure that all Iterator implementations throw NoSuchElementException \ 
on next() when exhausted
CLJ-1868 Avoid compiler NPE when checking class return type
   2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242)
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS

pkglint -Wall -r --only "substitution command" -F

With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
   2018-01-01 19:16:39 by Roland Illig | Files touched by this commit (47)
Log message:
Replaced $(ROUND) with ${CURLY} variable references.

This has been a pkglint warning for several years now, and pkglint can even
fix it automatically. And it did for this commit.

Only in lang/mercury, two passes of autofixing were necessary because there
were nested variables.