Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

feat: add a few Solc install helpers back#120

Merged
mattsse merged 2 commits intomainfrom
matt/add-a-few-helpers-back
May 7, 2024
Merged

feat: add a few Solc install helpers back#120
mattsse merged 2 commits intomainfrom
matt/add-a-few-helpers-back

Conversation

@mattsse
Copy link
Copy Markdown
Member

@mattsse mattsse commented May 7, 2024

Closes #119

these got lost while moving more stuff to versionmanager, however the finding an installed versioned based on the requirement alone is still useful and should be preserved.

This can still be pushed to version manager, but we should keep it on Solc directly as well

@mattsse mattsse requested review from DaniPopes and Evalir as code owners May 7, 2024 13:39
Comment thread src/compile/mod.rs Outdated
pub mod many;

pub mod output;
use crate::resolver::parse::SolData;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Wrong place

@mattsse mattsse requested a review from DaniPopes May 7, 2024 14:19
@mattsse mattsse merged commit c78e2ea into main May 7, 2024
@DaniPopes DaniPopes deleted the matt/add-a-few-helpers-back branch May 7, 2024 16:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searching for the new equivalent of Solc::detect_version(..)

3 participants