8000 Tags · purescript-contrib/purescript-aff · GitHub
[go: up one dir, main page]

Skip to content

Tags: purescript-contrib/purescript-aff

Tags

v8.0.0

Toggle v8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update purescript-parallel to last version in bower.json (#218)

v7.1.0

Toggle v7.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md

v7.0.0

Toggle v7.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v7.0.0 release (1st PS 0.15.0-compatible release) (#210)

* Update the bower dependencies

* Uncomment spago tests

* Update the changelog

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare v6.0.0 release (#201)

* Update CI to build with the latest version of the compiler

* Upgrade bower dependencies

* Update the changelog

v5.1.2

Toggle v5.1.2's commit message
FIX: Supervisor leaks memory by not unregistering Fibers in COMPLETE (#…

…179)

state.

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix interrupt bugs wrt bracket masking (#171)

Currently when we check interrupt status, we are not considering the
bracket masking status. When we enter a masked state (`bracketCount > 0`),
it should be impossible for an interrupt to terminate evaluation, but
without the bracket check in CATCH, RESUME, and RELEASE, this is
violated.

*   In a nested async generalBracket, the wrong handler is enqueued.
Since we are in a masked state, it should be impossible for the `killed`
branch to be invoked. However, if an interrupt occurs it is currently
_always_ invoking `killed` when the branch is actually `completed`.
*   In a nested bracket, an interrupt will terminate evaluation of the
inner bracket even though we are in a masked state. This can also happen
with an inner `catch` in a masked state.

We need to always consider the masked state (`bracketCount > 0`) when we
discriminate the interrupt state.

Fixes #170

v5.1.0

Toggle v5.1.0's commit message
add fiberCanceler (#165)

v5.0.2

Toggle v5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't resume from an enqueued task if interrupted (#162)

v5.0.1

Toggle v5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ParAff apply cancellation (#155)

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #151 from slamdata/compiler/0.12

Updates for PureScript 0.12
0