Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement finalizers. #111

Closed
bigeasy opened this issue Jun 28, 2013 · 0 comments
Closed

Implement finalizers. #111

bigeasy opened this issue Jun 28, 2013 · 0 comments
Assignees

Comments

@bigeasy
Copy link
Owner

bigeasy commented Jun 28, 2013

No description provided.

@ghost ghost assigned bigeasy Jun 28, 2013
bigeasy pushed a commit that referenced this issue Jun 29, 2013
See #111.

File                             Raw         Min         Zip     Min/Zip
index.js                 13370/13.06  4356/04.25  3738/03.65  1619/01.58
bigeasy pushed a commit that referenced this issue Jun 29, 2013
Testing that fixups are not called on error. Need to assert this in
order to make modifications to the implementation of fixups to support
finalizers.

See #111.

File                             Raw         Min         Zip     Min/Zip
index.js                 13370/13.06  4356/04.25  3738/03.65  1619/01.58
bigeasy pushed a commit that referenced this issue Jun 29, 2013
Move argument extraction to a separate function so that we can call
`invoke` directly with arguments, without having to create bogus
`callback` arrays. Necessary to create a more robust implementation of
exceptions and finalizers.

See #111.
See #110.
See #105.

File                             Raw         Min         Zip     Min/Zip
index.js                 13417/13.10  4364/04.26  3715/03.63  1612/01.57
bigeasy pushed a commit that referenced this issue Jun 29, 2013
Within the Cadence implementation, callbacks given to `begin` will
accept an array of errors as their first argument. An empty array
indicates no errors.

See #111.
See #110.
See #105.

File                             Raw         Min         Zip     Min/Zip
index.js                 13300/12.99  4369/04.27  3681/03.59  1608/01.57
bigeasy pushed a commit that referenced this issue Jun 29, 2013
See #111.
See #110.
See #105.

File                             Raw         Min         Zip     Min/Zip
index.js                 13407/13.09  4405/04.30  3707/03.62  1614/01.58
bigeasy pushed a commit that referenced this issue Jun 29, 2013
Propagate finalizers from a completed cadence to the callback given to
the `begin` function. This allows fixup finalizers the option of merging
the finalizers into the list of finalizers of the calling cadence.

See #111.
See #110.
See #105.

File                             Raw         Min         Zip     Min/Zip
index.js                 13931/13.60  4632/04.52  3788/03.70  1689/01.65
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant