Replies: 3 comments 1 reply
-
The slang tool prints errors to stderr by default. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The version I use prints all to stdout.
My command is
slang --ast_json - ..... > file.json
The file.json includes all messages and json code.
תודה מראש.
ברוך...
בתאריך יום ב׳, 8 ביולי 2024, 18:23, מאת Michael Popoloski <
***@***.***>:
… The slang tool prints errors to stderr by default.
—
Reply to this email directly, view it on GitHub
<#1052 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQCC2CRWVTE6GSCW5E6NKWLZLKVGPAVCNFSM6AAAAABKRBNW76VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSOBYHA4TM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Mike.
I am sorry. Close the discussion.
The problem is found on my side.
-q helps, I will use it.
-- תודה מראש, ברוך
…On Tue, 9 Jul 2024 at 16:46, Michael Popoloski ***@***.***> wrote:
I am unable to reproduce. Warnings and errors appear in stderr for me even
after redirecting stdout to a file. I do see some build info (not warnings
or errors) in stdout by default; you can hide this with --quiet if you
don't want it.
—
Reply to this email directly, view it on GitHub
<#1052 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQCC2CUJU4LCBFJYBMA2773ZLPSSLAVCNFSM6AAAAABKRBNW76VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TSOJYHAYTS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I would like to get the compilation warning and error message (like below) printed to the /dev/stderr stream.
Is it possible when run slang from linux command line:
slang --ignore-unknown-modules --error-limit 100 --ast-json - --ast-json-scope rxc_top -top rxc_top -f ./rtl.incdirs -f ./rtl.hdlfiles
Beta Was this translation helpful? Give feedback.
All reactions