std-freestanding-alloc-kal 0.1.3 — the ninth package of the openkal 0.10 move - #302
Merged
Conversation
… 0.10 move A repin: openkal 0.10 adds five declarations, none to an interface this package uses. Its twelve definitions are unchanged.⚠️ SEPARATE FROM #300 FOR A REASON, and the reason is worth recording. This package's CI resolves openkal from the PUBLISHED index artifact, which republishes only when this branch lands --- so while openkal 0.10.0 existed as a release but not yet as an index entry, its CI could not go green no matter what the package said. The batch had to land first and this had to follow it. There was no ordering that put both in one change. ⭐ It was also found by sweeping the index for every file that names openkal, rather than by working outward from the packages already being changed: `std-freestanding' requires this one as `^0.1.0' and so picks the bump up on its own, so nothing in the openkal dependency graph points at it. A sweep finds it and a traversal does not.
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.
A repin: openkal 0.10 adds five declarations, none to an interface this package
uses. Its twelve definitions are unchanged.
package's CI resolves openkal from the PUBLISHED index artifact, which
republishes only when this branch lands --- so while openkal 0.10.0 existed as a
release but not yet as an index entry, its CI could not go green no matter what
the package said. The batch had to land first and this had to follow it. There
was no ordering that put both in one change.
⭐ It was also found by sweeping the index for every file that names openkal,
rather than by working outward from the packages already being changed:
std-freestanding' requires this one as^0.1.0' and so picks the bump up on itsown, so nothing in the openkal dependency graph points at it. A sweep finds it
and a traversal does not.