Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This prepares ResourceT 2.0 for PureScript 0.15.16 and Spago 1.0.4 while closing resource-ownership and cancellation gaps. Managed forks now use structured concurrency: a resource scope owns, awaits, and cancels its child fibers.
Key changes
spago.yaml, registry package set 80.8.1, strict and pedantic builds, and committed lockfiles;allocatecancellation-safe across acquisition and registry insertion, while retainingacquireas an alias;releaseandunprotectoperations;Control.Monad.Resource.Aff.Poolon the nursery;Consumer documentation
test/Docs.purs;Important behavior
Control.Monad.Resource.forkandforkAffcreate managed children. Scope exit waits for them, and a failed or directly cancelled child fails the scope and cancels managed siblings.Effect.Aff.forkAffdirectly and must not retain scoped resources.allocateis the canonical acquisition API;acquireremains an alias.Affhas no error-return channel for finalizer failures on that path.Validation
Run under Node.js 24.20.0:
npm cinpm run format:checknpm test— 12/12 tests passed; strict/pedantic build produced no warnings or errorsnpm run docs— documentation generated successfullySpago's documentation search-index step emits non-fatal warnings for dependency
purs.jsonmetadata. The npm development toolchain reports seven inherited advisories; this package has no runtime npm dependencies.