Peter Donovan
Peter Donovan
This issue is much appreciated. I reproduced the problem and looked at the stack trace in `gdb` with `#line` directives disabled. The segfault results from the fact that `turlando_midi_to_analog_self[src_runtime]->_lf__reaction_0.triggers[1]` is...
The tracing tests are failing on Windows for both Python and C with ERROR_ACCESS_DENIED, which seems to just be the same as a segmentation fault, and I cannot reproduce the...
The only suggestion I have ever put forward to fix this was to bundle the dependencies of the reactor-ts runtime into it. Everything that it would need would be stuffed...
By "superficial bugs," I mean things like using Bash commands in the scripts in `package.json`, not misbehaving JavaScript code. It seems like `microtime`, which we depend on, might be doing...
The following compiles and works fine for me. If we allow non-private methods, then we may as well use them. [Christian commented a few years ago](https://github.com/lf-lang/lingua-franca/issues/32#issuecomment-553810979) that > While I...
Sorry for missing @cmnrd's comment. Since I don't know the full motivation behind this change, it is difficult for me to comment on whether it is necessary. It can cause...
Sorry for the late response... > Are you suggesting that we replace the line that says type.toOriginalText() with CodeMap.fromGeneratedCode(type).generatedCode? If you could make a concrete code suggestion in the Files...
> NOTE: Adopting these changes will give @petervdonovan some extra work due to the changes it will require in the VS Code extension. The same probably holds for the IntelliJ...
> To accommodate for this, there is a [_LF_GARBAGE_COLLECTED](https://github.com/lf-lang/reactor-c/blob/0a197940fae3194145eae136e1726d6a26c27b57/core/reactor.h#L401) compile definition in the C runtime. I was not aware of that. Tomorrow I will try to confirm that that is...
For the record, you were right @Soroosh129 -- I revised the description of this issue accordingly. Thank you!