Skip to content
Snippets Groups Projects
Commit 32da9bdf authored by rtoy's avatar rtoy
Browse files

Oops. Put that note in the PCL section.

parent 3202d110
No related branches found
No related tags found
No related merge requests found
...@@ -53,10 +53,6 @@ New in this release: ...@@ -53,10 +53,6 @@ New in this release:
instead of a floating-point zero of the correct type. instead of a floating-point zero of the correct type.
- Fix some issues in creating the debug arglist string when the - Fix some issues in creating the debug arglist string when the
arglist contains items that can't be printed readably. arglist contains items that can't be printed readably.
- Some issues with get-accessor-method-function and
slot-value-using-class have been fixed.
Get-accessor-method-function was causing an error to be signaled
incorrectly.
* Trac Tickets: * Trac Tickets:
- #16: Read-time hash-table issue - #16: Read-time hash-table issue
...@@ -68,6 +64,10 @@ New in this release: ...@@ -68,6 +64,10 @@ New in this release:
- The compiler and interpreter should handle SLOT-VALUE the same - The compiler and interpreter should handle SLOT-VALUE the same
way. Previously, (SLOT-VALUE obj :a) would behave differently way. Previously, (SLOT-VALUE obj :a) would behave differently
in the compiler and interpreter. in the compiler and interpreter.
- Some issues with get-accessor-method-function and
slot-value-using-class have been fixed.
Get-accessor-method-function was causing an error to be signaled
incorrectly.
* Changes to building procedure: * Changes to building procedure:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment