What's Changed
- fix: resolve technical debts (typecheck, generics, cJSON) by @vitorGgC569 in #251
- Exclude Xcode generated debug symbols from gitignore when building Zen C on Mac by @borup3 in #256
- Fix unit test test_asm_arm64 introduced in 15e31d by @borup3 in #259
- fix pointer arithmetic bug in std/queue.zc by @davidscholberg in #261
- Fix issue #260 by @borup3 in #264
- Don't treat trusted import as unknown type when referenced as struct member type by @borup3 in #268
- Avoid failing typecheck on trusted imports by @borup3 in #267
- fix issue #137 by @my-ijet in #279
- Fix issue 280 by @borup3 in #282
- Support selective unit tests instead of always running all tests; fix issue 283 by @borup3 in #284
- Add std/hash.zc to separate concerns and provide a library for hashing functions by @borup3 in #285
- Fix issue 286 - properly instantiate and replace NODE_FOR_RANGE nodes by @borup3 in #287
- Fix @derive not working on opaque structs by @borup3 in #288
New Contributors
Full Changelog: v0.4.2...v0.4.3