Results 10 comments of Danilo Krahn

Strings in Monkey2 support Unicode and each Character uses 16Bit = 2 Bytes. Your code looks to me like you assume ASCII-Strings? Maybe there should be some more PeekString() functions...

The page at the link does not exist. Error 404. Private repo?

Additionally: All `@return` lines are missing in the output. See for example: std.memory.DataBuffer.PeekShort() -> `@param` is included, `@return` is missing in the output docs.

Monkey2 should recognize the wrong signature, @scurty-labs. The Interface-Method "MyMethod:Bool()" is missing from the Class, so Monkey2 could catch that mistake and throw an error.

seyhajin has updated SDL in monkey2 to version 2.0.9 some days ago: - https://github.com/seyhajin/monkey2 - https://github.com/seyhajin/monkey2/tree/develop/modules/sdl2

I'm using the fix since April 15th 2019 and found no problems. I re-compiled modules several times and had no problems, but modules don't use '=' in path anyway. Monkey2...