Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

176 - Compiler warnings / errors #201

Merged
merged 10 commits into from
Dec 15, 2023

Conversation

github-actions[bot]
Copy link

Solves #176

@0xmemorygrinder 0xmemorygrinder force-pushed the feature/176-compiler-warnings-errors-staging branch from 0def9ce to d1383fa Compare November 3, 2023 21:10
@0xmemorygrinder 0xmemorygrinder force-pushed the feature/176-compiler-warnings-errors-staging branch 2 times, most recently from d167613 to 2b035f3 Compare November 15, 2023 04:31
@0xmemorygrinder 0xmemorygrinder force-pushed the dev branch 5 times, most recently from f87bf0b to 7369634 Compare November 22, 2023 23:19
@0xmemorygrinder 0xmemorygrinder force-pushed the feature/176-compiler-warnings-errors-staging branch from 2b035f3 to 4a9fb21 Compare December 1, 2023 17:13
@0xmemorygrinder 0xmemorygrinder force-pushed the feature/176-compiler-warnings-errors-staging branch from 4a9fb21 to 29d45bc Compare December 6, 2023 20:06
@0xmemorygrinder 0xmemorygrinder force-pushed the feature/176-compiler-warnings-errors-staging branch from f1f25b0 to e0eb6a0 Compare December 6, 2023 20:50
@0xmemorygrinder 0xmemorygrinder marked this pull request as ready for review December 6, 2023 21:22
use std::path::PathBuf;

pub fn find_forge_executable() -> Result<PathBuf, Error> {
which::which("forge").map_err(|_| Error::FoundryExecutableNotFound)
Copy link
Contributor

Choose a reason for hiding this comment

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

Should I do to same with slither and solc in the slither impl @0xmemorygrinder ?

@0xSwapFeeder 0xSwapFeeder force-pushed the feature/176-compiler-warnings-errors-staging branch from c33c91b to 18772ce Compare December 10, 2023 22:58
Copy link
Contributor

@0xSwapFeeder 0xSwapFeeder left a comment

Choose a reason for hiding this comment

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

lgtm

@0xmemorygrinder 0xmemorygrinder merged commit ff9321d into dev Dec 15, 2023
68 checks passed
@0xmemorygrinder 0xmemorygrinder deleted the feature/176-compiler-warnings-errors-staging branch December 15, 2023 18:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants