[Agda] how to reference to a version

Andrés Sicard-Ramírez asr at eafit.edu.co
Wed Dec 7 18:26:00 CET 2016


On 7 December 2016 at 08:28, Sergei Meshveliani <mechvel at botik.ru> wrote:
> Suppose, I refer now to  Agda version 2.5.2-dc9ffae.

I suggest you should wait the next release instead of using the above
*development* version.

>
> How the user finds this version?

  $ git clone https://github.com/agda/agda.git
  $ cd agda
  $ git checkout dc9ffae


> How do I find it after a week?
>

The same as above.


> I see the way (by clicking and copy-paste a command) of how to download
> a) the current Development version
> b) the current Stable version
>

a) and b) are both *development* versions. The "stable version" is not
a released version. You can think in the "stable version" as a
maintenance/next-release version. In GitHub there are two
*development* branches:

* master (this is what you call "Development version")

* stable-2.5 (this is what you call "Stable version")

NB that both branches correspond to development versions.


> But in 2018, the current stable version will not probably be
> 2.5.2-dc9ffae.
> Right?

Right. The "version number" in the stable-2.5 and master branches
change after each new commit.


--
Andrés
La información contenida en este correo electrónico está dirigida únicamente a su destinatario y puede contener información confidencial, material privilegiado o información protegida por derecho de autor. Está prohibida cualquier copia, utilización, indebida retención, modificación, difusión, distribución o reproducción total o parcial. Si usted recibe este mensaje por error, por favor contacte al remitente y elimínelo. La información aquí contenida es responsabilidad exclusiva de su remitente por lo tanto la Universidad EAFIT no se hace responsable de lo que el mensaje contenga. The information contained in this email is addressed to its recipient only and may contain confidential information, privileged material or information protected by copyright. Its prohibited any copy, use, improper retention, modification, dissemination, distribution or total or partial reproduction. If you receive this message by error, please contact the sender and delete it. The information contained herein is the sole responsibility of the sender therefore Universidad EAFIT is not responsible for what the message contains.


More information about the Agda mailing list