water111

Results 51 issues of water111

### Current issues that need solving: - the dependencies for GOAL files in `game.gp` are "correct" in that they result in correct builds, but they add a lot of false...

For better error messages on inconsistent/multiple definitions. It would also be good if `deftype` errors could point to the exact line with the error instead of the line with the...

low-priority
compiler

At each instruction, the OpenGOAL debugger should know which variable is in each register and stack slot, its name, and its type.

debugger

Something like `(the-as uint ((-> arg func) foo bar))` is allowed if `func` returns `none`. It will be a garbage value, even if `func` is really a pointer to a...

should check that we have enough space, no overlapping, etc.

jak2-decompiler

There are some cases where a `goto` looks like it could be a `return`. It's not clear what these were in the original code, but there is some really weird...

decompiler
jak2-decompiler

In (method 10 external-art-control)

jak2-decompiler

It seems like there are two cases that fail to detect `case`: First is when the move is eliminated so there is no `let`: ``` (defun psm-page-height ((arg0 gs-psm)) (cond...

decompiler
jak2-decompiler

This issue is to collect ideas for improving the type analysis pass. IMO it's the worst part of the decompiler and errors here cause the decompilation to completely fail rather...

decompiler
jak2-decompiler

It would also be a good opportunity to clean up some code involving the expression stack stuff.

decompiler
jak2-decompiler