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
It's not a regression! It's a breaking change introduced in #509.
If you print the error it gives you more guidance on what needs to change. Basically you now need to specify the item a type belongs to as it's being installed, for you that means:
This change will be included in the release notes for 0.15.x. It's necessary because we want to stop relying on TypeId's (which is technically unsound). Good timing too, see #550 where the size of a TypeId is about to change.
i'm going to close this then. thanks.
should probably document this somewhere in the docs as its kind of unclear you need to do this if you read the documentation for Module::with_crate
When using rune from the main branch, you can not install a module with a different crate name due to a type hash mismatch. This works fine in 0.12.4.
Console Ouput:
The text was updated successfully, but these errors were encountered: