ike709

Results 156 issues of ike709

This is extremely low priority but it came up in coderbus. Right now the unimplemented warnings are sufficient IMO. ![image](https://user-images.githubusercontent.com/5714543/147302613-bf23262f-ee25-4464-ba47-fdd321f7d816.png)

Compiler
Runtime

In favor of `TryGetValueAs[type]()`

Runtime

Byond apparently lets you do stuff like `sleep 5` or `sleep value * other_value` etc.

Compiler

There's a few files in NTstation full of indented closing brackets that cause an error. Example: ``` if(!z_offset){ z_offset = world.maxz+1 } ```

Compiler

We should just rely on the path string for everything and add some handy things to cover most usecases like vars to track element count and the last element.

See https://github.com/wixoaGit/OpenDream/issues/34 Currently the compiler just eats the modifications and throws a warning that it's unimplemented.

Compiler
High Priority

Didn't investigate this too much but presumably the session's username isn't being treated as a ckey

Runtime

http://www.byond.com/docs/ref/#/proc/throw Basic try/catch support got added in https://github.com/wixoaGit/OpenDream/issues/227 But we're still missing `throw` and also it'll never actually *catch* exceptions at the moment.

Compiler
Runtime

http://www.byond.com/docs/ref/#/matrix/proc/Interpolate

Runtime

BYOND uses 2**20 iterations

Runtime