This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
176 - Compiler warnings / errors #201
Merged
0xmemorygrinder
merged 10 commits into
dev
from
feature/176-compiler-warnings-errors-staging
Dec 15, 2023
Merged
176 - Compiler warnings / errors #201
0xmemorygrinder
merged 10 commits into
dev
from
feature/176-compiler-warnings-errors-staging
Dec 15, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0xmemorygrinder
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
from
November 3, 2023 21:10
0def9ce
to
d1383fa
Compare
0xmemorygrinder
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
2 times, most recently
from
November 15, 2023 04:31
d167613
to
2b035f3
Compare
0xmemorygrinder
force-pushed
the
dev
branch
5 times, most recently
from
November 22, 2023 23:19
f87bf0b
to
7369634
Compare
0xmemorygrinder
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
from
December 1, 2023 17:13
2b035f3
to
4a9fb21
Compare
…handle foundry as external executable
0xmemorygrinder
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
from
December 6, 2023 20:06
4a9fb21
to
29d45bc
Compare
0xmemorygrinder
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
from
December 6, 2023 20:50
f1f25b0
to
e0eb6a0
Compare
0xSwapFeeder
reviewed
Dec 7, 2023
use std::path::PathBuf; | ||
|
||
pub fn find_forge_executable() -> Result<PathBuf, Error> { | ||
which::which("forge").map_err(|_| Error::FoundryExecutableNotFound) |
There was a problem hiding this comment.
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
force-pushed
the
feature/176-compiler-warnings-errors-staging
branch
from
December 10, 2023 22:58
c33c91b
to
18772ce
Compare
0xSwapFeeder
approved these changes
Dec 11, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solves #176