-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes in prep for Release 2024.1 (#1551)
- Loading branch information
Showing
48 changed files
with
111 additions
and
426 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
***************** | ||
Open Dylan 2024.1 | ||
***************** | ||
|
||
This document describes the 2024.1 release of Open Dylan, released 8 | ||
February, 2024. The highlights of the release are listed below. For complete | ||
details see the `commit logs | ||
<https://github.com/dylan-lang/opendylan/compare/v2023.1.0...v2024.1.0>`_ 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. | ||
|
||
* Download the release: http://opendylan.org/download | ||
* Read documentation: http://opendylan.org/documentation | ||
* Report problems: https://github.com/dylan-lang/opendylan/issues | ||
|
||
|
||
Compiler | ||
======== | ||
|
||
* The ``dylan-compiler-with-tools`` executable has been removed and its | ||
functionality has been merged into ``dylan-compiler``. | ||
|
||
* The warning for ``x ^ y`` where y is a negative integer has been improved. | ||
|
||
* Warnings for mismatched end words have been improved. | ||
|
||
* Multi-line string literals may now be formatted in such a way that they | ||
adhere to the Rectangle Rule, as laid out in | ||
https://opendylan.org/proposals/dep-0012-string-literals.html#the-rectangle-rule | ||
|
||
Library Updates | ||
=============== | ||
|
||
Submodules | ||
---------- | ||
|
||
* The `dylan <https://github.com/dylan-lang/dylan-tool>`_ command-line tool has | ||
been updated to v0.11.0 to incorporate minor changes. | ||
|
||
* Testworks | ||
* An ``expect-true`` macro has been added for symmetry with expect-false. | ||
* A bug in ``--debug crashes`` has been fixed. | ||
|
||
* Several other submodules have had their own submodules removed and are now | ||
assumed to be developed using packages via the `dylan | ||
<https://github.com/dylan-lang/dylan-tool>`_ tool. | ||
|
||
|
||
Contributors | ||
============ | ||
|
||
* Fernando Raya | ||
* Peter S. Housel | ||
* Carl Gay |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule command-line-parser
updated
12 files
+0 −9 | .gitmodules | |
+5 −65 | documentation/source/conf.py | |
+22 −24 | documentation/source/index.rst | |
+0 −1 | documentation/sphinx-extensions | |
+2 −1 | dylan-package.json | |
+0 −1 | ext/strings | |
+0 −1 | ext/testworks | |
+0 −1 | registry/generic/command-line-parser | |
+0 −1 | registry/generic/command-line-parser-test-suite | |
+0 −1 | registry/generic/command-line-parser-test-suite-app | |
+0 −1 | registry/generic/strings | |
+0 −1 | registry/generic/testworks |
Submodule logging
updated
4 files
+0 −3 | .gitmodules | |
+3 −8 | documentation/source/index.rst | |
+0 −1 | documentation/sphinx-extensions | |
+2 −1 | dylan-package.json |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.