Raymond Toy pushed to branch master at cmucl / cmucl
Commits: ca064da0 by Raymond Toy at 2024-03-29T08:56:28-07:00 Update notes with fixed issues
Forgot to add #288, #290, and #291 to the list of fixed issues.
- - - - -
1 changed file:
- src/general-info/release-21f.md
Changes:
===================================== src/general-info/release-21f.md ===================================== @@ -62,6 +62,9 @@ public domain. * ~~#278~~ Add some more debugging prints to gencgc * ~~#283~~ Add VOP for `integer-length` for `(unsigned-byte 32)` arg. * ~~#284~~ Microoptimize `signed-byte-32-int-len` VOP for x86. + * ~~#288~~ Re-enable `deftransform` for random integers. + * ~~#290~~ Pprint `with-float-traps-masked` better + * ~~#291~~ Pprint `handler-case` neatly. * Other changes: * Improvements to the PCL implementation of CLOS: * Changes to building procedure:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/ca064da0edb5ba58d8bf4bca...