lisp-stat icon indicating copy to clipboard operation
lisp-stat copied to clipboard

Add SBCL and ASDF version info to README

Open HM0880 opened this issue 2 years ago • 5 comments

The lowest-supported versions should also go in the website docs, but I do not know where those files are.

HM0880 avatar Aug 05 '22 12:08 HM0880

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Aug 05 '22 12:08 CLAassistant

FWIW I had to upgrade ASDF to version 3.3.5 for a CI on another project, here's a one-liner:

( cd ~/common-lisp/ && wget https://asdf.common-lisp.dev/archives/asdf-3.3.5.tar.gz  && tar -xvf asdf-3.3.5.tar.gz && mv asdf-3.3.5 asdf )

vindarel avatar Aug 05 '22 15:08 vindarel

@HM0880, do you need help with the CLA? I'd like to merge this before I push up some changes.

snunez1 avatar Sep 05 '22 13:09 snunez1

@snunez1 Just signed the CLA; sorry for the delay!

HM0880 avatar Sep 06 '22 20:09 HM0880

@Symbolics @snunez1

Just updated the data path (https://github.com/HM0880/lisp-stat/commit/6c52d4d6641675d3c604b3f46055ed90306c2067) and added the one-liner (https://github.com/HM0880/lisp-stat/commit/b4da5feb1ca3c00af580ea3a8f2faad29610272f). Thanks for your patience.

HM0880 avatar Sep 06 '22 20:09 HM0880