Raymond Toy pushed to branch rtoy-issue-76-add-ansi-tests-to-ci at cmucl / cmucl
Commits: 56438ab3 by Raymond Toy at 2020-02-16T09:55:59-08:00 Update to ASDF 3.3.4
- - - - - 00a914c9 by Raymond Toy at 2020-02-17T09:40:10-08:00 Update to use the 2019-06 snapshot
- - - - - b18f00f2 by Raymond Toy at 2020-02-18T06:24:00+00:00 Fix #79: Autoload ASDF in REQUIRE
When `REQUIRE` is called, autoload ASDF if it hasn't already been loaded. User's no longer have to load asdf explicitly anymore.
Update release notes.
- - - - - b219722a by Raymond Toy at 2020-02-18T06:24:00+00:00 Merge branch 'rtoy-issue-79-autoload-asdf' into 'master'
Fix #79: Autoload ASDF in REQUIRE
Closes #79
See merge request cmucl/cmucl!46 - - - - - 338d8606 by Raymond Toy at 2020-02-18T06:25:47+00:00 Fix #80: Convert contribs to use ASDF to load
As it says, convert contribs to use ASDF to load them if possible. Many contribs already had an asd file so we basically just had to rename foo.asd to contrib-foo.asd to keep backward compatibility with the old contrib names. (And update the defsystem name to match.)
Added an asd file for packed-sse2. Unix doesn't work, so it's left alone for now.
- - - - - 99f6534f by Raymond Toy at 2020-02-18T06:25:47+00:00 Merge branch 'rtoy-issue-80-asdfify-contribs' into 'master'
Fix #80: Convert contribs to use ASDF to load
Closes #80
See merge request cmucl/cmucl!47 - - - - - 23d9f60e by Raymond Toy at 2020-02-17T22:33:36-08:00 Update from release logs.
Issue #80 is fixed.
- - - - - 84fd9509 by Raymond Toy at 2020-03-08T17:32:37+00:00 Add utilities by Eric Marsden to contribs
Eric Marsden wrote some useful utilities long ago. Let's add them to the contrib directory so that we have our own copy of them instead of depending on emarsden.chez.com/downloads.
We're adding: * cpc - CPU Performance Counters for Solaris * ssl-cmucl - interface to SSL streams * tcp-forwarder - TCP forwarder to redirect TCP connections to another port on another machine * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
- - - - - d5853cfb by Raymond Toy at 2020-03-08T17:32:37+00:00 Merge branch 'rtoy-add-emarsden-contribs' into 'master'
Fix #81: Add contribs written by Eric Marsden
Closes #81, #80, and #79
See merge request cmucl/cmucl!48 - - - - - c5ae0bbd by Raymond Toy at 2020-03-17T03:15:24+00:00 Fix #77: Add tests for sqrt of exceptional values
Add tests for the test cases listed in the bug. Cmucl currently passes with no additional changes.
- - - - - dcaa51db by Raymond Toy at 2020-03-17T03:15:24+00:00 Merge branch 'rtoy-issue-77-tests-sqrt-exceptional' into 'master'
Fix #77: Add tests for sqrt of exceptional values
Closes #77
See merge request cmucl/cmucl!49 - - - - - 12b02161 by Raymond Toy at 2020-03-22T09:53:25-07:00 Update release notes via closed issues
- - - - - 9d6febd3 by Raymond Toy at 2020-03-25T01:12:38+00:00 Fix #82: Replace bc with expr
`expr` is more commonly installed than `bc` so reduce the number of required dependencies and just use `expr`.
- - - - - 911f6abe by Raymond Toy at 2020-03-25T01:12:38+00:00 Merge branch 'rtoy-issue-82-replace-bc' into 'master'
Fix #82: Replace bc with expr
Closes #82
See merge request cmucl/cmucl!50 - - - - - 974366fb by Raymond Toy at 2020-03-27T19:47:55-07:00 Use snapshot-2020-04
The snapshot has been release so use the latest snapshot to run the CI.
- - - - - 9514ed06 by Raymond Toy at 2020-05-02T16:07:11-07:00 Merge branch 'master' into rtoy-issue-76-add-ansi-tests-to-ci
- - - - -
30 changed files:
- .gitlab-ci.yml - src/code/module.lisp - src/contrib/asdf/asdf.lisp - src/contrib/asdf/doc/asdf.html - src/contrib/asdf/doc/asdf.info - src/contrib/asdf/doc/asdf.pdf - src/contrib/contrib.lisp - + src/contrib/cpc/contrib-cpc.asd - + src/contrib/cpc/cpc.lisp - src/contrib/demos/demos.asd → src/contrib/demos/contrib-demos.asd - src/contrib/embedded-c/embedded-c.asd → src/contrib/embedded-c/contrib-embedded-c.asd - src/contrib/follow-mouse/follow-mouse.asd → src/contrib/follow-mouse/contrib-follow-mouse.asd - src/contrib/games/feebs/brains.lisp - src/contrib/games/feebs/feebs.asd → src/contrib/games/feebs/contrib-games-feebs.asd - src/contrib/hist/hist.asd → src/contrib/hist/contrib-hist.asd - src/contrib/hist/hist.lisp - src/contrib/ops/ops.asd → src/contrib/ops/contrib-ops.asd - src/contrib/ops/ops-util.lisp - + src/contrib/packed-sse2/contrib-packed-sse2.asd - src/contrib/psgraph/psgraph.asd → src/contrib/psgraph/contrib-psgraph.asd - src/contrib/sprof/sprof.asd → src/contrib/sprof/contrib-sprof.asd - + src/contrib/ssl-cmucl/contrib-ssl.asd - + src/contrib/ssl-cmucl/ssl-cmucl.lisp - + src/contrib/tcp-forwarder/contrib-tcp-forwarder.asd - + src/contrib/tcp-forwarder/tcp-forwarder.lisp - + src/contrib/unix/unix.asd - + src/contrib/xml-rpc/xmlrpc.lisp - src/general-info/release-21e.md - src/lisp/GNUmakefile - tests/irrat.lisp
The diff was not included because it is too large.
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/6f87c065753548029580aaf...