Open
Description
I get this error message:
Checking Everything (/build/source/Everything.agda).
Checking Algebra (/build/source/src/Algebra.agda).
/build/source/src/Algebra.agda:8,1-44
Unrecognized option: --cubical-compatible
when scope checking the declaration
import Algebra
That's probably because the option was just implemented in 2.6.3. Maybe this is intended, but I find it quite difficult to break backwards compatibility so fast.