CohenArthur
CohenArthur
@ghaith rebased properly, sorry for the confusion :)
The CI test failure is extremely weird! ``` fatal runtime error: failed to initiate panic, error 5 error: test failed, to rerun pass `-p iec61131std --test string_function_tests` ``` I can't...
thanks @volsa ! it did :D
Rebased and updated the test snapshots
This is due to us trying to dump a configuration without passing an actual program - for some reason, gccrs does not like that, even though it was no problem...
Yeah sorry about that @Taym95 the project isn't really finished yet :) for this, you'll need to look at the `args.rs` file and understand how we structure GCC args vs...
This is a big change, so I believe that it would be better to add it in a separate pull request once the refactor of `GccrsArgs` is complete.
I started work on checking the correct file type for each binary produced, but noticed that `gccrs` and `rustc` have a different behavior when producing binaries #35
I think this is something that should be done on the compiler side of things rather, but I'll see about opening the issues and how we can use it. On...
> I was thinking that gcc probably has it's own machine readable error format, so it may make sense to translate from this format to rustc's format in cargo-gccrs, just...