Skip to content

Conversation

phrwlk
Copy link

@phrwlk phrwlk commented Aug 14, 2025

Reason: generated bindings are written using to_snake_case (e.g., MyToken -> my_token.rs), but populate_expansion searched using to_lowercase (mytoken.rs), causing lookup mismatches.

Goal: align file lookup with the generation logic so populate_expansion can reliably load the generated bindings.

cargo check -p forge-sol-macro-gen passed sucessfully

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant