Releases: ItsMeForLua/cl-freelock
Releases · ItsMeForLua/cl-freelock
Release list
Version v1.1.2
What's Changed
- Add clasp implementation support by @sdilts in #4
- Make bounded-queue object a struct by @sdilts in #3
- GC Pressure benchmarks.
- Discrete percentile latency benchmarks.
- Compatibility with CLASP.
- Updates to the README badges.
- Fixed the circularly test dependency in cl-freelock-tests.asd.
- Creation of CONTRIBUTORS.md.
n.d. Currently, benchmarks do not fully support CLASP.
Full Changelog: v1.0.2...v1.1.2
Version v1.0.2
Version 1.0.2
- Changed system definition symbols from using uninterned symbols
(#:)to keywords(:)to prevent symbol collisions. - Added explicit
asdf:prefixes to system definitions to avoid conflicts with legacy systems that use internaldefsystemfunctions. - Updated README
usage examplesto clearly show the cl-freelock: package prefix before function calls, to prevent confusion for newer users. - Revised the TODO.md file with latest updates.
Note: Please disregard any incorrect git tag numbers in the history; those were typos.