From: Mohammed AMAR-BENSABER <renken@shione.net>
To: 57093@debbugs.gnu.org
Subject: bug#57093: 'guix style --whole-file' hangs indefinitely if parenthesis is unmatched
Date: Tue, 09 Aug 2022 23:25:34 +0200 [thread overview]
Message-ID: <6041017.lOV4Wx5bFT@siga> (raw)
[-- Attachment #1: Type: text/plain, Size: 1233 bytes --]
Hi,
guix style --whole-file package.scm hangs indefinitely if parenthesis is
unmatched. Relevant commit a15542d26df42dabdb5e2f76d150ae200230c3b0.
Here is an example package definition with missing a parenthesis.
(define-public vim-asyncrun
(package
(name "vim-asyncrun")
(version "2.8.6")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/skywind3000/asyncrun.vim")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"11zcw0sll6qg6ha0rr6n1cw5v73azvf7ycwn9lgiwa5cj7rrqjf4"))))
(build-system copy-build-system)
(arguments
'(#:install-plan
'(("plugin" "share/vim/vimfiles/")
("doc/" "share/vim/vimfiles/doc" #:include ("asyncrun.txt")))))
(home-page "https://github.com/skywind3000/asyncrun.vim")
(synopsis "Run Async Shell Commands in Vim")
(description "This plugin takes the advantage of new APIs in Vim 8 (and
NeoVim) to enable you to run shell commands in background and read output in
the
quickfix window in realtime.")
(license license:expat))
--
Mohammed 'Renken' AMAR-BENSABER
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2022-08-10 0:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-09 21:25 Mohammed AMAR-BENSABER [this message]
2022-08-10 14:56 ` bug#57093: 'guix style --whole-file' hangs indefinitely if parenthesis is unmatched Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6041017.lOV4Wx5bFT@siga \
--to=renken@shione.net \
--cc=57093@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.