Volker Berlin

Results 78 comments of Volker Berlin

Or you look into the yaml file https://github.com/AssemblyScript/wabt.js/blob/master/.github/workflows/build.yml

The limited features of WebAssembly prevent the implementation of a Garbage Collection like used in Java. For example the inspection of the references that are hold from the stack only.

- Do you have more lines of the stacktrace? With the Gradle command line option `--stacktrace` you get the stacktrace if there is an error. - With which Java compiler...

This is the Kotlin error from #41. 101 is a small "e" and was fixed in https://github.com/i-net-software/JWebAssembly/commit/ad93c2c10be6ce25006c893138b4953ab512b356 `at de.inetsoftware.classparser.Annotations.readElementValue(Annotations.java:91)` The exception is now in line 114. This means you does...

- If you use a local maven repository then use `compilerVersion = '+'`. - jwebassembly-api is the native API replacment and the DOM API - jwebassembly-compiler is the compiler which...

I can reproduce the problem. I will look into.

1. I does not understand how this should work if the compiler fail currently. 2. If you can reduce the problem to the max without extra classes then this can...

The original problem is fixed but there is a problem with `net.sf.jsqlparser.parser.CCJSqlParser.Statement()` and `net.sf.jsqlparser.parser.CCJSqlParser.JsonFunction()`. Where can I find the source code for it? It is not in the library.

> JSQLFormatter uses JSQLParser, which is a (self containing) Java Library: The problem with the JSqlParser project is that I can't find the sources of CCJSqlParser, Only CCJSqlParserUtils. https://github.com/JSQLParser/JSqlParser/tree/master/src/main/java/net/sf/jsqlparser/parser Then...

I have analyze the error and found the cause. It could be the cause of all the problems. At least of several problems. The cause is a SWITCH with calculated/conditional...