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

[Bug] failed to parse ABI-generated tokens into a Solidity AST: expected ,. #746

Closed
chris13524 opened this issue Sep 24, 2024 · 1 comment · Fixed by #747
Closed

[Bug] failed to parse ABI-generated tokens into a Solidity AST: expected ,. #746

chris13524 opened this issue Sep 24, 2024 · 1 comment · Fixed by #747
Labels
bug Something isn't working

Comments

@chris13524
Copy link

Component

Other (please provide more details)

What version of Alloy are you on?

forge 0.2.0 (0079a11 2024-09-10T00:20:21.629283000Z)

Operating System

macOS (Apple Silicon)

Describe the bug

I get this error:

Generating bindings for 201 contracts
Error: 
failed to parse ABI-generated tokens into a Solidity AST: expected `,`.
This is a bug. We would appreciate a bug report: https://github.com/alloy-rs/core/issues/new/choose

When running forge bind in the root folder of this repo: https://github.com/erc7579/smartsessions/tree/main

@DaniPopes
Copy link
Member

#747 fixes this bug, but the ABI will generate invalid Rust code because of #744

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants