Skip to content

feat(mcpp.plugins): 0.5.2, a namespace segment derived by path arithmetic - #374

Merged
Sunrisepeak merged 1 commit into
mainfrom
feat/plugins-0.5.2
Sep 8, 2026
Merged

feat(mcpp.plugins): 0.5.2, a namespace segment derived by path arithmetic#374
Sunrisepeak merged 1 commit into
mainfrom
feat/plugins-0.5.2

Conversation

@Sunrisepeak

Copy link
Copy Markdown
Member

Publishes mcpp-plugins v0.5.2, merged as 45a0443 with a green run on main including the two cross-platform runners.

The island fixture, run on windows-2022 for the first time, failed to compile with no member named 'image' in namespace 'island_interface::kernels'. namespace_of trimmed the base directory off a file's directory as a string; a root stated with forward slashes and a directory iterator appending with the preferred separator left \image rather than image, so the root directory became a namespace segment sanitised to _.

The shader lane had this too. The function is shared by both lanes since 0.5.0, and rules-spirv's Windows fixture keeps every payload in one directory, so a segment was never derived there. The leg that surfaced the defect is not the lane it lives on.

Checked before opening: Lua syntax, the three descriptor validators, mcpp xpkg parse, exactly one ["latest"] per platform table (three, all at 0.5.2), and the CN asset fetched back and hashed.

…etic

The island fixture, run on Windows for the first time, put an entry point in
`app::kernels::_::image`. A root stated with forward slashes and a directory
iterator appending with the preferred separator left `\image` rather than
`image`, and the root directory became a namespace segment.

The shader lane shares that function and had the defect latent: its Windows
fixture keeps every payload in one directory, so a segment was never derived
there.

The floor stays at mcpp 2026.9.8.1.

The CN asset is the same bytes as the GitHub source archive of tag v0.5.2,
sha256 d73079f93378f2af6b6513eb6f751d8eace99936b61ff3f5ef786e16a49a8e2a,
verified by downloading it back after the upload.
@Sunrisepeak
Sunrisepeak merged commit e9e8299 into main Sep 8, 2026
8 checks passed
@Sunrisepeak
Sunrisepeak deleted the feat/plugins-0.5.2 branch September 8, 2026 17:58
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