Easy-ISLisp Version 5.35
Easy-ISLisp ver5.35 Release Notes
Release Date: October 10, 2024
This version includes multiple fixes and improvements based on user feedback. Special thanks to Arvyy for providing invaluable test cases, which helped identify and resolve several issues.
Improvements and Fixes
-
Fixes for
undefined-entity-name
andundefined-entity-namespace
A bug related toUNDEF_CLASS
handling caused entities to not be processed correctly. This issue has been resolved by adding the missing handling for undefined entities. -
Correction of Generic Functions Associated with
setf
The behavior of generic functions tied tosetf
has been reviewed and corrected. Certain cases wheresetf
did not behave as expected have been fixed. -
Accurate Operation of Slot Access Functions Triggered by
setf
The issue where slot access functions were not behaving correctly when invoked viasetf
has been addressed. Slot access and assignment now function as expected. -
All Test Cases Passed
After applying the above fixes, all test cases passed successfully, including those provided by Arvyy, ensuring that the fixes meet the expected outcomes.
Future Plans and Community Engagement
These updates were made possible thanks to valuable feedback from the community, and a special thanks goes to Arvyy for the test cases. We continue to welcome bug reports and feature requests to further improve Easy-ISLisp. Your feedback is crucial in making this project more robust and user-friendly. Please continue to share your thoughts and suggestions.