clasp-lisp:cleanup

Last commit made on 2023-02-01
Get this branch:
git clone -b cleanup https://git.launchpad.net/clasp-lisp

Branch merges

Branch information

Name:
cleanup
Repository:
lp:clasp-lisp

Recent commits

29f5174... by James Kalenius

More merging for cleanup branch

2250c5e... by James Kalenius

Fix some more Mac warnings

87c0a0e... by James Kalenius

Disable another clang warning

c0e6229... by James Kalenius

Clean up some unused variables on Mac

b131ac2... by James Kalenius

Clean up some Mac deprecation warnings

On Macs, apparently, the underlying type of an enum is not int by
default, so fmt complains if you use %d.
The stream stuff I fixed up a bit since that's an ext: function
and we should not be presenting users with internal codes.

a8980d8... by Tarn Burton

Print library versions

1e8d00d... by James Kalenius

Clean up simple error

This code makes fmt complain because we pass it a weird enum, but
really the error message was unclear anyway.

fd595f9... by James Kalenius

Clean up unused lambda captures

6d76092... by James Kalenius

Clean up unused functions

6e923c4... by James Kalenius

More warning cleanup

The single dispatch miss stuff is not ready, and also I'm not
entirely sure it needs its own lisp function.