idris2-pack
idris2-pack copied to clipboard
[ bug ] Pack fails to build custom version of the Idris compiler
In order to speed up building the Idris compiler, pack tries to use an already installed version of Idris instead of bootstrapping the hole thing. This works reasonably well with pack switch latest, but fails, if people edit their pack.toml files manually unless they specifically use --bootstrap as a command line option. See also the discussion in #220 .
I'm sure we can be smarter than that.
That's strange. I set alternative Idris version in local pack.toml files many times, never passed the --bootstrap option and still never ran into this problem. How can this be?
That's strange. I set alternative Idris version in local
pack.tomlfiles many times, never passed the--bootstrapoption and still never ran into this problem. How can this be?
Do you have bootstrap set to true in one of your pack.toml files?
That's strange. I set alternative Idris version in local
pack.tomlfiles many times, never passed the--bootstrapoption and still never ran into this problem. How can this be?Do you have
bootstrapset to true in one of yourpack.tomlfiles?
No, it is set to false in ~/.pack/user/pack.toml and it is not reset in local ones.