eigenscript 0.32.0#1
Merged
Merged
Conversation
The tap tracks the latest release, but it stopped at 0.30.0 — v0.31.0 never landed here, so `brew install` has been two releases behind and misses the DAW audio-I/O work as well as this release's lib/ui shell. sha256 computed from the published tarball, which was checked to actually carry VERSION 0.32.0 rather than trusted by name. The formula's contract was simulated end-to-end from that tarball before pushing — `make install PREFIX=... CC=gcc`, then both `test do` assertions: `hello` prints, and `import calculus` resolves the stdlib from prefix/lib/eigenscript/ (the one that catches an install laying the binary down without its stdlib sibling). brew test-bot re-runs the real thing on all three OSes here.
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.
The tap tracks the latest release — but it stopped at 0.30.0. v0.31.0 never landed here, so
brew install eigenscripthas been two releases behind: it misses the DAW audio-I/O work (v0.31.0) and this release's lib/ui desktop shell (v0.32.0).Verification
sha256computed from the published tarball, and the tarball checked to actually carryVERSION0.32.0 rather than trusted by name:The formula's contract was then simulated end-to-end from that same tarball before pushing — its
installblock, then bothtest doassertions:The second assertion is the load-bearing one: it confirms the runtime resolves its stdlib at
prefix/lib/eigenscript/, which is what catches an install that lays the binary down without its stdlib sibling.brew test-botre-runs the real thing on ubuntu / macos-intel / macos-arm here.