GNU bug report logs - #57791
[PATCH] gnu: Add folders.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Wed, 14 Sep 2022 03:58:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

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 57791 in the body.
You can then email your comments to 57791 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#57791; Package guix-patches. (Wed, 14 Sep 2022 03:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jgart <jgart <at> dismail.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 14 Sep 2022 03:58:03 GMT) Full text and rfc822 format available.

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

From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add folders.
Date: Tue, 13 Sep 2022 22:56:26 -0500
* gnu/packages/esolangs.scm (folders): New variable.
---
 gnu/packages/esolangs.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/esolangs.scm b/gnu/packages/esolangs.scm
index 81906dac15..96a3ad2064 100644
--- a/gnu/packages/esolangs.scm
+++ b/gnu/packages/esolangs.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
 ;;; Copyright © 2020 Hendursaga <hendursaga <at> yahoo.com>
 ;;; Copyright © 2020 Liliana Marie Prikler <liliana.prikler <at> gmail.com>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,6 +30,7 @@ (define-module (gnu packages esolangs)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system copy)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system python)
   #:use-module (guix download)
   #:use-module (guix git-download)
   #:use-module ((guix licenses) #:prefix license:)
@@ -99,6 +101,24 @@ (define-public lolcode-lci
       (home-page "http://lolcode.org/")
       (license license:gpl3+))))
 
+(define-public folders
+  (package
+    (name "folders")
+    (version "0.0.8")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "Folders" version))
+        (sha256
+          (base32 "0qh80qx7sjx0zii1hf8fm853d9rcg4rginm6v4gpp0hgn2a4q4gh"))))
+    (build-system python-build-system)
+    (home-page "https://github.com/SinaKhalili/Folders.py")
+    (synopsis "Folders as a programming language")
+    (description
+"Implementation of the Folders📂esoteric programming language,
+a language with no code and just folders.")
+    (license license:expat)))
+
 (define-public shakespeare-spl
   (package
     (name "shakespeare-spl")
-- 
2.37.3





Information forwarded to guix-patches <at> gnu.org:
bug#57791; Package guix-patches. (Wed, 14 Sep 2022 06:24:02 GMT) Full text and rfc822 format available.

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

From: "(" <paren <at> disroot.org>
To: "jgart" <jgart <at> dismail.de>, <57791 <at> debbugs.gnu.org>
Subject: Re: [bug#57791] [PATCH] gnu: Add folders.
Date: Wed, 14 Sep 2022 07:22:44 +0100
Hey, 

On Wed Sep 14, 2022 at 4:56 AM BST, jgart via Guix-patches via wrote:
> +    (description
> +"Implementation of the Folders📂esoteric programming language,
> +a language with no code and just folders.")

I don't think we ought to have that emoji in this description. Also,
remember to format it like this:

> +    (description
> +     "Implementation of the Folders esoteric programming language,
> +a language with no code and just folders.")

(note the indentation on the first line.)

    -- (




Reply sent to Liliana Marie Prikler <liliana.prikler <at> gmail.com>:
You have taken responsibility. (Wed, 14 Sep 2022 18:52:02 GMT) Full text and rfc822 format available.

Notification sent to jgart <jgart <at> dismail.de>:
bug acknowledged by developer. (Wed, 14 Sep 2022 18:52:02 GMT) Full text and rfc822 format available.

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

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: "(" <paren <at> disroot.org>, jgart <jgart <at> dismail.de>, 
 57791-done <at> debbugs.gnu.org
Subject: Re: [bug#57791] [PATCH] gnu: Add folders.
Date: Wed, 14 Sep 2022 20:51:30 +0200
Am Mittwoch, dem 14.09.2022 um 07:22 +0100 schrieb (:
> 
> > +    (description
> > +     "Implementation of the Folders esoteric programming language,
> > +a language with no code and just folders.")
Thanks for pointing this out, but
1) you missed, that the description was not a sentence (fixed)
2) last time you pointed this out on my package you missed that
   (description "This is my description.")
   is also acceptable.

Pushed with an updated description.  Have fun golfing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 13 Oct 2022 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 167 days ago.

Previous Next


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