Skip to content

Fix panic error when scanning imports of nonexistent namespace children - #309

Merged
seddonym merged 1 commit into
mainfrom
fix-panic-namespace-import
Aug 7, 2026
Merged

Fix panic error when scanning imports of nonexistent namespace children#309
seddonym merged 1 commit into
mainfrom
fix-panic-namespace-import

Conversation

@seddonym

@seddonymseddonym commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Fixes#308.

@codspeed-hq

codspeed-hqBot commented Aug 7, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 26 untouched benchmarks
⏩ 23 skipped benchmarks1


Comparing fix-panic-namespace-import (2ce6850) with main (00bd8b5)2

Open in CodSpeed

Footnotes

  1. 23 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on main (faab22b) during the generation of this report, so 00bd8b5 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@seddonym
seddonymforce-pushed the fix-panic-namespace-import branch from 1446b57 to 50680d7CompareAugust 7, 2026 10:54
@seddonym
seddonymforce-pushed the fix-panic-namespace-import branch from 50680d7 to 2ce6850CompareAugust 7, 2026 10:57
@seddonym
seddonym merged commit 8fdab7d into mainAug 7, 2026
18 checks passed
@seddonym
seddonym deleted the fix-panic-namespace-import branch August 7, 2026 11:11
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rust panic (index out of bounds) scanning a from x import y of a missing module under a dotted root package

1 participant

@seddonym