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

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

[debbugs-tracker] bug#31395: closed ([PATCH 0/2] Add Snap! educational p


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31395: closed ([PATCH 0/2] Add Snap! educational programming language)
Date: Fri, 11 May 2018 08:47:03 +0000

Your message dated Fri, 11 May 2018 10:46:23 +0200
with message-id <address@hidden>
and subject line Re: [bug#31395] [PATCH 2/2] gnu: Add snap.
has caused the debbugs.gnu.org bug report #31395,
regarding [PATCH 0/2] Add Snap! educational programming language
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31395: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31395
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/2] Add Snap! educational programming language Date: Wed, 9 May 2018 23:44:00 +0200
Hello,

The following two patches add Snap!. The application itself consists of --
mostly -- an HTML file, a bunch of ".js" files, and some art files in
subdirectories. 

Since it is a webapp, there is no executable. In order to provide something to
run, the package generates a Bash script that opens the HTML file using
`xdg-open'.

Regards,

Nicolas Goaziou (2):
  gnu: Add js-filesaver.
  gnu: Add snap.

 gnu/packages/education.scm  | 82 ++++++++++++++++++++++++++++++++++++-
 gnu/packages/javascript.scm | 39 ++++++++++++++++++
 2 files changed, 119 insertions(+), 2 deletions(-)

-- 
2.17.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#31395] [PATCH 2/2] gnu: Add snap. Date: Fri, 11 May 2018 10:46:23 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hello,

Eric Bavier <address@hidden> writes:

> Maybe, yeah.  The builders get dropped into the temporary build
> directory to start.

Yes, I expected that. 

However, `url-fetch' puts the downloaded file in front of you in the
temporary build directory. You can start to operate on it right away.

This is not the case with `git-fetch', which puts the data elsewhere.
Elsewhere being retrieved by the under documented 

  (assoc-ref %build-inputs "source")

Anyway, this is only tangential to the patch. I'm thinking out loud.

> LGTM!

Applied. Thank you!

Regards,

-- 
Nicolas Goaziou                                                0x80A93738


--- End Message ---

reply via email to

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