unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Maxime Devos <maximedevos@telenet.be>
To: Reily Siegel <mail@reilysiegel.com>, 53292@debbugs.gnu.org
Subject: [bug#53292] [PATCH] build: clojure-build-system: Support compiling Java sources.
Date: Sun, 16 Jan 2022 11:47:41 +0100	[thread overview]
Message-ID: <b4b3372167ea8f60531a70157df9f41e6077108f.camel@telenet.be> (raw)
In-Reply-To: <87pmosii09.fsf@reilysiegel.com>

[-- Attachment #1: Type: text/plain, Size: 219 bytes --]

Hi,

Reily Siegel schreef op za 15-01-2022 om 20:31 [-0500]:
> +    (when (not (eq? java-files '()))

Maybe use the procedure 'null?' instead?

(when (not (null? java-files))
  [...])

Greetings,
Maxime.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

  reply	other threads:[~2022-01-16 10:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-16  1:31 [bug#53292] [PATCH] build: clojure-build-system: Support compiling Java sources Reily Siegel
2022-01-16 10:47 ` Maxime Devos [this message]
2022-01-18 18:17 ` [bug#53292] [PATCH v2] build: clojure-build-system: Support compiling Java Reily Siegel
2022-01-24  9:19   ` bug#53292: [PATCH] build: clojure-build-system: Support compiling Java sources Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4b3372167ea8f60531a70157df9f41e6077108f.camel@telenet.be \
    --to=maximedevos@telenet.be \
    --cc=53292@debbugs.gnu.org \
    --cc=mail@reilysiegel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).