mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
* Fixed macro hash_vec(vec): it was checking only 8 bytes * use $sizeof() directly as it is correct now * Added unit test for vector types Tests that hashes match for same values and that they don't match when changing a single bit on any of the vector elements * Changed hardcoded value for the compiler option * Release note --------- Co-authored-by: Christoffer Lerno <christoffer@aegik.com>