Christian Menard
Christian Menard
I agree. A cheap but effective solution would be to just collect all `cmake-include`s specified in all imported lf files and merge the list. This will not work correctly in...
Actually, since the C generator puts all reactors in a single file, merging all the `cmake-include` files is precisely the behavior we want. The resulting C file needs to be...
@edwardalee Could you elaborate why you think there might be problems with extended reactors? As far as I can see, there should be no problems. A class defined in one...
> `==13401==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000010 (pc 0x000109dafe0e bp 0x7ffeea07b710 sp 0x7ffeea07b700 T0) ==13401==The signal is caused by a READ memory access.` That address looks really weird. Looks...
> Assembly (manually truncated): > > ``` > Python`PyDict_New: > 0x100a63255 : pushq %rbp > 0x100a63256 : movq %rsp, %rbp > 0x100a63259 : pushq %r14 > 0x100a6325b : pushq %rbx...
> We have that 0x108f6f263 + 0x261506 != 0x0000000108a927b0. Furthermore, I thought the data segment was supposed to be above the text segment, but the address of `empty_keys_struct` (which is...
In this case it should be helpful to get the verbose output of cmake and compare the executed commands in CI to a local run.
I sometimes forget to connect ports, and most of the time we want all ports to be connected. I think there are some exceptions, and the point that @edwardalee makes...
I follow this argument and agree that it is a viable use-case to have reactors with unused ports, similar to unused parameters in a base implementation of a method. However,...
Maybe @lhstrh can comment? But I am afraid that the only real fix for this is not using xtext...