Peter Donovan
Peter Donovan
I used the "debug" version of Python and the volume of warnings emitted by memcheck decreased for some reason. The warnings that remained look like [these warnings that are suppressed...
I just thought I would take the opportunity to share something neat that I found. [This method in ASTUtils](https://github.com/lf-lang/lingua-franca/blob/1ae23fee64ac401d5e72eacccdbde267f09e2ec4/org.lflang/src/org/lflang/ASTUtils.java#L1519) has 88 lines with a cyclomatic complexity of close to 20...
Here is the output of a few formatters that integrate with Spotless. There are several other options, but these are perhaps the most similar to our current style. This is...
Yes, I am also happy with any format we choose and have no strong preference. I would be 100% on board with just adopting `clang-format` for everything with LLVM style,...
> Are there formatters that support separate rule for line width of code and comments? I have had difficulty finding Java formatters that support such separate rules. I have argued...
> The first example indeed looks like a bug in the C code generator. Have you tried this in the C++ target? I tried it in C++ just now and...
Yes, even after #1370 this issue seems to persist.
Incidentally, the I actually do not understand why the LSP tests are failing in this branch. I tried to reproduce the Python validation test failure on my machine but could...
I do not know why the Python tests segfaulted in macOS in the CI run for [64e80ab](https://github.com/lf-lang/lingua-franca/pull/1299/commits/64e80ab8e6153aefaaf175e8ec4a8ddbc4c875df) but not for [81a7cb5](https://github.com/lf-lang/lingua-franca/pull/1299/commits/81a7cb52465b614b0f40aaa81e362b3fe3110e5e). I suspect that both have a memory error, but...
Based on the output (after setting the output to be sent directly to stdout instead of being collected and maybe thrown away), I think that the `Minimal.lf` is not even...