Your message dated Mon, 23 Aug 2021 18:56:02 +0100
with message-id 
<cabwkt9qd_hgjbr+jgx9e6wlakmyvngpdo1zsehklvhzptdr...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #928349,
regarding shellcheck: dubious diagnostics SC2188
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
928349: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928349
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: shellcheck
Version: 0.5.0-3
Severity: normal

Dear Maintainer,

shellcheck complains on empty redirection:

        $ cat /tmp/foo.sh
        #!/bin/sh
        > /tmp/foo
        $ shellcheck /tmp/foo.sh

        > /tmp/foo
        ^-- SC2188: This redirection doesn't have a command. Move to its 
command (or use 'true' as no-op).

As discussed in #923478, empty redirection is posix-complaint, more
concise way to say "true > /tmp/foo": create file if it does not exist
and make sure it have zero size. Futhermore, shellcheck complains on
such construction in bash mode, where it definitely works as intended.

I think this diagnostics is incorrect.
-- 
        Note, that I send and fetch email in batch, once every 24 hours.
                 If matter is urgent, try https://t.me/kaction
                                                                             --

Attachment: pgpnDDqtfV54m.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Hello,

Thank you for reporting this, unfortunately this is not related to the
packaging of shellcheck and depends on the upstream, I'm closing this
bugreport, please forward it to upstream if you're interested in it.

Regards,

-- 
Samuel Henrique <samueloph>

--- End Message ---
_______________________________________________
Pkg-haskell-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Reply via email to