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

sol! tracking issue #74

Closed
11 of 12 tasks
DaniPopes opened this issue Jun 7, 2023 · 3 comments
Closed
11 of 12 tasks

sol! tracking issue #74

DaniPopes opened this issue Jun 7, 2023 · 3 comments
Assignees
Milestone

Comments

@mahmudsudo
Copy link

can i take on this ?

@benluelo
Copy link
Contributor

benluelo commented Feb 22, 2024

Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.

@DaniPopes
Copy link
Member Author

Is it planned to support resolving imports from within the sol macro? Currently sol! is largely unusable for any non-trivial contracts, since all imports have to be re-specified manually.

@benluelo

No, that would be basically embedding a compiler frontend into the macro at that point which is just not worth it.

You should use JSON ABI input to pass in ABI generated from other tools, or write a simple interface inline.

@jenpaff jenpaff added this to Alloy Feb 28, 2025
@github-project-automation github-project-automation bot moved this to Todo in Alloy Feb 28, 2025
@jenpaff jenpaff added this to the v1.0 milestone Feb 28, 2025
@jenpaff jenpaff moved this from Todo to In Progress in Alloy Feb 28, 2025
@jenpaff jenpaff closed this as completed Mar 4, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Alloy Mar 4, 2025
@jenpaff jenpaff moved this from Done to Completed in Alloy Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Completed
Development

No branches or pull requests

5 participants