Skip to content

fix(environment): don't crash on stdlib manifest entries without a version#109

Merged
pfitzseb merged 1 commit into
mainfrom
sp/version-number
Jul 3, 2026
Merged

fix(environment): don't crash on stdlib manifest entries without a version#109
pfitzseb merged 1 commit into
mainfrom
sp/version-number

Conversation

@pfitzseb

@pfitzseb pfitzseb commented Jul 3, 2026

Copy link
Copy Markdown
Member

No description provided.

…rsion

Stdlib entries in real manifests often carry only a uuid. derived_environment
unconditionally called parse(VersionNumber, v.version) on them, which threw a
MethodError for version === nothing and took down the whole diagnostics
pipeline. Skip such entries, matching the existing guard in
_load_package_caches_for_project!.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@pfitzseb pfitzseb merged commit 6424c73 into main Jul 3, 2026
20 checks passed
Sign up for free to 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.

1 participant