sbase 0.1.3: it names the C library that answers openkal-linux#13 - #273
Merged
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.
Third and last of the set that follows
#271 and
#272.
sandbox after openkal-musl 0.6.0 was published — a manifest saying
openkal-musl = "0.5.0"still resolves to0.5.0:Nothing floats up, which is the property that keeps a release from moving under
a consumer that did not ask for it. The consequence is that a package does not
receive a fix by having one published beneath it — so every consumer pinned to
the old version needs a change of its own, and
sbasewas the one left.the provider's working tree for the version their manifests name, so
sbase's runs have been green against 0.6.0's content since that merged, whilewhat a consumer resolving
sbasegot was 0.5.0. Green CI and what a consumerreceives were opposite here.
What it now receives
Two of 0.6.0's three answers are reachable from these tools without any of them
doing anything unusual —
xargsandshstart programs, and the suite is run bya harness that reads what each tool wrote:
started program write to the stream the caller had been started with;
abortdid not end the program, so an assertion failure reported asegmentation fault.
97 tools, sources unmodified, green against openkal-musl
main(dispatched afterthat merge). The digest is of the archive GitHub serves; the CN asset is that
same file, compared byte for byte:
87a58232…, 184678 bytes.