unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Philip McGrath <philip@philipmcgrath.com>
To: 59322@debbugs.gnu.org
Cc: Liliana Marie Prikler <liliana.prikler@ist.tugraz.at>,
	Philip McGrath <philip@philipmcgrath.com>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: [bug#59322] [PATCH v2 0/4] gnu: racket: Update to 8.7.
Date: Thu, 17 Nov 2022 19:45:29 -0500	[thread overview]
Message-ID: <cover.1668730588.git.philip@philipmcgrath.com> (raw)
In-Reply-To: <6e91dc3c98d28fb4332a1b0109b23088b76b69f6.camel@ist.tugraz.at> <cover.1668634501.git.philip@philipmcgrath.com> <4572a52575c06039b7fc91672e18bc1aebe951eb.1668634501.git.philip@philipmcgrath.com>

Hi,

Here's a v2 reflecting your comments.

On Thursday, November 17, 2022 2:30:22 AM EST Liliana Marie Prikler wrote:
> Am Mittwoch, dem 16.11.2022 um 16:39 -0500 schrieb Philip McGrath:
> > * gnu/local.mk (dist_patch_DATA): Update accordingly.
> 
> This update seems non-complete – where the other backports previously
> missing from our dist_patch_DATA?
>

Yes: they were in dist_patch_DATA in the first series I sent
at <https://issues.guix.gnu.org/57050>, but it looks like I must have missed
them while rebasing and splitting the patches. At any rate, commit
9647296ce618fbc79026534c3fafb1a538612697 doesn't change gnu/local.mk at all,
despite what its commit log says.

I've explained briefly in the new commit message.

> > * gnu/packages/racket.scm (%racket-origin)[patches]: Likewise.
> > (%racket-version): Update to 8.7.
> > (racket)[inputs]: Add 'scheme-doc' source package from '%racket-
> > origin'.
> > (racket)[inputs]<compatibility, db, deinprogramm, draw, drracket,
> > eopl,
> > errortrace, gui, htdp, mzscheme, parser-tools, pict, plai, plot,
> > r6rs,
> > redex, scribble, slideshow, snip, typed-racket, srfi, string-
> 
> > constants>:
> Use proper ChangeLog formatting, i.e. <compatibility,... drracket>
> <eopl, errortrace, ...plot>
> ...
> Pardon the potential off-by-one error due to the added quote columns.
>

I hope I've now done this in the style you want. The style at linebreaks
doesn't seem to have been entirely consistent among Guix commits.

> > Update checksums.
> > * gnu/packages/chez.scm (target-chez-arch): Support riscv64-linux-
> > gnu.
> > (%chez-features-table): Likewise.
> > (chez-scheme-for-racket): Update to 9.5.9.8.
> > [arguments]: Enable tests.
> > [description]: Update.
> > (chez-scheme-for-racket-bootstrap-bootfiles)[arguments]: Update path
> > to
> > 'rktboot'.
> 
> I suggest splitting this into two or three commits, where
> (1. Update Chez scheme)
> 2. Update Racket with all the patches and checksums.
> 3. Update feature tables.
> 
> IIRC 1 and 2 share the definition of Racket origin, so it might not be
> possible to split them, but it is definitely not necessary to enable
> further arches that hitherto didn't work "in one go".

I have split out the riscv64 support as you suggested.

 -Philip


Philip McGrath (4):
  gnu: racket: Update to 8.7.
  gnu: chez-scheme-for-racket: Support riscv64.
  gnu: racket-vm-cs: Avoid duplicate work.
  etc: teams: Add chez.scm to Racket team's scope.

 etc/teams.scm.in                              |   3 +-
 gnu/local.mk                                  |   2 +-
 gnu/packages/chez.scm                         |  21 +-
 .../racket-backport-8.6-cross-install.patch   | 126 ----
 .../racket-backport-8.6-docindex-write.patch  |  36 --
 .../patches/racket-backport-8.6-hurd.patch    | 609 ------------------
 .../patches/racket-backport-8.6-zuo.patch     | 481 --------------
 .../racket-backport-8.7-pkg-strip.patch       |  90 +++
 gnu/packages/racket.scm                       |  60 +-
 9 files changed, 130 insertions(+), 1298 deletions(-)
 delete mode 100644 gnu/packages/patches/racket-backport-8.6-cross-install.patch
 delete mode 100644 gnu/packages/patches/racket-backport-8.6-docindex-write.patch
 delete mode 100644 gnu/packages/patches/racket-backport-8.6-hurd.patch
 delete mode 100644 gnu/packages/patches/racket-backport-8.6-zuo.patch
 create mode 100644 gnu/packages/patches/racket-backport-8.7-pkg-strip.patch


base-commit: 83c9e00ffbd41776c003f6992e9d613a5434fff9
-- 
2.38.0





  parent reply	other threads:[~2022-11-18  0:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-16 21:36 [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Philip McGrath
2022-11-16 21:39 ` [bug#59322] [PATCH 1/2] " Philip McGrath
2022-11-17  7:30   ` Liliana Marie Prikler
2022-11-18  0:45   ` Philip McGrath [this message]
2022-11-18  0:45     ` [bug#59322] [PATCH v2 1/4] " Philip McGrath
2022-11-18  0:45     ` [bug#59322] [PATCH v2 2/4] gnu: chez-scheme-for-racket: Support riscv64 Philip McGrath
2022-11-18  0:45     ` [bug#59322] [PATCH v2 3/4] gnu: racket-vm-cs: Avoid duplicate work Philip McGrath
2022-11-18  0:45     ` [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope Philip McGrath
2022-11-18  7:01       ` Liliana Marie Prikler
2022-11-18  8:26         ` zimoun
2022-11-18 19:23           ` Liliana Marie Prikler
2022-11-18 19:33           ` Philip McGrath
2022-11-19  7:54             ` Liliana Marie Prikler
2022-11-19 23:52               ` Philip McGrath
2022-11-20  1:49                 ` Liliana Marie Prikler
2022-11-23 18:44                 ` [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Ludovic Courtès
2022-11-21 16:50               ` [bug#59322] [PATCH v2 4/4] etc: teams: Add chez.scm to Racket team's scope zimoun
2022-12-01 21:08       ` bug#59322: [PATCH 0/2] gnu: racket: Update to 8.7 Ludovic Courtès
2022-11-16 21:39 ` [bug#59322] [PATCH 2/2] gnu: racket-vm-cs: Avoid duplicate work Philip McGrath
2022-12-04 13:25 ` [bug#59322] [PATCH 0/2] gnu: racket: Update to 8.7 Enrico Schwass via Guix-patches via

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=cover.1668730588.git.philip@philipmcgrath.com \
    --to=philip@philipmcgrath.com \
    --cc=59322@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=liliana.prikler@ist.tugraz.at \
    /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).