Skip to content

Releases: doublep/iter2

iter2 2.2

09 Feb 15:20
Compare
Choose a tag to compare

This release fixes incorrect conversion of let and let* forms with special (dynamically-bound) variables in case the form body then (i.e. separately from binding) modifies said variable and subsequently yields.

iter2 2.1

04 Feb 18:02
Compare
Choose a tag to compare

This release fixes incorrect conversion of condition-case form that has :success pseudohandler added in Emacs 28.

iter2 2.0

10 Jan 20:08
Compare
Choose a tag to compare

This release adds iter2-next, which works like iter-next for simple values, but for complex forms relays nonlocal exits to the generator functions. This makes it possible to use the functions as coroutines that can exchange not only values, but also exceptions (signals).