GNU bug report logs - #46497
[PATCH 1/1] gnu: Add incrtcl (itcl)

Previous Next

Package: guix-patches;

Reported by: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Date: Sat, 13 Feb 2021 21:25:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 46497 in the body.
You can then email your comments to 46497 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#46497; Package guix-patches. (Sat, 13 Feb 2021 21:25:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 13 Feb 2021 21:25:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 1/1] gnu: Add incrtcl (itcl)
Date: Sat, 13 Feb 2021 21:24:28 +0000
[Message part 1 (text/plain, inline)]
-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
[0001-gnu-Add-inrtcl.patch (text/x-patch, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 06 Mar 2021 13:45:02 GMT) Full text and rfc822 format available.

Notification sent to Sharlatan Hellseher <sharlatanus <at> gmail.com>:
bug acknowledged by developer. (Sat, 06 Mar 2021 13:45:02 GMT) Full text and rfc822 format available.

Message #10 received at 46497-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Cc: 46497-done <at> debbugs.gnu.org
Subject: Re: [bug#46497] [PATCH 1/1] gnu: Add incrtcl (itcl)
Date: Sat, 06 Mar 2021 14:44:34 +0100
Hello,

Sharlatan Hellseher <sharlatanus <at> gmail.com> writes:

> Subject: [PATCH] gnu: Add inrtcl
>
> * gnu/pacages/tcl.scm (incrtcl): New variable.

Thank you.

I applied it with the following changes:

> ---
>  gnu/packages/tcl.scm | 51 ++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 51 insertions(+)
>
> diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
> index f17e138bdb..2135b745ef 100644
> --- a/gnu/packages/tcl.scm
> +++ b/gnu/packages/tcl.scm
> @@ -95,6 +95,57 @@
>      (description "The Tcl (Tool Command Language) scripting language.")
>      (license license:tcl/tk)))
>  
> +(define-public incrtcl
> +  (package
> +    (name "incrtcl")

I renamed it to itcl since this seems to be the most common name for it.

> +       (modify-phases %standard-phases
> +         (replace  'check
> +           (lambda _
> +             (invoke "make" "test")))

I replaced this phase with

  #:test-target "test"

> +    (synopsis "Incr Tcl or itcl OOP extension for Tcl")
> +    (description
> +     "TCL language extension to support Object-oriented programming paradigm.
> +The name echoes C++ of C - incremental Tcl of Tcl.")

I reworded the synopsis and description for hopefully more clarity.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 Apr 2021 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.