From abela at chalmers.se Fri Dec 1 20:11:36 2017 From: abela at chalmers.se (Andreas Abel) Date: Fri, 1 Dec 2017 20:11:36 +0100 Subject: [Agda-dev] Problem with std-lib submodule Message-ID: Hi Agda-dev (CC: Matthew) On current stable-2.5 $ make up-to-date-std-lib git submodule update --init std-lib fatal: reference is not a tree: aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 Unable to checkout 'aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6' in submodule path 'std-lib' Makefile:243: recipe for target 'up-to-date-std-lib' failed What am I doing wrong here? Best, Andreas -- Andreas Abel <>< Du bist der geliebte Mensch. Department of Computer Science and Engineering Chalmers and Gothenburg University, Sweden andreas.abel at gu.se http://www.cse.chalmers.se/~abela/ From asr at eafit.edu.co Fri Dec 1 20:24:24 2017 From: asr at eafit.edu.co (=?UTF-8?B?QW5kcsOpcyBTaWNhcmQtUmFtw61yZXo=?=) Date: Fri, 1 Dec 2017 14:24:24 -0500 Subject: [Agda-dev] Problem with std-lib submodule In-Reply-To: References: Message-ID: On 1 December 2017 at 14:11, Andreas Abel wrote: > > On current stable-2.5 > > $ make up-to-date-std-lib > git submodule update --init std-lib > fatal: reference is not a tree: aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 > Unable to checkout 'aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6' in > submodule path 'std-lib' > Makefile:243: recipe for target 'up-to-date-std-lib' failed > I couldn't reproduce the problem. Does $ rm -r std-lib/ $ make up-to-date-std-lib fix the problem? -- 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. From abela at chalmers.se Fri Dec 1 21:38:21 2017 From: abela at chalmers.se (Andreas Abel) Date: Fri, 1 Dec 2017 21:38:21 +0100 Subject: [Agda-dev] Problem with std-lib submodule In-Reply-To: References: Message-ID: <5772c627-2af4-e53c-cbed-aadf06807a3a@chalmers.se> No, same error. Can you git checkout aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 in std-lib/ ? Best, Andreas On 01.12.2017 20:24, Andr?s Sicard-Ram?rez wrote: > On 1 December 2017 at 14:11, Andreas Abel wrote: >> >> On current stable-2.5 >> >> $ make up-to-date-std-lib >> git submodule update --init std-lib >> fatal: reference is not a tree: aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 >> Unable to checkout 'aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6' in >> submodule path 'std-lib' >> Makefile:243: recipe for target 'up-to-date-std-lib' failed >> > > I couldn't reproduce the problem. > > Does > > $ rm -r std-lib/ > $ make up-to-date-std-lib > > fix the problem? > > > -- > 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. > -- Andreas Abel <>< Du bist der geliebte Mensch. Department of Computer Science and Engineering Chalmers and Gothenburg University, Sweden andreas.abel at gu.se http://www.cse.chalmers.se/~abela/ From asr at eafit.edu.co Fri Dec 1 22:47:52 2017 From: asr at eafit.edu.co (=?UTF-8?B?QW5kcsOpcyBTaWNhcmQtUmFtw61yZXo=?=) Date: Fri, 1 Dec 2017 16:47:52 -0500 Subject: [Agda-dev] Problem with std-lib submodule In-Reply-To: <5772c627-2af4-e53c-cbed-aadf06807a3a@chalmers.se> References: <5772c627-2af4-e53c-cbed-aadf06807a3a@chalmers.se> Message-ID: On 1 December 2017 at 15:38, Andreas Abel wrote: > Can you > > git checkout aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 > > in std-lib/ > ? Yes. /std-lib $ git checkout aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 HEAD is now at aaa04c9... Update for new builtin Word64 type /std-lib $ git log commit aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 (HEAD, origin/word) Author: Ulf Norell Date: Wed Nov 22 11:34:26 2017 +0100 Update for new builtin Word64 type commit 2033814d1f118401a37484390fdb5b75b83e6bb4 Author: Andr?s Sicard-Ram?rez Date: Wed Nov 1 11:16:45 2017 -0500 Removed support for GHC 7.8.4. -- 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. From asr at eafit.edu.co Fri Dec 1 23:02:33 2017 From: asr at eafit.edu.co (=?UTF-8?B?QW5kcsOpcyBTaWNhcmQtUmFtw61yZXo=?=) Date: Fri, 1 Dec 2017 17:02:33 -0500 Subject: [Agda-dev] Problem with std-lib submodule In-Reply-To: <5772c627-2af4-e53c-cbed-aadf06807a3a@chalmers.se> References: <5772c627-2af4-e53c-cbed-aadf06807a3a@chalmers.se> Message-ID: I don't known what happen but the std-lib/ directory is *not* pointing to the master branch of the standard library but something else in the following url https://github.com/agda/agda-stdlib/commits/aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 I guess the issue is related to https://github.com/agda/agda-stdlib/pull/182#issuecomment-346704835 Best, On 1 December 2017 at 15:38, Andreas Abel wrote: > No, same error. > > Can you > > git checkout aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 > > in std-lib/ > ? > > Best, > Andreas > > > On 01.12.2017 20:24, Andr?s Sicard-Ram?rez wrote: >> >> On 1 December 2017 at 14:11, Andreas Abel wrote: >>> >>> >>> On current stable-2.5 >>> >>> $ make up-to-date-std-lib >>> git submodule update --init std-lib >>> fatal: reference is not a tree: aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6 >>> Unable to checkout 'aaa04c9a6b7ab787eb30ccc0cd5e1604470a6eb6' in >>> submodule path 'std-lib' >>> Makefile:243: recipe for target 'up-to-date-std-lib' failed >>> >> >> I couldn't reproduce the problem. >> >> Does >> >> $ rm -r std-lib/ >> $ make up-to-date-std-lib >> >> fix the problem? >> >> >> -- >> 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. >> > > -- > Andreas Abel <>< Du bist der geliebte Mensch. > > Department of Computer Science and Engineering > Chalmers and Gothenburg University, Sweden > > andreas.abel at gu.se > http://www.cse.chalmers.se/~abela/ > 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. -- 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.