Skip to content

Latest commit

 

History

History
106 lines (73 loc) · 3.51 KB

File metadata and controls

106 lines (73 loc) · 3.51 KB

Open Dylan 2023.1

This document describes the 2023.1 release of Open Dylan, released 01 June, 2023. The highlights of the release are listed below. For complete details see the commit logs for this release.

Note

Some commit logs, for example for testworks and other libraries that are included in Open Dylan as git submodules, may be in other repositories.

Compiler

Tooling

Library Updates

Submodules

Open Dylan uses Git submodules to pull in some dependencies and user programs may depend on these for now. The notable changes in those submodules are listed below:

  • sphinx-extensions - Improvements to DRM references.
  • dylan-tool - See above.
  • collection-extensions - The split-at function has been removed. Use :gf:`split` instead. Documentation improvements.
  • command-line-parser - Minor bug fix to add a missing newline when no subcommand is provided.
  • json - Fixed sort-keys? option for recursive :gf:`print-json` calls.

system Library

Contributors

We'd like to thank all the people who made contributions to this release and to surrounding libraries in the Dylan ecosystem. This list is probably incomplete...

  • Fernando Raya
  • Peter S. Housel
  • Bruce Mitchener
  • Carl Gay