Skip to content

Clasp v2.1.0

Compare
Choose a tag to compare
@yitzchak yitzchak released this 01 Jan 18:25
· 1507 commits to main since this release

Version 2.1.0 (LLVM14) 2023-01-01

Added

  • Add ext:list-all-logical-hosts and ext:logical-host-p functions to query
    the current logical host status.

Changed

  • Removed stage and image format command line options (-t and -T) and
    replaced with options to specify image or snapshot file (--image or
    --snapshot) and --base option for loading base image when extensions
    are present.
  • print-unreadable-object now prints qualified symbols for the :type t
    option and uses pprint-logical-block when pretty printing.

Fixes

  • ext:run-program works with string streams.
  • print-object is now invoked for all calls to write.
  • slot-unbound is called for unbound condition slots (#1390).
  • Multiple inheritance of class-allocated slots is resolved
    breadth-first (#1392).