changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: bump lisp version

changeset 352: cee930bed936
parent 351: 0ef7e5899695
child 353: de2ee463ac92
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Jul 2024 21:39:56 -0400
files: default.sxp skelfile
description: bump lisp version
     1.1--- a/default.sxp	Sat Jul 27 02:08:56 2024 -0400
     1.2+++ b/default.sxp	Sun Jul 28 21:39:56 2024 -0400
     1.3@@ -3,7 +3,7 @@
     1.4 :vc-url "https://vc.compiler.company"
     1.5 
     1.6 :lisp "sbcl"
     1.7-:lisp-version "2.4.6"
     1.8+:lisp-version "2.4.7"
     1.9 :lisp-home "/usr/local/share/lisp"
    1.10 :quicklisp-home "/usr/local/share/lisp/quicklisp"
    1.11 
     2.1--- a/skelfile	Sat Jul 27 02:08:56 2024 -0400
     2.2+++ b/skelfile	Sun Jul 28 21:39:56 2024 -0400
     2.3@@ -51,7 +51,7 @@
     2.4  (sbcl (src) #$scripts/get-sbcl.sh$#
     2.5        #$cd .stash/src/sbcl
     2.6        sbcl_rev=$(git rev-parse --short HEAD)
     2.7-       echo \""2.4.6:$sbcl_rev"\" > version.lisp-expr &&
     2.8+       echo \""2.4.7:$sbcl_rev"\" > version.lisp-expr &&
     2.9        ./make.sh --dynamic-space-size=8Gb --without-gencgc --with-mark-region-gc --fancy$#)
    2.10  (sbcl-docs (sbcl) #$cd .stash/src/sbcl/doc/manual && make$#)
    2.11  (sbcl-gencgc (src) #$cd .stash/src/sbcl &&