Following #3012 (comment), I added a branch agda-master forked from master and cherry-picked the commits that make it build with the master version of Agda
In comparison with experimental, @jamesmckinna 's commit 2f84dcc is missing that did not pick cleanly and is also not required to make the std-lib work with Agda's master.
Also, since agda-master is not tracked by CI I did not pick CI-related commits from experimental (meaning 008f12c which is anyway outdated now).
The branch agda-master could replace experimental.
I did not want to do this now because experimental contains @jamesmckinna work 2f84dcc whose status I do not know.
If someone picks it onto the agda-master branch, I think we could go ahead to replace experimental without losses.
If #3012 lands on master, the agda-master branch should be rebased on master with the #3012-specific commit removed. (I'd certainly volunteer to do this.)
Following #3012 (comment), I added a branch
agda-masterforked frommasterand cherry-picked the commits that make it build with the master version of AgdaIn comparison with
experimental, @jamesmckinna 's commit 2f84dcc is missing that did not pick cleanly and is also not required to make the std-lib work with Agda's master.Also, since
agda-masteris not tracked by CI I did not pick CI-related commits from experimental (meaning 008f12c which is anyway outdated now).The branch
agda-mastercould replaceexperimental.I did not want to do this now because
experimentalcontains @jamesmckinna work 2f84dcc whose status I do not know.If someone picks it onto the
agda-masterbranch, I think we could go ahead to replaceexperimentalwithout losses.If #3012 lands on
master, theagda-masterbranch should be rebased onmasterwith the #3012-specific commit removed. (I'd certainly volunteer to do this.)