From: "Paul A. Patience" <paul@apatience.com>
To: 55179@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#55179] [WIP PATCH 11/30] gnu: perl6-grammar-debugger: Perl -> Raku.
Date: Fri, 29 Apr 2022 05:18:07 +0000 [thread overview]
Message-ID: <20220429051700.373076-11-paul@apatience.com> (raw)
In-Reply-To: <20220429051700.373076-1-paul@apatience.com>
* gnu/packages/perl6.scm (perl6-grammar-debugger)[source]: Reindent.
[synopsis]: Replace mention of Perl with Raku.
---
gnu/packages/perl6.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/perl6.scm b/gnu/packages/perl6.scm
index 6c5281f577..a9b5ba0ae8 100644
--- a/gnu/packages/perl6.scm
+++ b/gnu/packages/perl6.scm
@@ -305,27 +305,26 @@ (define-public rakudo
(license license:artistic2.0)))
(define-public perl6-grammar-debugger
- ;; Last commit was September 2017
+ ;; Last commit was September 2017.
(let ((commit "0375008027c8caa216bd869476ce59ae09b2a702")
(revision "1"))
(package
(name "perl6-grammar-debugger")
(version (git-version "1.0.1" revision commit))
(source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/jnthn/grammar-debugger")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0y826z3m276n7ia810hgcb3div67nxmx125m2fzlc16994zd5vm5"))))
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/jnthn/grammar-debugger")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0y826z3m276n7ia810hgcb3div67nxmx125m2fzlc16994zd5vm5"))))
(build-system rakudo-build-system)
(propagated-inputs
(list perl6-terminal-ansicolor))
(home-page "https://github.com/jnthn/grammar-debugger")
- (synopsis "Simple tracing and debugging support for Perl 6 grammars")
+ (synopsis "Simple tracing and debugging support for Raku grammars")
(description "This module provides a simple debugger for grammars. Just
@code{use} it: use @code{Grammar::Debugger;} and any grammar in the lexical
scope of the use statement will automatically have debugging enabled. The
--
2.36.0
next prev parent reply other threads:[~2022-04-29 5:20 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-29 5:14 [bug#55179] [WIP PATCH 00/30] gnu: rakudo: Update to 2022.04 and packages too Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 01/30] gnu: moarvm: Remove trailing boolean Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 02/30] gnu: nqp: Remove trailing booleans Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 03/30] gnu: rakudo: " Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 04/30] gnu: moarvm: Update to 2022.04 Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 05/30] gnu: Add nqp-configure Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 06/30] gnu: nqp: Update to 2022.04 Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 07/30] gnu: rakudo: " Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 08/30] gnu: perl6-tap-harness: Update to 0.3.5 Paul A. Patience
2022-04-29 5:17 ` [bug#55179] [WIP PATCH 09/30] gnu: perl6-zef: Update to 0.13.8 Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 10/30] gnu: perl6-terminal-ansicolor: Perl -> Raku Paul A. Patience
2022-04-29 5:18 ` Paul A. Patience [this message]
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 12/30] gnu: perl6-grammar-profiler-simple: " Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 13/30] gnu: perl6-json: " Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 14/30] gnu: perl6-json-fast: Update to 0.17 Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 15/30] gnu: Add perl6-json-optin Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 16/30] gnu: perl6-json-name: Update to 0.0.6 Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 17/30] gnu: perl6-json-marshal: Update to 0.0.23 Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 18/30] gnu: perl6-json-unmarshal: Reindent Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 19/30] gnu: perl6-json-class: Update to 0.0.18 Paul A. Patience
2022-04-29 5:18 ` [bug#55179] [WIP PATCH 20/30] gnu: perl6-license-spdx: Update to 3.16.0 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 21/30] gnu: perl6-meta6: Update to 0.0.26 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 22/30] gnu: perl6-mime-base64: Update to 1.2.3 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 23/30] gnu: perl6-oo-monitors: Update to 1.1.1 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 24/30] gnu: perl6-xml-writer: Perl -> Raku Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 25/30] gnu: perl6-svg: " Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 26/30] gnu: perl6-svg-plot: " Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 27/30] gnu: perl6-uri: Update to 0.3.5 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 28/30] gnu: perl6-test-meta: Update to 0.0.17 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 29/30] gnu: perl6-test-mock: Update to 1.5-0.1130427 Paul A. Patience
2022-04-29 5:19 ` [bug#55179] [WIP PATCH 30/30] gnu: Add perl6-format-lisp Paul A. Patience
2024-03-04 9:54 ` bug#55179: [WIP PATCH 00/30] gnu: rakudo: Update to 2022.04 and packages too Efraim Flashner
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=20220429051700.373076-11-paul@apatience.com \
--to=paul@apatience.com \
--cc=55179@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.