aiken/crates/aiken-lang
KtorZ 78770d14b7
Emit warning when detecting an hex string interpreted as UTF-8 bytes.
This will probably save people minutes/hours of puzzled debugging. This is only a warning because there may be cases where one do actually want to specify an hex-encoded bytearray. In which case, they can get rid of the warning by using the plain bytearray syntax (i.e. as an array of bytes).
2023-02-19 10:10:42 +01:00
..
src Emit warning when detecting an hex string interpreted as UTF-8 bytes. 2023-02-19 10:10:42 +01:00
Cargo.toml Fix todo/error parser on when clauses. 2023-02-16 00:40:49 +01:00