Tassilo Tanneberger
Tassilo Tanneberger
# Bug ``` timer clock(1sec, 0.5sec); ``` throws the following error: ```BankToMultiport-gcc-wrapper> --> ../../../nix/store/qn4vkn6400yi019h2c6agnlhnhyp96qy-source/test/Cpp/src/multiport/BankToMultiport.lf:5:23 BankToMultiport-gcc-wrapper> | BankToMultiport-gcc-wrapper> 4 | output out:unsigned; BankToMultiport-gcc-wrapper> 5 | timer clock(1sec, 0.5 sec); BankToMultiport-gcc-wrapper> |...
# Multiport Optimization Ports contained inside a multiport are now smart and will help the multiport to keep track of all the present ports. This changes will increase performance for...
###### Description of changes Updating websocketpp because is broken with the current version of asio which is in nixpkgs. ###### Things done - Built on platform(s) - [x] x86_64-linux -...
## How to I tried mvn2nix (`master`) on [this](https://github.com/lf-lang/lingua-franca/blob/master/pom.xml) pom.xml file and got the the following stack trace (next section). I used the following command: ``` $ mvn2nix --repositories https://repo.maven.apache.org/maven2...
## Introduction This PR introduces compatibility for RTR version 2 and handling of ASPA RTR PDUs as specified in [draft-ietf-sidrops-8210bis-11, section 5.12](https://datatracker.ietf.org/doc/html/draft-ietf-sidrops-8210bis-11#name-aspa-pdu) and adds AS_PATH verification according to [draft-ietf-sidrops-aspa-verification-16, section...
# About This pull requests add functionality, so the port graph can be first optimized before instantiating. * Graph Expansion with Path Merging * Dead Edge Elimination by looking at...
During my endeavors to build lingo, I encountered that cmake doesn't like mixing old and new `target_link_libraries` statements. See: https://stackoverflow.com/questions/59522267/cmake-rejects-a-second-target-link-libraries-talking-about-keyword-vs-plain ``` target_link_libraries(my_prog PRIVATE foo bar) target_link_libraries(my_prog baz) ```
This is the issue tracker for the mutations work inside reactor-cpp. ## Issues & User Stories - [ ] 1.) Setting up truly heterogeneous topology - [ ] 1.1.) Individually...
To-dos for a 1.0.0 release. - [x] Post thread creation hook #313 #310 @Brias - [x] Breaking API changes for more consistency inside the interface @Brias - [x] The ROA...