GNU bug report logs -
#72397
[PATCH] gnu: Add fennel-ls.
Previous Next
To reply to this bug, email your comments to 72397 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72397
; Package
guix-patches
.
(Wed, 31 Jul 2024 10:14:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
sydney goose <lomiskiam <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 31 Jul 2024 10:14:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/fennel.scm (fennel-ls): New variable.
[Message part 2 (text/html, inline)]
[0001-gnu-Add-fennel-ls.patch (text/x-patch, attachment)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#72397
; Package
guix-patches
.
(Thu, 15 Aug 2024 14:33:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 72397 <at> debbugs.gnu.org (full text, mbox):
On 2024-07-31 00:27, sydney goose wrote:
> * gnu/packages/fennel.scm (fennel-ls): New variable.
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://git.sr.ht/~xerool/fennel-ls/archive/"
> + version ".tar.gz"))
> + (sha256
> + (base32 "0nb3yclv9v2mwcnam5djvhg0vgmdsk0gavbvq1ar5v2j0m9pzr7f"))))
Is there a reason why we use archives rather than git fetching here?
Otherwise I would advise against, given the codebase is small.
This would probably also solve the two following lints:
fennel-ls <at> 0.1.3: the source file name should contain the package name
fennel-ls <at> 0.1.3: no updater for fennel-ls
> + (build-system gnu-build-system)
> + (arguments
> + (list
> + #:test-target "test"
> + #:phases #~(modify-phases %standard-phases
> + (delete 'configure)
> + (add-after 'build 'patch-fennel-ls
> + (lambda* (#:key inputs #:allow-other-keys)
> + (substitute* "fennel-ls"
> + (("/usr/bin/env .*lua")
> + (search-input-file inputs "/bin/lua"))))))
> + #:make-flags #~(list (string-append "PREFIX="
> + (assoc-ref %outputs "out")))))
> + (inputs (list lua-5.4 fennel))
> + (home-page "https://git.sr.ht/~xerool/fennel-ls")
> + (license license:expat)
> + (synopsis "Provides intelligent editing features for Fennel files")
Nitpick/proposition : "A language server for Fennel"
> + (description "A language server for Fennel. Provides intelligent editing
> +features for Fennel files.")))
Nitpick/proposition : "This package provides a language server for
Fennel that provides intelligent editing features for Fennel files."
Otherwise LGTM. Please send an updated patch ;)
--
Best regards,
Nicolas Graves
Added tag(s) moreinfo.
Request was from
Ludovic Courtès <ludo <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Wed, 28 Aug 2024 14:27:01 GMT)
Full text and
rfc822 format available.
This bug report was last modified 295 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.