-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
bash coproc #3126
Comments
SC1089: Also, with regard to SC1089 If I paste the code from SC1089: into the file X.sh and run shellcheck I get: In X.sh line 4: For more information: So, SC1089 does not seem to be fixed. |
previous comment add: SC1089: bash: coproc "NAME" { ...; } - quoted NAME kills parsing #3048 |
yes. the web uses the latest git HEAD, there are build instructions in the README. |
Thanks. Just finished compiling/testing and it works.
BTW, you might add to the README build instructions that ghc also has to be installed.
Richard
…On 19/01/25 23:53, brother wrote:
Does the website use a later version? If so, how can I get it?
yes. the web uses the latest git HEAD, there are build instructions in the README.
—
Reply to this email directly, view it on GitHub <#3126 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAMYHFKZ6JCR4C7U5KFOIVD2LSTQRAVCNFSM6AAAAABVN7HD6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBRGY3DGOBZG4>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
What system did not have it as a hard dependency? |
Maybe two decades ago or more I played around writing a couple of very small Haskell programs.
Don't know if I had heard of Cabal at that time.
So, for someone not familiar with the Haskell ecosystem (e.g., not having read the cabal-install documentation)
knowing that ghc is required only becomes know when one executed cabal-install and it tells you that you need it.
…On 20/01/25 06:35, brother wrote:
Thanks. Just finished compiling/testing and it works.
BTW, you might add to the README build instructions that ghc also has to be installed.
What system did not have it as a hard dependency?
The documentation for cabal-install is pretty clear that ghc will be needed. A PR with a better language is welcome as always, not sure it really is needed myself.
—
Reply to this email directly, view it on GitHub <#3126 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAMYHFK5ZXAMNYAZIU5X3OT2LUCT7AVCNFSM6AAAAABVN7HD6WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBSGU4DIOJWHE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
And it's in the very first line of the quick start guide of cabal-install.
|
ShellCheck version 0.10.0
uname -a
Linux olympia 6.11.11-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 18:38:25 UTC 2024 x86_64 GNU/Linux
When I enter this on the shellcheck website I get no errors:
but when it is a file Test.sh and I run: shellcheck Test.sh I get:
Does the website use a later version? If so, how can I get it?
Using the "eval" line instead works but I would prefer a fixed version.
Thanks
The text was updated successfully, but these errors were encountered: