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
std.Build: do not override properties of a package like named modules
The `addModule` function could override the module that is visible to
dependants which most likely unintentional. Instead should asserts that
no existing module has been added with the given name.
The same issue applies to `addNamedWriteFiles` and `addNamedLazyPath`.
0 commit comments