GNU bug report logs - #38959
Adding Coq 8.10.1 for Int63.Ring63 and Coq-Bignums

Previous Next

Package: guix;

Reported by: Brett Gilio <brettg <at> gnu.org>

Date: Sun, 5 Jan 2020 23:05:02 UTC

Severity: normal

Done: Brett Gilio <brettg <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 38959 in the body.
You can then email your comments to 38959 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#38959; Package guix. (Sun, 05 Jan 2020 23:05:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> gnu.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 05 Jan 2020 23:05:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> gnu.org>
To: bug-guix <at> gnu.org
Cc: julien <at> lepiller.eu, bandali <at> gnu.org
Subject: Adding Coq 8.10.1 for Int63.Ring63 and Coq-Bignums
Date: Sun, 05 Jan 2020 17:04:16 -0600
Hey all, and particularly the FM-Guix working group. I'd like to get Coq
8.10.1 into Guix as it provides support for the new Int63.Ring63 theory
number library. This would be immensely helpful in getting the
coq-bignums package up-to-date with some neat new tactics. I know that
the CoqIDE package now has an explicit dependency on lablgtk3 from
OCaml. Both Coq 8.10.1 and lablgtk3 exist on Julien's (cc) channel, but
I want to run the idea by Julien and others before possibly integrating
a new Coq into our repository.

We should be extra cautious when doing
this, as there is quite possibly some Coq packages that /do not/ run
against coqtop from a newer Coq version. So we very well may have to
make the newer Coq along side an existing version.

That's all, let me know what you think.

-- 
Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<brettg <at> gnu.org> <brettg <at> posteo.net>




Information forwarded to bug-guix <at> gnu.org:
bug#38959; Package guix. (Sun, 05 Jan 2020 23:20:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Brett Gilio <brettg <at> gnu.org>,bug-guix <at> gnu.org
Cc: bandali <at> gnu.org
Subject: Re: Adding Coq 8.10.1 for Int63.Ring63 and Coq-Bignums
Date: Sun, 05 Jan 2020 18:19:10 -0500
Le 5 janvier 2020 18:04:16 GMT-05:00, Brett Gilio <brettg <at> gnu.org> a écrit :
>Hey all, and particularly the FM-Guix working group. I'd like to get
>Coq
>8.10.1 into Guix as it provides support for the new Int63.Ring63 theory
>number library. This would be immensely helpful in getting the
>coq-bignums package up-to-date with some neat new tactics. I know that
>the CoqIDE package now has an explicit dependency on lablgtk3 from
>OCaml. Both Coq 8.10.1 and lablgtk3 exist on Julien's (cc) channel, but
>I want to run the idea by Julien and others before possibly integrating
>a new Coq into our repository.
>
>We should be extra cautious when doing
>this, as there is quite possibly some Coq packages that /do not/ run
>against coqtop from a newer Coq version. So we very well may have to
>make the newer Coq along side an existing version.
>
>That's all, let me know what you think.

We don't have too many coq packages, so when updating coq I've always built them all and checked they were ok. I think coq 8.10 was released for enough time for upstream to update their code base. We should give it a try. I can work on this tomorrow and report my findings if you like. Or you could take care of it if you prefer :)

I'd prefer to have only one version of coq in guix, but if we need two of them, so be it. Let's make sure we duplicate other coq packages in that case.




Information forwarded to bug-guix <at> gnu.org:
bug#38959; Package guix. (Mon, 06 Jan 2020 03:18:02 GMT) Full text and rfc822 format available.

Message #11 received at 38959 <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: bandali <at> gnu.org, 38959 <at> debbugs.gnu.org
Subject: Re: bug#38959: Adding Coq 8.10.1 for Int63.Ring63 and Coq-Bignums
Date: Sun, 05 Jan 2020 21:17:10 -0600
Julien Lepiller <julien <at> lepiller.eu> writes:

> Le 5 janvier 2020 18:04:16 GMT-05:00, Brett Gilio <brettg <at> gnu.org> a écrit :
>>Hey all, and particularly the FM-Guix working group. I'd like to get
>>Coq
>>8.10.1 into Guix as it provides support for the new Int63.Ring63 theory
>>number library. This would be immensely helpful in getting the
>>coq-bignums package up-to-date with some neat new tactics. I know that
>>the CoqIDE package now has an explicit dependency on lablgtk3 from
>>OCaml. Both Coq 8.10.1 and lablgtk3 exist on Julien's (cc) channel, but
>>I want to run the idea by Julien and others before possibly integrating
>>a new Coq into our repository.
>>
>>We should be extra cautious when doing
>>this, as there is quite possibly some Coq packages that /do not/ run
>>against coqtop from a newer Coq version. So we very well may have to
>>make the newer Coq along side an existing version.
>>
>>That's all, let me know what you think.
>
> We don't have too many coq packages, so when updating coq I've always
> built them all and checked they were ok. I think coq 8.10 was released
> for enough time for upstream to update their code base. We should give
> it a try. I can work on this tomorrow and report my findings if you
> like. Or you could take care of it if you prefer :)
>
> I'd prefer to have only one version of coq in guix, but if we need two of them, so be it. Let's make sure we duplicate other coq packages in that case.
>

I should have some time tonight. I will give it a shot and open a patch
series, and report back the bug number here. :)

-- 
Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<brettg <at> gnu.org> <brettg <at> posteo.net>




Reply sent to Brett Gilio <brettg <at> gnu.org>:
You have taken responsibility. (Mon, 06 Jan 2020 08:40:02 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> gnu.org>:
bug acknowledged by developer. (Mon, 06 Jan 2020 08:40:02 GMT) Full text and rfc822 format available.

Message #16 received at 38959-done <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> gnu.org>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 38959-done <at> debbugs.gnu.org, bandali <at> gnu.org
Subject: Re: bug#38959: Adding Coq 8.10.1 for Int63.Ring63 and Coq-Bignums
Date: Mon, 06 Jan 2020 02:39:44 -0600
Brett Gilio <brettg <at> gnu.org> writes:

> Julien Lepiller <julien <at> lepiller.eu> writes:
>
>> Le 5 janvier 2020 18:04:16 GMT-05:00, Brett Gilio <brettg <at> gnu.org> a écrit :
>>>Hey all, and particularly the FM-Guix working group. I'd like to get
>>>Coq
>>>8.10.1 into Guix as it provides support for the new Int63.Ring63 theory
>>>number library. This would be immensely helpful in getting the
>>>coq-bignums package up-to-date with some neat new tactics. I know that
>>>the CoqIDE package now has an explicit dependency on lablgtk3 from
>>>OCaml. Both Coq 8.10.1 and lablgtk3 exist on Julien's (cc) channel, but
>>>I want to run the idea by Julien and others before possibly integrating
>>>a new Coq into our repository.
>>>
>>>We should be extra cautious when doing
>>>this, as there is quite possibly some Coq packages that /do not/ run
>>>against coqtop from a newer Coq version. So we very well may have to
>>>make the newer Coq along side an existing version.
>>>
>>>That's all, let me know what you think.
>>
>> We don't have too many coq packages, so when updating coq I've always
>> built them all and checked they were ok. I think coq 8.10 was released
>> for enough time for upstream to update their code base. We should give
>> it a try. I can work on this tomorrow and report my findings if you
>> like. Or you could take care of it if you prefer :)
>>
>> I'd prefer to have only one version of coq in guix, but if we need two of them, so be it. Let's make sure we duplicate other coq packages in that case.
>>
>
> I should have some time tonight. I will give it a shot and open a patch
> series, and report back the bug number here. :)

Moving conversation to bugs.gnu.org/38965. Closing.

-- 
Brett M. Gilio
GNU Guix, Contributor | GNU Project, Webmaster
[DFC0 C7F7 9EE6 0CA7 AE55 5E19 6722 43C4 A03F 0EEE]
<brettg <at> gnu.org> <brettg <at> posteo.net>




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 03 Feb 2020 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 188 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.