To little fanfare, we released abcl-1.3.2 last week.
Enhancements ------------
* Make result of DEFINE-MODIFY-MACRO available at compilation time [r14727]
Fixes ----- * Fix failed AVER [#289] [r14763]
* Fix incorrect dead code elimination
Additionally, don't recurse into flet/labels upon elimination of a single labels function; simply continue by changing the applicable set. Reported by Vibhu Mohindra. [r14754][r14756]
* Numeric tower repairs on promoting floats across representation boundaries [r14749-50] (Massimiliano Ghilardi).
* Return SIMPLE-ERROR for invalid external-format arguments.[r14735]
* Lisp stack frame representation now formatted as unreadable. [r14738-9]
Contrib -------
* JSS
** Fix GET-JAVA-FIELD and SET-JAVA-FIELD [r14718]
** no longer error on NO-SUCH-JAVA-FIELD, by setting fields as accessible where necessary [r14715] [r14725]
* ABCL-ASDF
** Update to current Maven support (keep up with changing APIs through the Maven 3.2.3-3.2.5 hysteresis) [r14742-7] (Cyrus Hamon).
** Special-case JNA artifacts with alternate network location [r14733]
** Further work on ABCL-ASDF:RESOLVE [r14732] (Cyrus Hamon)
** Find Maven under FreeBSD ports [r14723], under OS X Homebrew [r14776]
* ABCL-JAR
** Fix ASDF-JAR:PACKAGE [#376] [r14717][r14720][r14736] (Eduardo Bellani)
* ASDF
** Updated to version 3.1.4.
I've run cl-test-grid tests on the new release, and confirm there is no regressions: https://common-lisp.net/project/cl-test-grid/abcl/abcl-diff27.html
Two little improvements: a hyperluminal-mem test and "Undefined encoding" is now signaled as a lisp condition, possible to capture by handler-bind, in contrast to previous ABCL where it was signaled as a Java error, unwinding the stack and escaping my handler-bind.
Best regards, - Anton
28.04.2015, 10:02, "Mark Evenson" evenson@panix.com:
To little fanfare, we released abcl-1.3.2 last week.
From http://abcl.org/svn/tags/1.3.2/CHANGES:
Enhancements
- Make result of DEFINE-MODIFY-MACRO available at compilation time
[r14727]
Fixes
Fix failed AVER [#289] [r14763]
Fix incorrect dead code elimination
Additionally, don't recurse into flet/labels upon elimination of a single labels function; simply continue by changing the applicable set. Reported by Vibhu Mohindra. [r14754][r14756]
- Numeric tower repairs on promoting floats across representation
boundaries [r14749-50] (Massimiliano Ghilardi).
Return SIMPLE-ERROR for invalid external-format arguments.[r14735]
Lisp stack frame representation now formatted as unreadable. [r14738-9]
Contrib
- JSS
** Fix GET-JAVA-FIELD and SET-JAVA-FIELD [r14718]
** no longer error on NO-SUCH-JAVA-FIELD, by setting fields as accessible where necessary [r14715] [r14725]
- ABCL-ASDF
** Update to current Maven support (keep up with changing APIs through the Maven 3.2.3-3.2.5 hysteresis) [r14742-7] (Cyrus Hamon).
** Special-case JNA artifacts with alternate network location [r14733]
** Further work on ABCL-ASDF:RESOLVE [r14732] (Cyrus Hamon)
** Find Maven under FreeBSD ports [r14723], under OS X Homebrew [r14776]
- ABCL-JAR
** Fix ASDF-JAR:PACKAGE [#376] [r14717][r14720][r14736] (Eduardo Bellani)
- ASDF
** Updated to version 3.1.4.
-- "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now."
On 2015/4/29 01:19, Anton Vodonosov wrote:
I've run cl-test-grid tests on the new release, and confirm there is no regressions: https://common-lisp.net/project/cl-test-grid/abcl/abcl-diff27.html
Thanks for re-running the tests. You had run them recently for Erik, so I knew that our state was pretty good, so I hadn't asked for them explicitly.
On 2015-04-28, Mark Evenson evenson@panix.com wrote:
To little fanfare, we released abcl-1.3.2 last week.
Keep up the good work. I appreciate it very much.
best,
Robert Dodier
armedbear-devel@common-lisp.net