wixoa

Results 73 comments of wixoa

> Dupe of #693 ? They are static vars, nothing here is required to be constant.

> Would trimming/ignoring all whitespace after the first non-whitespace character in a line be a valid way to fix this? No. Whitespace has meaning even past the indentation, such as...

I can still reproduce this error with this test case: ``` #define TEST(A) world.log

I'm leaning towards fixing this since the C preprocessor has this same behavior.

This breaks `locate()` for DreamObjects currently. `locate("10")` looks for a DreamObject with ID `10` instead of `0`.

> Isn't this going to permanently leak all strings passed through `\ref`? You may want a different string tree that uses weak references instead, and some sort of cleanup routine....

This regressed in the switch to RobustToolbox.

Fixed in 143007cca440a2c68428c506e8e52660ba2259a1