Skip to content

Easy-ISLisp Version 5.35

Compare
Choose a tag to compare
@sasagawa888 sasagawa888 released this 09 Oct 22:54

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

  1. Fixes for undefined-entity-name and undefined-entity-namespace
    A bug related to UNDEF_CLASS handling caused entities to not be processed correctly. This issue has been resolved by adding the missing handling for undefined entities.

  2. Correction of Generic Functions Associated with setf
    The behavior of generic functions tied to setf has been reviewed and corrected. Certain cases where setf did not behave as expected have been fixed.

  3. Accurate Operation of Slot Access Functions Triggered by setf
    The issue where slot access functions were not behaving correctly when invoked via setf has been addressed. Slot access and assignment now function as expected.

  4. 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.