ike709

Results 119 comments of ike709

Now replace "going to" with "fixin' to" for the true Southern experience

I tested in BYOND with: ``` menu "menu" elem "foo" name = "Show Popup" command = ".winset \"testwindow.is-visible=true\"" category = "Menu" elem "foo" name = "Hide Popup" command = ".winset...

Added context I haven't verified for myself: ![image](https://github.com/OpenDreamProject/OpenDream/assets/5714543/b4b32443-8462-4967-932d-8a664cd0437b)

waka lacking reading comprehension moment

At the very least I kind of want a wiki page where we can expand on unit test-specific functionality like `// COMPILE ERROR`

https://github.com/OpenDreamProject/OpenDream/wiki/Automated-Testing-&-Code-Coverage

Update: It's actually the *type declaration* order, not the `New()` order. Re-arranging `New()`s just happened to also adjust type declaration order.

Need to figure out some issues with scopes.

I'll revisit this later.