Robert Li

Results 5 issues of Robert Li

I configed the grc.conf to the standard config file but when I run grc go test . -v this line pops up. How can I solve this?

**Issue Description** I encountered this issue when attempting to run the CARLA simulator with Lingua Franca following [this instruction](https://github.com/jackyk02/playground-lingua-franca/tree/main/examples/Python/src/CARLA). When compiling `carla_sync.lf` which references `include/carla_client.py`, `carla_client.py` within the `include` folder...

bug

### Checklist - [X] 1. If the issue you raised is not a feature but a question, please raise a discussion at https://github.com/sgl-project/sglang/discussions/new/choose Otherwise, it will be closed. - [X]...

good first issue
feature

The `lf.source_directory()` cannot be accessed in federated execution. Example program: ``` target Python { coordination: decentralized } reactor Server{ reaction (startup){= print("LF source directory", lf.source_directory()) =} } federated reactor {...

bug
python

Currently Lingua Franca syntax allows passing target variable as STP: ``` reaction() {= ... =} STP({=FOREVER=}) {= ... =} ``` The above code is currently accepted by `lfc` as valid...

enhancement