Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix re-exports from aliased module #1451

Open
plafer opened this issue Aug 13, 2024 · 0 comments
Open

Fix re-exports from aliased module #1451

plafer opened this issue Aug 13, 2024 · 0 comments
Assignees
Labels
assembly Related to Miden assembly bug Something isn't working
Milestone

Comments

@plafer
Copy link
Contributor

plafer commented Aug 13, 2024

As identified by @bobbinth, as of v0.10.3, the following fails:

use.miden::contracts::wallets::basic->basic_wallet

export.basic_wallet::receive_asset
export.basic_wallet::send_asset

Note that module aliases work fine (as enforced by the module_alias test); it is specifically re-exporting a procedure from a module alias that is broken.

@plafer plafer added bug Something isn't working assembly Related to Miden assembly labels Aug 13, 2024
@plafer plafer added this to the v0.11.0 milestone Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assembly Related to Miden assembly bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants