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

Extract JSON artifacts to separate crates #129

Closed
DaniPopes opened this issue May 31, 2024 · 0 comments · Fixed by #142
Closed

Extract JSON artifacts to separate crates #129

DaniPopes opened this issue May 31, 2024 · 0 comments · Fixed by #142
Assignees

Comments

@DaniPopes
Copy link
Member

Allows usage as a library without the build system stuff

DaniPopes pushed a commit that referenced this issue Jun 14, 2024
Closes #129

Divides `foundry-compilers` into 3 crates:
- `foundry-compilers-artifacts` - JSON artifacts for Solc and Vyper
compilers
- `foundry-compilers-project` - Project related logic, including
compiler abstraction and compilation pipeline
- `foundry-compilers-core` - error types and utilties shared by both
crates
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 a pull request may close this issue.

2 participants