From liang.ting.chen.tw at gmail.com Sun Sep 10 16:32:52 2023 From: liang.ting.chen.tw at gmail.com (Liang-Ting Chen) Date: Sun, 10 Sep 2023 22:32:52 +0800 Subject: [Agda-dev] Takeover of Agda mode for VS Code? In-Reply-To: References: Message-ID: Hi, I realised that there are other repositories (currently maintained by Ting-Gian Lua) on which the VS code extension depend, so transferring the repository for the extension alone won?t work. Lua?s availability is limited now as he is in the industry, but he will participate the next AIM. I hope we can get the takeover done during AIM and we can discuss what else should be implemented, such as more LSP features (currently broken, if I am not mistaken). Some changes need to be made in Agda?s codebase, though. [ A working VS Code extension is very handy at least for teaching, as I don?t know any student using Emacs regularly. Hope we can keep this extension maintained and even enhanced. ] Dr Liang-Ting Chen Institute of Information Science Academia Sinica, Taiwan https://l-tchen.github.io On Tue, Jul 25, 2023 at 21:20, Liang-Ting Chen wrote: > Dear Jesper, > > Yes. Managing issues seems fine to me (when I am not busy with paper > writing). > > As I am not so familiar with Reason and TypeScript, it will be nice to > have someone fluent in these language to review PRs carefully. > > Best wishes, > Liang-Ting > > On Tue, Jul 25, 2023 at 20:46, Jesper Cockx > wrote: > >> Dear Liang-Ting, >> >> >> Thank you very much for taking initiative on this! I think it would be >> best to open up this discussion to include the other developers into this >> discussion, so I'm forwarding this to the agda-dev mailing list. >> >> >> Personally, I think it would be great to have agda-vscode under the Agda >> organization, though it would also be good to have someone not already in >> the core developer team take primary responsibility for managing issues and >> reviewing PRs. Is that something that you'd be willing to do yourself? >> >> >> Best regards, >> >> Jesper >> >> >> >> ------------------------------ >> *From:* Liang-Ting Chen >> *Sent:* Tuesday, July 25, 2023 10:25:27 AM >> *To:* Jesper Cockx >> *Cc:* ??? >> *Subject:* Takeover of Agda mode for VS Code? >> >> Hi Jesper, >> >> I hope this message finds you well. I have recently been in discussion >> with Ting-Gian Lua (a.k.a. banacorn on GitHub, cc'ed) regarding his VS Code >> extension for Agda (https://github.com/banacorn/agda-mode-vscode). He is >> happy to transfer ownership of the extension to the Agda community. Now, >> the question is if the Agda dev team wants to take it over and how we >> should transfer. >> >> As of now, there are no official ways for transferring ownership but two >> viable options: >> >> Option 1 is to continue using Ting-Gian LUA as the publisher of the >> extension. >> Option 2 is to deprecate the current extension and republish it under the >> publisher name "agda". >> >> Regardless of the option we choose, once the CI integration is done, only >> the "personal access token" will need occasional updating so that the >> extension can be published directly from the GitHub repository. >> >> Do you think the Agda team has enough workforce to take it over? I have >> some time to look after his extension this summer. >> >> Looking forward to your input. >> >> Cheers, >> Liang-Ting >> >> -- >> Dr Liang-Ting Chen >> Institute of Information Science >> Academia Sinica, Taiwan >> >> https://l-tchen.github.io >> > -- > Dr Liang-Ting Chen > Institute of Information Science > Academia Sinica, Taiwan > > https://l-tchen.github.io > -------------- next part -------------- An HTML attachment was scrubbed... URL: From andreas.abel at ifi.lmu.de Thu Sep 14 08:40:36 2023 From: andreas.abel at ifi.lmu.de (Andreas Abel) Date: Thu, 14 Sep 2023 08:40:36 +0200 Subject: [Agda-dev] [ANNOUNCE] Agda 2.6.4 release candidate 2 In-Reply-To: References: Message-ID: Dear all, The Agda Team is very pleased to announce the second release candidate of Agda 2.6.4. A big thank-you to everyone who gave us feedback on the first release candidate! Changes in RC2 over RC1 are summarized at: https://github.com/agda/agda/pull/6849 # Highlights of Agda 2.6.4 * Cubical Agda now displays boundary conditions in interactive mode (PR [#6529](https://github.com/agda/agda/pull/6529)). * An inconsistency in the treatment of large indices has been fixed (Issue [#6654](https://github.com/agda/agda/issues/6654)). * Unfolding of definitions can now be fine-controlled via `opaque` definitions. * Additions to the sort system: `LevelUniv` and `Prop?`. * New flag `--erasure` with several improvements to erasure (declared run-time irrelevance). * New reflection primitives for meta-programming. # GHC supported versions Agda 2.6.3 RC2 has been tested with GHC 9.6.2, 9.4.6, 9.2.8, 9.0.2, 8.10.7, 8.8.4 and 8.6.5 on Linux, macOS and Windows. # Installation Agda 2.6.3 RC2 can be installed using cabal-install or stack: * Getting the release candidate $ cabal get https://hackage.haskell.org/package/Agda-2.6.3.20230914/candidate/Agda-2.6.3.20230914.tar.gz $ cd Agda-2.6.3.20230914 * Using cabal-install $ cabal install * Using stack $ stack --stack-yaml stack-a.b.c.yaml install replacing `a.b.c` with your version of GHC. # Standard library You can use standard library v1.7.2 or the `master` branch of the standard library with Agda 2.6.4 RC2. This branch is available at https://github.com/agda/agda-stdlib/ # Fixed issues https://hackage.haskell.org/package/Agda-2.6.3.20230914/candidate/changelog Enjoy Agda 2.6.4 RC2 and please test as much as possible. Report problems and regressions to: https://github.com/agda/agda/issues -- Andreas, on behalf of the Agda Team From abela at chalmers.se Sat Sep 30 18:25:16 2023 From: abela at chalmers.se (Andreas Abel) Date: Sat, 30 Sep 2023 18:25:16 +0200 Subject: [Agda-dev] [ANNOUNCE] Agda 2.6.4 release candidate 3 In-Reply-To: References: Message-ID: <3dca5e7a-9d7a-4ff7-8ea7-5d6ca5c2ed3a@chalmers.se> Dear all, The Agda Team is very pleased to announce the third release candidate of Agda 2.6.4. Thanks to everyone who gave us feedback on the previous release candidates! Changes in RC3 over RC2 are summarized at: https://github.com/agda/agda/pull/6893 # Highlights of Agda 2.6.4 * Cubical Agda now displays boundary conditions in interactive mode (PR [#6529](https://github.com/agda/agda/pull/6529)). * An inconsistency in the treatment of large indices has been fixed (Issue [#6654](https://github.com/agda/agda/issues/6654)). * Unfolding of definitions can now be fine-controlled via `opaque` definitions. * Additions to the sort system: `LevelUniv` and `Prop?`. * New flag `--erasure` with several improvements to erasure (declared run-time irrelevance). * New reflection primitives for meta-programming. # GHC supported versions Agda 2.6.4 RC2 has been tested with GHC 9.6.2, 9.4.7, 9.2.8, 9.0.2, 8.10.7, 8.8.4 and 8.6.5 on Linux, macOS and Windows. # Installation Agda 2.6.4 RC2 can be installed using cabal-install or stack: 1. Getting the release candidate $ cabal get https://hackage.haskell.org/package/Agda-2.6.3.20230930/candidate/Agda-2.6.3.20230930.tar.gz $ cd Agda-2.6.3.20230930 2. a. Using cabal-install $ cabal install -f +optimise-heavily -f +enable-cluster-counting 2. b. Using stack $ stack --stack-yaml stack-a.b.c.yaml install --flag Agda:optimise-heavily --flag Agda:enable-cluster-counting replacing `a.b.c` with your version of GHC. The flags mean: - optimise-heavily: Turn on extra optimisation for a faster Agda. Takes large resources during compilation of Agda. - enable-cluster-counting: Enable unicode clusters for alignment in the LaTeX backend. Requires the ICU lib to be installed and known to pkg-config. These flags can be dropped from the install if causing trouble. # Standard library You can use standard library v1.7.2 or the `master` branch of the standard library with Agda 2.6.4 RC3. This branch is available at https://github.com/agda/agda-stdlib/ # Fixed issues over Agda 2.6.3 https://hackage.haskell.org/package/Agda-2.6.3.20230930/candidate/changelog Enjoy Agda 2.6.4 RC3 and please test as much as possible. Report problems and regressions to: https://github.com/agda/agda/issues -- Andreas, on behalf of the Agda Team _______________________________________________ Agda mailing list Agda at lists.chalmers.se https://lists.chalmers.se/mailman/listinfo/agda -- 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/