lean4-htt/tests
Markus Himmel 5bfbe2a875
refactor: incorporate UTF8 material from String.Extra into String.Basic (#10634)
This PR defines `ByteArray.validateUTF8`, uses it to show that
`ByteArray.IsValidUtf8` is decidable and redefines `String.fromUTF8` and
friends to use it.

The functions `String.validateUTF8` and `String.utf8DecodeChar?` are
deprecated in favor of the identically named functions in the
`ByteArray` namespace.
2025-10-01 11:33:29 +00:00
..
bench test: improve language server test coverage (#10574) 2025-09-30 11:15:03 +00:00
compiler chore: remove >6 month old deprecations (#10446) 2025-09-22 12:47:11 +00:00
elabissues
ir
lean refactor: incorporate UTF8 material from String.Extra into String.Basic (#10634) 2025-10-01 11:33:29 +00:00
pkg fix: allow meta decls in #eval (#10545) 2025-09-26 15:10:33 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain