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

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

[debbugs-tracker] bug#33215: closed ([PATCH 00/11] build-system: Add 'cl


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33215: closed ([PATCH 00/11] build-system: Add 'clojure-build-system'.)
Date: Mon, 19 Nov 2018 12:54:02 +0000

Your message dated Mon, 19 Nov 2018 13:53:10 +0100
with message-id <address@hidden>
and subject line Re: [bug#33215] [PATCH 00/11] build-system: Add 
'clojure-build-system'.
has caused the debbugs.gnu.org bug report #33215,
regarding [PATCH 00/11] build-system: Add 'clojure-build-system'.
to be marked as done.

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


-- 
33215: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33215
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 00/11] build-system: Add 'clojure-build-system'. Date: Wed, 31 Oct 2018 14:02:36 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)
Hello,

This patch series adds a simple Clojure build system to guix. It uses
plain old 'compile' in Clojure. The patch series does 4 things:

1. Move the 'clojure' package from 'java.scm' to 'lisp.scm' since
clojure is a lisp! Also, 'java.scm' is getting large. I don't want to
make it even larger by adding new clojure packages.
2. Refactor the 'clojure' package. For example, removing the need to
keep 2 lists in sync and factors code into the new 'clojure-utils.scm'.
3. Add 'clojure-build-system' and friends.
4. Add 5 clojure packages to test if everthing works.

Cheers,
Alex

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#33215] [PATCH 00/11] build-system: Add 'clojure-build-system'. Date: Mon, 19 Nov 2018 13:53:10 +0100
I pushed this patchset to master.

Attachment: pgp2SYCLIekJI.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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