Skip to content

Renaming import fix#433

Merged
rodrigogribeiro merged 3 commits into
mainfrom
rename-import-fix
Jun 9, 2026
Merged

Renaming import fix#433
rodrigogribeiro merged 3 commits into
mainfrom
rename-import-fix

Conversation

@rodrigogribeiro

Copy link
Copy Markdown
Collaborator
  • This PR fixes a problem in renaming functions names during imports.
  • Some tests were commented to await the merge of the opcodes branch.

rodrigogribeiro and others added 2 commits June 3, 2026 13:32
Add support for import aliases (as syntax) in ImportOnly declarations.
Implements typedAliasingWrapper to create forwarding wrappers with renamed signatures.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Comment thread test/Cases.hs Outdated
[ runDispatchTest "basic.solc",
runDispatchTest "stringid.solc",
runDispatchTest "miniERC20.solc",
[ -- runDispatchTest "basic.solc",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this commenting out is not needed for this PR?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. Fixed in the last commit.

@rodrigogribeiro rodrigogribeiro merged commit 2160b5f into main Jun 9, 2026
4 checks passed
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.

3 participants