Shevek

Results 43 issues of Shevek

Hi, I have written Java code to run within a deployed application and parse metadata published by the gradle-info-plugin and build a support bundle. So: Is there standard code available...

If I have a multi-module project where project B depends on A. I do not test A individually. I test B thoroughly; this tests A by side-effect as a JAR...

I have no idea what this is a reply to, id 1758. ==16227== Thread 2: ==16227== Syscall param read(buf) points to unaddressable byte(s) ==16227== at 0x52A2D2D: ??? (syscall-template.S:82) ==16227== by...

cmdline_afp.c 1094 snprintf(curdir,AFP_MAX_PATH,"%s",total_path); 1095 com_get_file(p->name,1, &amount_written); com_get_file gets the filename, but it reparses it as if it's user input. get_dir() really needs to call a lower level function which doesn't...

1120 static int recursive_get(char \* path) 1121 { 1122 char \* dirc = strdup(path); 1123 char \* base = basename(path); 1124 char \* dir = dirname(dirc); This gives "/" in...

should check for readline/readline.h should check for libncurses

In netbeans/ant, I can write a test case, and press shift-f6 to run it, enabling fast test development. In netbeans/gradle, shift-f6 doesn't work for junit classes. However, from the associated...

We want both the HTML report (for immediate dev) and XML report (for jenkins). Please can this plugin offer xml.enabled and html.enabled, rather than format=xml/html. We can work around this...

They added a "struct" concept? ``` shevek@raven:~/java/qemu-java$ ./gradlew --daemon generate :qemu-qapi:compileGenerateJava UP-TO-DATE :qemu-qapi:processGenerateResources UP-TO-DATE :qemu-qapi:generateClasses UP-TO-DATE :qemu-qapi:generate Download https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.pom Download https://repo1.maven.org/maven2/org/slf4j/slf4j-simple/1.7.12/slf4j-simple-1.7.12.jar Exception in thread "main" java.lang.IllegalArgumentException: Unknown JsonObject {"struct":"NameInfo","data":{"*name":"str"}} at...

I encountered a compile error while compiling libspf2 1.2.10 with gcc 5.2.1 on Linux. The issue is that it does not like C99-style variadic macros that do not expand to...