Fix on rethrow + macros.

This commit is contained in:
Christoffer Lerno
2023-06-27 13:19:28 +02:00
parent fee80682b1
commit f651a59294
14 changed files with 566 additions and 498 deletions

View File

@@ -131,7 +131,8 @@
- Added `Clock` and `DateTime`.
### Fixes
- Fixes bug initializing a const struct with a const struct value
- Fix to bug when a macro is using rethrow.
- Fixes bug initializing a const struct with a const struct value.
- Fixes bug when `void` is passed to an "any"-vararg.
- Fixed defer/return value ordering in certain cases.
- Fixes to the x64 ABI.