-
- Downloads
Forgot to add two files.
-
Could we please not have lambdaRust master depend on non-master Iris? This is the best way to get into a hell of a mess of various branches depending on each other in inscrutable ways. It also makes it hard e.g. to port lambdaRust to newer versions of Iris - which I am doing right now for the std++ port. CI fails, and there is little I can do because this depends on things that are not even in Iris master.
If you want to use Iris features that are not yet merged, please do so in a feature branch of lambdaRust, and merge it into lambdaRust master only when the Iris things get merged.
-
Well, ok, if you prefer. But I am not sure have more branches will help simplifying the "mess of various branches depending on each other in inscrutable ways".
Right now, for the std++ port, probably the best solution is to rebase the corresponding branch of Iris onto Iris master.
-
But I am not sure have more branches will help simplifying the "mess of various branches depending on each other in inscrutable ways".
Well, it will help for master -- "lambdaRust master always works with some commit from Iris master" is a very desirable invariant, IMHO. For example, it means that updating lambdaRust to use the latest Iris master commit is always "just" a matter of adapting to changes that have since happened in Iris. Considering that lambdaRust exercises many Iris features, that's a very useful thing to do when testing Iris changes. (This applies, e.g., to https://gitlab.mpi-sws.org/FP/iris-coq/merge_requests/39.)
Edited by Ralf Jung -
All right, could you do the rebase please? I am having trouble here because I have a version of Iris with the prelude installed alongside stdpp, and somehow weird things are happening. Actually, I will have more fun later when I want to test the "options file" approach properly, i.e., loading the Iris options file from lambdaRust... I guess I'll just go back to an old lambdaRust locally and not pull until things have settled... so never mind the rebase.
Edited by Ralf Jung