coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: Stefan Monnier <monnier AT iro.umontreal.ca>
- To: Michael Soegtrop <msoegtrop AT apple.com>
- Cc: coq-club AT inria.fr
- Subject: Re: [Coq-Club] Software foundation for older versions of coq
- Date: Tue, 22 Dec 2020 09:15:16 -0500
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=monnier AT iro.umontreal.ca; spf=Pass smtp.mailfrom=monnier AT iro.umontreal.ca; spf=None smtp.helo=postmaster AT mailscanner.iro.umontreal.ca
- Ironport-phdr: 9a23:Ces7VRJ+Gtv5emVx6dmcpTZWNBhigK39O0sv0rFitYgfLP3xwZ3uMQTl6Ol3ixeRBMOHsq0C0bKK+Pi5EUU7or+5+EgYd5JNUxJXwe43pCcHRPC/NEvgMfTxZDY7FskRHHVs/nW8LFQHUJ2mPw6arXK99yMdFQviPgRpOOv1BpTSj8Oq3Oyu5pHfeQpFiCe/bL9oMhm6sQrcusYKjYd/N6081gbHrnxUdupM2GhmP0iTnxHy5sex+J5s7SFdsO8/+sBDTKv3Yb02QaRXAzo6PW814tbrtQTYQguU+nQcSGQWnQFWDAXD8Rr3Q43+sir+tup6xSmaIcj7Rq06VDi+86tmTgLjhTwZPDAl7m7Yls1wjLpaoB2/oRx/35XUa5yROPZnY6/RYc8WSW9HU81MVSJOH5m8YpMPAeQfIOhWrIf9qVUMohSwCgajGOzhxyRUhn/vx6A2z/gtHBvb0AEmAtkAsG7UrNLwNKoKTO610LfHzTvZYPNQxDzz74/IchYnofGNQ71wa9faxE4qFwPCiFWQr43lMC2P1ukWsmib9e1gWfiyi24irAFxpCSvxt0yhYbTgoIZ0EzL+j9gzYszONa3R1J1b8S+H5tMqyGVKZF2QsU6Tm9otys0xaALtJG5cSUFyJor2x/SZuGZf4WL4R/uSPqdLzd6iX9kd7+ymQi//VShx+D4Wce5zkpHojdFnNTPuH0A0QHY5MaASvt45Eih2DCP2hjc6uFFPUA0lbfbJIU7zrEskZoTtELOFTL1lkXulKKaa0sp9vay5+j5frnrqYWQO5F0hw3kMqkihtSzDOU8PwQUQmSW+OSx2Kf+8UD3QbhGlP07nrffvZvHP8oUvLS5DBVQ0os76xawETOm0NMAkHkCNl1FeRaHj5P1NF7UJvD4C+mwg062nDdq3fDGOaftAojILnjElrfhYax95FBGxwo319xQ+4hbBqkAIPL1REDxqMTVAgI3PgCq2errFslx24wEVW6RAqKVKqPfvUOQ6uIqOeaMZYsVuDjnK/gi4v7jlXo5mVgbfamv3JsYdmq4E+9nI0WDZnrgmMoBEWINvgo4UOzqkkONXiRXZ3qoQ60z/Ck3CJi6AofbWoCtnLuB0T+nEZ1Rf2BKE0yDEXP1d4qfQPoMcyKTIsp5kjMeT7ShSokh1QuvtADg0bZnIPDUqWUkssfG1dN17uDX3So1+DNoFcOFmzWIVGZ5kX8SQCce1bhnpUE7wVCGh/tWmftdQOdP6v1AVE8fMpjazuFgQ4T3XQTHf9qTYFe8RZO7BDY3Usg8yttIaE8rSIbqtQzKwyf/W+xdrLeMHpFht/uEhyGgdfY48G7P0ewat3djR8JOMWO8gasmp1rSHYmPjkCekbqweK0YmiXEpj7akDi++XpAWQs1ap3rGHASYkyN9Yb870LGVLSnD7IqKE1A08nEN65NbMHzgFxCAvzqaoyHPzCB3lyoDBPN/YuiKZLwcjxNjiTHDw4ZlgcV4WyLPAx4DS7z+28=
> <https://github.com/coq/platform>) - essentially a set of scripts and opam
> patches to install Coq and a set of frequently used libraries and plugins
> for all common OSes. The reason d'être of this project is to make it easy to
> regularly update Coq and Coq libraries. As main driver of this project
> I would be interested to understand what reasons people have to stay with
> 8.9.
There can be lots and lots of reasons why updating is undesirable or
"impossible" (e.g. the machines use a pre-built "disk image" which is
only updated by the admin staff in very limited ways (security bugs
only) between "major updates" which happen only every N years or so;
also those disk images are used by many people, some of whom would be
annoyed having to constantly adapt their code to new incompatible
versions).
Personally, I use the Coq that comes from Debian because that's the most
convenient way for me to install software (and know that it will be
kept up-to-date over the long run without any effort on my part).
Currently it's quite up-to-date, but that's not always the case, and
that's perfectly fine for my needs.
I think rather than make it easy to follow Coq's development
by-the-minute, it'd be more important to make it easy to write code
which works on all the Coq versions released in the last .. 10 years?
Stefan
- Re: [Coq-Club] Software foundation for older versions of coq, (continued)
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, manoury, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benoît Viguier, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/23/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Stefan Monnier, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, manoury, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Clément Pit-Claudel, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/21/2020
- RE: [Coq-Club] Software foundation for older versions of coq, Fernandez, Matthew, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/23/2020
- RE: [Coq-Club] Software foundation for older versions of coq, Fernandez, Matthew, 12/23/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/23/2020
- RE: [Coq-Club] Software foundation for older versions of coq, Fernandez, Matthew, 12/22/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Michael Soegtrop, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Pierre Courtieu, 12/21/2020
- Re: [Coq-Club] Software foundation for older versions of coq, Benjamin Pierce, 12/21/2020
Archive powered by MHonArc 2.6.19+.