Ghaith Hachem

Results 71 comments of Ghaith Hachem

Closing in favor of #1319 as I can't update the embecosm branch.

Hello @nturley-copia, Thank you for the PR! It seems that the new validation caused some _buggy_ tests to fail. I'm saying buggy because at first glance, the = should have...

Hello @rohanrayan, we have support for methods in FB now, but AFAIK without modifiers, could be that we just ignore the modifires. The support is however still in its infancy...

We started implementation, so within the next few months. We already have methods and interfaces as mentioned, we want to support polymorphism as a next step. namespaces as defined in...

Hello @zeehans There are 2 things I notice: - You use the `-c` flag but try to link the application, `-c` is compile only, which will skip linking. If you...

could it be that oldnames was removed for win11? Let's try another approach, can you compile with `clang main.o -o main.exe` skipping the lld-link part? this will link with the...

hello @thetooth , because of how a `PROGRAM` is saved in memory, a local variable contained in a `VAR` block is actually global, `timeOut` is accessible as `PLC_PRG.timeOut`. Local/Stack allocated...

Sure, if you submit one we can integrate it and have it push to the github container repository or to docker hub automatically

For the record, we have images ready to build the compiler here: https://github.com/PLC-lang/rust-llvm-images You can use them as base to build the image and then ship a minimal image with...

On the rust side, this might have been the fix: https://github.com/rust-lang/rust/pull/31319