mirror of
https://github.com/open-goal/jak-project
synced 2026-07-08 22:45:00 -04:00
[decomp] handle handle->process inside an and (#851)
* fix the loader example * improve compiler error message * fix missing cast issue
This commit is contained in:
@@ -202,4 +202,5 @@
|
||||
- It is now an error to have two arguments with the same name.
|
||||
- It is now a warning to redefine a constant.
|
||||
- Fix a bug where the size of static boxed arrays was only `length` and not `allocated-length`
|
||||
- It is now possible to call a method on a forward declared type. The forward declared type must be a basic.
|
||||
- It is now possible to call a method on a forward declared type. The forward declared type must be a basic.
|
||||
- Using `->` on a plain `pointer` or `inline-array` now generates an error instead of crashing the compiler
|
||||
Reference in New Issue
Block a user