Skip to content

v1.3.2

Compare
Choose a tag to compare
@odino odino released this 29 May 08:33
· 307 commits to master since this release

This is a bugfix release that backports #227 to 1.3.x (it was originally merged in 1.4.x): we have fixed lazy evaluation so that code such as false && sleep(10000) will return immediately rather than wait 10 seconds.

This fundamentally fixes a flaw in ABS' short-circuiting logic, so programs that make use of short-circuiting should perform significantly faster.