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

[Bug-Candidate]: Minor log message tweak #1225

Open
rappie opened this issue Mar 25, 2024 · 2 comments
Open

[Bug-Candidate]: Minor log message tweak #1225

rappie opened this issue Mar 25, 2024 · 2 comments

Comments

@rappie
Copy link

rappie commented Mar 25, 2024

Describe the issue:

[2024-03-25 13:03:50.70] Running slither on ....

I believe this should be either "Running slither on X ...." (not sure what X would be), or just "Running slither ...."

Code example to reproduce the issue:

N/A

Version:

2.2.3

Relevant log output:

No response

@elopez
Copy link
Member

elopez commented Mar 25, 2024

Hi @rappie! The message is Running slither on ${TARGET}....

(exitCode, out, err) <- measureIO solConf.quiet ("Running slither on " <> fp) $

The same applies for the Compiling ${TARGET}... message

(ec, out, err) <- measureIO solConf.quiet ("Compiling " <> x) $ do

Are you using . as target (i.e. echidna .)? I guess that can make it a bit confusing 😅 Maybe we should add some quotes around the path. so it doesn't get confused with the ... that indicate it's being worked on.

@rappie
Copy link
Author

rappie commented Mar 25, 2024

Ahh haha now it makes sense. 😆 I already didn't understand why there were 4 dots instead of 3 like in most cases.

I am indeed using .

Quotes would indeed help. Also maybe a space between {TARGET} and ...

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

No branches or pull requests

2 participants