v0.3.7: harden bundled CadCore v0.12.3 delivery - #42
Draft
KiYouJyo wants to merge 9 commits into
Draft
Conversation
Retain the combined startup/theme release metadata while adding the CadCore v0.12.3 delivery gate.
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.
This PR hardens the bundled/default CadCore delivery path in SpatialViewer v0.3.7. It is not the explanation for the reported real-drawing defects: the user has confirmed through the in-app kernel manager that CadCore v0.12.3 was already manually activated when those defects were reproduced.
Changes:
external/SpatialViewer.CadCoreto published CadCore v0.12.3 commit2f150fbdcf380fba6f60df7f8a41361322afdd8fCadCoreBundledVersionto0.12.3Important correction: the About/Update UI reports
CadCoreRuntimeBootstrapper.CurrentVersion, and external kernels are activated during the module initializer before later CAD/XAML references bind. Therefore a restarted app showing current Cad Corev0.12.3is meaningful evidence that the manually installed v0.12.3 candidate was selected. The remaining long rogue lines, title-block text fidelity, and axis/dimension style defects must be treated as v0.12.3 kernel defects, not dismissed as an old-kernel packaging issue.