You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(mcpp.plugins): 0.5.1, overlapping roots are refused (#373)
0.5.0's design record required the refusal and 0.5.0 shipped without it. A file
reachable from two roots has two namespace paths, and which one it got depended
on the order of the list; it was also read twice and merged with itself, so the
entry looked like two implementations agreeing rather than one file counted
twice.
0.5.1 also stops a single-file root from registering a re-run glob over the
directory that file happens to sit in.
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.1,
sha256 1be429b00faaf48afa6c607bdcb98f05b242fef297bd2c588f67fae98f0d83e1,
verified by downloading it back after the upload.
0 commit comments