erling

Results 21 issues of erling

Looking in the repository: http://download.opensuse.org/repositories/home:/eliostvs:/tomate/ there is no path for ubuntu 18.04

To get the Dockerfile to run on a simple HelloWorld I had to change the first part of the generated Dockerfile from ```FROM alpine:latest AS builder WORKDIR /lingua-franca/HelloDocker RUN set...

I think it would be very useful if the C and Python (havent checked the others) supported parsing command line arguments and passing them to the main reactor. The Cpp...

I am using empty Decoupled interfaces which is just a ready/valid signal to synchronize modules. A very simple and convenient feature would be to have a enqueueEmpty and expectDequeueEmpty methods...

Is it possible to turn off the auto-refresh feature? I dont want the GUI to update until I hit Cmd-R after a branch, merge or commit.

This program fails to compile. Seems to be a mistake in the validator-check. It works if `in1` is the trigger of the reaction. ``` target C; reactor X { input...

c
validation
modal models

If I do a clean compile of a federated program ( `lfc -c`) the generated binary from the first federate will be cleaned when this command invokes `lfc` on the...

bug
c
federated

This PR adds preliminary support for scheduling enclaves in the C target. This a new attempt at a simpler AST transformation based on only replacing the connections between enclaves with...

c
feature

The generated CMakeLists.txt should contain a variable pointing to the LF src directory, e.g. `LF_SRC_DIR`. This can be used by any user-written CMake file to include files relative the main...

good first issue
c
cmake

This program: ``` target Cpp reactor R1 { timer t(10 msec) output [2] out: int reaction(t) -> out {= =} } reactor R2{ input in: int reaction(in) {= =} }...

bug
cpp