Renato Athaydes

Results 270 comments of Renato Athaydes

I was able to compile the code in Nim using this header file (I called it `cosmocc.h`): ```c #ifndef __stdinp #define __stdinp stdin #endif #ifndef __stderrp #define __stderrp stderr #endif...

Well, just telling me where the function is that determines this already helps :) I will see if I can patch this to look at the end of the file...

I did some research... the zip file format is just problematic... I don't blame emacs for doing the "simple" thing. See https://stackoverflow.com/questions/8593904/how-to-find-the-position-of-central-directory-in-a-zip-file

Sidenote: I think the name of the project should be `atom-language-kotlin` or just `language-kotlin` given the name of other existing modules for languages: https://www.npmjs.com/search?q=atom+language

Yes, that should work... if not, can you try the `SpockConfig.groovy` file as shown [here](https://github.com/renatoathaydes/spock-reports#using-spockconfiggroovy)?

Notice that this property is only used to include the source code in the reports: ```properties # Set the root location of the Spock test source code (only used if...

So, tests are executed but no reports are generated?

spock-reports is called by Spock for each test that runs, there's no way to exclude tests from reports.

The Quicklisp page says it's MIT. https://quickdocs.org/colorize?tab=systems

It's declared in the ASD file: https://github.com/kingcons/colorize/blob/master/colorize.asd#L14