mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
4726c32d94
When bootstrapping, we're building things without packages being available, so we can't expect to find them when looking for dependencies. So, we find them another way, with an environment variable. This flag is to tell Idris not to worry about missing dependencies in this situation. We also need to update the bootstrapping code, to deal with the new version number format and new flag in the ipkg files for the libraries. I think it's still safe to build from the previous version though - lets see if CI agrees! |
||
---|---|---|
.. | ||
idris2_app | ||
compile.ss | ||
idris2-boot | ||
idris2-rktboot |