Ghaith Hachem
Ghaith Hachem
With new `master` branch we are able to build with our code with commenting and without using `--pic` flag. Output binaries are also running successfully. But if we use `--pic`...
Th following example will help reproduce the issue. This probably could be reduced to just the print_string.st file and the program. ------------------------------------------------------------File : main.cpp------------------------------------------------------------ ```cpp #include using namespace std; extern...
So the problem is that SHL is defined only for `ANY_BIT` types in the norm, and the numbers used here are treated as `DINT` This is a bug, since we...
We need to support some kind of comparison possibilities when it comes to arrays. See discussion below For context, making a default struct comparison function is not a trivial task,...
Clap 4.x has new API and is not compatible with clap 3 I'm opening this issue to port to clap 4 at some point.
> > @mhasel I think this is what you fixed in #1072 if i'm not mistaken? @rohanrayan The problem here is we are generating debug information for functions that don't...
Issues missing for CFC to be considered ready for use/testing - [x] #944 - [x] #945 - [x] #946 - [ ] #947 - [x] #887 - [x] #886 -...
Still very WIP
Collecting issues that we should still do on online change: Unwrapping `std::sync::Mutex::into_inner` does not seem very safe to me - but as you said, since this is hidden behind a...
We should add a validation to prevent/warn the user when accessing a hardware variable in the wrong direction i.e Reading an I variable or writing a Q variable _Originally posted...