Results 13 issues of Danilo Krahn

modules/httprequest/tests/simple_get.wx on macOS: ``` Wonkey Runtime Error: SIGNAL: Memory access violation GC state=IDLE ```

In the following code the implementation of 'MyMethod:String' in class 'Test' does not match the signature of 'MyMethod:Bool" in the interface 'MyInterface': ```monkey Interface MyInterface Method MyMethod:Bool() End Class Test...

If you use the following MonkeyDoc example, the line with '#Import' is removed from the docs output: ```monkey @example #Import "" @end ``` If you use '\\#' instead, the '\\'...

Fix for the problem with '=' character in filenames/paths.

If there is a '=' char in the path, Mx2cc can't compile. Examples: `./mx2cc_macos makeapp -run /users/name/monkey2/=TESTS=/file.monkey2` `./mx2cc_macos makeapp -run "/users/name/monkey2/=TESTS=/file.monkey2"` Error message: > Mx2cc version 1.1.15 > > *****...

1) macOS only: Added info.plist and Monkey2logo.icns to Ted2go.app, so the icon appears in the macOS dock. Delete bin/ted2_macos.app and run rebuildted2go.sh to apply. 2) Changed all "source common.sh" in...

The documentation in misc.md says: ``` Line breaks in code Lines can currently only be split after ‘[‘, ‘(‘ or ‘,’ tokens. ``` Monkey2 supports line breaks at many more...

Would it be possible to enhance C++ compile time using multithreaded compiles? Some C++ compilers have command-line switches for compiling multithreaded. Especially when compiling all modules for desktop target debug/release,...