Michael
Michael
Due to the variadic nature of `ADD` and `MUL`, formal parameter assignment might be an issue since the args are not named `IN1, IN2, ...` but rather are passed as...
Since I'm a sucker for segfaults, I've briefly looked into this. The symbols seem to be all there (checked nm, objdump and gdb), so I started commenting out POUs until...
I think changing the error message for missing compare functions would also be quite helpful for the user, to make clear that they are expected to implement these themselves/provide their...
> I created a new issue for this, the problem is because of our change with diagnostics. These issues will eventually be configurable so that we could ignore them. But...
When trying to compile this to IR, llvm gives the following error: ```llvm error: invalid forward reference to function 'mainProg' with wrong type: expected 'void (%mainProg*)*' but was 'void (%mainProg*,...
In a similar vein, declaring a custom string type, e.g. ``` VAR_CONFIG main.foo.bar AT %IX1.0 : STRING[100]; END_VAR ``` currently leads to a panic in `index::visitor::visit_global_var_block`, `src/index/visitor.rs:313:50` due to the...
Since parsing arrays is no longer an issue, I'm closing this issue. Custom string type panic tracked in #1331
I ran a stacktrace on this and it looks like this happens during optimization - the code compiles when passing ´-Onone´. The segfault happens regardless of compiling with or without...
The random data display should be fixed as soon as https://github.com/PLC-lang/rusty/pull/1472 is merged
@corbanvilla @ghaith I'm closing this issue since it seems like this feature has been added with #1314. Please reopen if there is still work to do.