chore(submodule): bump panther_ivy to land BGP suberror sort fix + nested pointers - #121
Merged
Merged
Conversation
…sted pointers panther_ivy 588c8ff7 -> bbbdd649, carrying: 9d69cee7 fix(bgp): widen variant member through parent-sorted temp before storing bbbdd649 chore(submodules): bump ivy-lsp + panther-ivy-plugin to merged main tips The BGP fix unblocks compilation of bgp_speaker_test_update_announce, which had failed with ivy.logic.SortError since a1aa0fd9 added the first live call sites for the RFC 4271 6.3 error subcodes. The nested pointer bumps are a content no-op — both new main tips have trees byte-identical to the SHAs they replace. CoAP corpus verified unchanged (37 files / 3,072 lines), so the D_WP2 evidence base and its dossier citation are unaffected. Merge order: land ElNiak/PANTHER-Ivy#20 first, since bbbdd649 is on that PR branch.
Contributor
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates the panther_ivy submodule to a newer commit that includes a BGP error-subcode sort fix and synchronized nested submodules, with no content changes in this repo beyond the submodule reference bump. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
PR ElNiak/PANTHER-Ivy#20 merged, so production advanced from 588c8ff7 to the merge commit 83f2e591. Record the tip rather than bbbdd649 (now merely an ancestor), so the pointer is canonical instead of immediately stale. Content is unchanged from bbbdd649 — 83f2e591 is the merge commit for the same two commits (9d69cee7 BGP suberror sort fix, bbbdd649 nested pointer bumps).
Up to standards ✅🟢 Issues
|
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.
Bumps
panther_ivy588c8ff7→bbbdd649.Carries
9d69cee7fix(bgp): widen variant member through a parent-sorted temp before storingbbbdd649chore(submodules): bumpivy-lsp→7587caf,panther-ivy-plugin→9d9c098Why
bgp_speaker_test_update_announcehad stopped compiling withivy.logic.SortError: Ite then and else terms must have same sort: __queued_suberror_nd, queued_suberror(V0). Bisected in-container toa1aa0fd9(23 Jul), which added the first live call sites for the RFC 4271 §6.3 error subcodes and thereby activated a latent ill-sorted assignment that had been dead code. Full analysis in ElNiak/PANTHER-Ivy#20.The nested pointer bumps record the 2026-07-27 reconciliation (451/484/171 commits landing on each nested repo's own
main). Content no-op: both new tips have trees byte-identical to the SHAs they replace.Verification
bgp_speaker_test_update_announcecompiles;bgp_speaker_test_collisionstill compiles (shared-file regression check)588c8ff7empty — 37 files / 3,072 lines untouched, so the D_WP2 evidence base and its dossier SHA citation are unaffectedMerge order
Land ElNiak/PANTHER-Ivy#20 first —
bbbdd649currently lives on that PR branch.Summary by Sourcery
Enhancements: