Request for merging "lisp-team" branch

  • Done
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Guillaume Le Vaillant
Owner
unassigned
Submitted by
Guillaume Le Vaillant
Severity
normal
G
G
Guillaume Le Vaillant wrote on 30 Sep 15:42 +0200
(address . guix-patches@gnu.org)
87h69xdzqm.fsf@kitej
Hi.
The lisp-team branch updates sbcl to 2.4.9.
Please test if you can.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZvqq0Q8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8fMQD/abj/beelpWBdXVbU1AAeg0MsxGY/CVmO6kY2
SDvC5cEA/i/oPDvm/kHhAvGI0DOxEGkIbxD0KX+wdFTSeyJ5uRiV
=AWe3
-----END PGP SIGNATURE-----

A
A
ashish.is wrote on 31 Oct 10:50 +0100
[PATCH] gnu: sbcl: Update to 2.4.10.
(address . 73567@debbugs.gnu.org)
1bef9ffc11ffb0c657d5bb94b2de5ae5cce3cec1.1730368231.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/lisp.scm (sbcl): Update to 2.4.10.

Change-Id: I9631a0ddd4fe7f6875f0f52ec8b917c229670256
---
Hi,

SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.

Thanks!


gnu/packages/lisp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (25 lines)
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm
index 506cd40326..67d194b440 100644
--- a/gnu/packages/lisp.scm
+++ b/gnu/packages/lisp.scm
@@ -1355,14 +1355,14 @@ (define-public s7
(define-public sbcl
(package
(name "sbcl")
- (version "2.4.9")
+ (version "2.4.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/sbcl/sbcl/" version "/sbcl-"
version "-source.tar.bz2"))
(sha256
- (base32 "1qh56rgwg3np2cr26kgrrsagrnawkcnzb8bw9p33v56nqpmy8w4r"))
+ (base32 "1y72ql8dxwjkwkikyk26w4n38p6apvv2l7440kp3x4fjd5mkksyf"))
(modules '((guix build utils)))
(snippet
'(begin

base-commit: cc34ba5d474b055333ccb5a0c787fac392f83b1a
--
2.47.0
G
G
Guillaume Le Vaillant wrote on 31 Oct 11:14 +0100
(address . ashish.is@lostca.se)(address . 73567@debbugs.gnu.org)
87h68swpdt.fsf@kitej
ashish.is@lostca.se skribis:

Toggle quote (4 lines)
> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
>
> Thanks!

Hi.
I had the same idea, but I haven't pushed the update to the lisp-team
branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
see if everything still works fine, and then I'll rebase the lisp-team
branch.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZyNYfg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/vQAD/efq1EnT/6QGE/ntcokv8xMogB8gmkAMmwiTy
85zY3S0BAIFTm9IMXX4Mb4hVDh4s1HfPiwLWw3JAnC9eBEToat5V
=NGzP
-----END PGP SIGNATURE-----

G
G
Guillaume Le Vaillant wrote on 31 Oct 12:01 +0100
(address . ashish.is@lostca.se)(address . 73567@debbugs.gnu.org)
87cyjgwn6t.fsf@kitej
Guillaume Le Vaillant <glv@posteo.net> skribis:

Toggle quote (12 lines)
> ashish.is@lostca.se skribis:
>
>> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
>>
>> Thanks!
>
> Hi.
> I had the same idea, but I haven't pushed the update to the lisp-team
> branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
> see if everything still works fine, and then I'll rebase the lisp-team
> branch.

SBCL 2.4.10 is now on the lisp-team branch.
However the CI is having some issues right now, so I don't know when it
will start building substitutes.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZyNjmg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j8G0AD/RMoQULs9YTpw98DmKmLJRNCeIePtxYaPkvSG
JEmXW34A/ijXQ2WI9HzkyPUotKVMqXt2VS2TYTVaedWPCJmzfeQd
=nYew
-----END PGP SIGNATURE-----

A
A
Ashish SHUKLA wrote on 31 Oct 14:25 +0100
(name . Guillaume Le Vaillant)(address . glv@posteo.net)(address . 73567@debbugs.gnu.org)
D5A0X7IS22DE.42WOARLXD2Y5@lostca.se
On Thu Oct 31, 2024 at 12:01 PM CET, Guillaume Le Vaillant wrote:
Toggle quote (18 lines)
> Guillaume Le Vaillant <glv@posteo.net> skribis:
>
> > ashish.is@lostca.se skribis:
> >
> >> SBCL 2.4.10 is released not so long ago, since merge window is still open, why not merge the latest version.
> >>
> >> Thanks!
> >
> > Hi.
> > I had the same idea, but I haven't pushed the update to the lisp-team
> > branch yet. I'm currently rebuilding things locally with SBCL 2.4.10 to
> > see if everything still works fine, and then I'll rebase the lisp-team
> > branch.
>
> SBCL 2.4.10 is now on the lisp-team branch.
> However the CI is having some issues right now, so I don't know when it
> will start building substitutes.

Thanks! Looking forward to the update.

--
Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0

"If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin)
-----BEGIN PGP SIGNATURE-----

iQKoBAABCgCSFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAmcjhVhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY2
ODJDRENDMzlEQzBGRUFFMTE2MjBCNkM3NDZDRkE5RTc0RkE0QjAUHGFzaGlzaC5p
c0Bsb3N0Y2Euc2UACgkQx0bPqedPpLAAWA/+KTkJ8k2CP2Wd9JZm9rA+tPXQdAKX
iW5eYjrNxHWbckCHNSgPOCxAIS/wcwNBn2Etjaq1p8KWWgiWNQx7rNBm3y7ypKnW
gYmgtbnIdYJE3Hm/KhBysxQSa/NiEZiF2V/arDeM92Sh6hZ5xTuqrzgCvqUcngGC
22VxXn7ZhiSab9oNQgmvPfqmDlX+jl5VIHfU14LKxqoDHvK0rsiw/bbc2Y7FB8bD
ekOdAdm3YX6ub324B4EfbThGgoLnKlE4JBptFSuQn9gcmu8Vl5ecbcQQCl91oI0V
Lzkwe2BXLNijJKCIbPydrUJ3YBRSAk9iij4bT5D20KMepbQmj7Sdg58/ljNR5ri6
+xCujtXpIjKLrgibrIAn2YZpGGKWwyWZn78/Phey7Ji0JF6yrWPFWA/sbp+XVI0f
+AhomnrKuHpmzeAtr6JyERhj+lutOckyaxpsuiIHuJsLVxVSBfkEfazoWMEdFyNd
cbBxjnxhzut4Q9tM+z9gOMFJOKqEDJIlfhcUoBzxMmpjhm1TJkp5BTEZ/nZPSSC5
7pTnXap8MazqOdVZW2LXyBdNRVCMni2ThUEmQA8JM3JC27R27cs8SlVVfVUv4fXG
WaURGYlZR8hqANUnWZw/VRCDz+yqvxvbSgbVardmH9ZX8i7/c1PgJ7ADo3wP6src
63hOjPw3tZyAUsQ=
=7GgK
-----END PGP SIGNATURE-----


G
G
Guillaume Le Vaillant wrote 2 days ago
Re: Request for merging "lisp-team" branch
(address . 73567-done@debbugs.gnu.org)
87frnkwoee.fsf@kitej
lisp-team branch merged into master at
b6b439c24314580f27e14d62022d5a8b2083f757.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZz9deQ8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j+4bQD8CxQmINpXtYG9bz/gngDrUecNvgcYiM6O/wju
5ZArQxAA/22ANWL9lUpRJRS/dUP30e2nN01oeotYSCrP4h9cHAZp
=EIc7
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73567@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73567
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch