Tags: idris-lang/Idris2
Tags
2023 Release Highlights include: * Size-change graphs are now matrices, faithfully implementing [Lee, Jones, And Ben-Amram; 2001] * Elaborator scripts can now access project files, allowing for type-providers and similar * Warnings on conflicting fixity declarations along with `%hide` support for these * Numerous doc and error message enhancements, bug fixes, performance improvements, and much more (see the CHANGELOG for full details).
Disable -Xcheck-hashes, at least for the moment (#1940) * Version increment to 0.5.1 This is to remove the requirement on Chez >9.5 * Disable -Xcheck-hases, at least for the moment If we're going to have this as an option, we need to have a portable way of finding a sha256sum command. At the moment, we might find a command, but different versions accept different options. We should at least allow setting it via an environment variable, and we certainly shouldn't fail if running the command fails. * Update bootstrap code ready for 0.5.1 release