emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#46497: closed ([PATCH 1/1] gnu: Add incrtcl (itcl))


From: GNU bug Tracking System
Subject: bug#46497: closed ([PATCH 1/1] gnu: Add incrtcl (itcl))
Date: Sat, 06 Mar 2021 13:45:02 +0000

Your message dated Sat, 06 Mar 2021 14:44:34 +0100
with message-id <87r1ks5rct.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46497] [PATCH 1/1] gnu: Add incrtcl (itcl)
has caused the debbugs.gnu.org bug report #46497,
regarding [PATCH 1/1] gnu: Add incrtcl (itcl)
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46497: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46497
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/1] gnu: Add incrtcl (itcl) Date: Sat, 13 Feb 2021 21:24:28 +0000
-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

Attachment: 0001-gnu-Add-inrtcl.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#46497] [PATCH 1/1] gnu: Add incrtcl (itcl) Date: Sat, 06 Mar 2021 14:44:34 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Sharlatan Hellseher <sharlatanus@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


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]