Marckvdv

Results 3 issues of Marckvdv

Currently, Storm has some memory leaks. This issue tracks memory leaks and aims to fix them. I will update it accordingly. Once all leaks are fixed (or at least those...

In `Text.Parsec.Language` the definition for the `javaStyle` is: ```hs javaStyle :: LanguageDef st javaStyle = emptyDef { commentStart = "/*" , commentEnd = "*/" , commentLine = "//" , nestedComments...

Some tests depend on functions that may work differently on different machines. One of these functions is: `Texture2d::empty` and other functions like this one which don't specify a specific pixel...

T-bug