Skip to content

Releases: ItsMeForLua/cl-freelock

Version v1.1.2

Choose a tag to compare

@ItsMeForLua ItsMeForLua released this 20 May 19:08

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

Choose a tag to compare

@ItsMeForLua ItsMeForLua released this 03 Sep 20:03

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 internal defsystem functions.
  • Updated README usage examples to 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.