Open joajfreitas opened 1 month ago
The previous c_gen implementation is known to be buggy.
Currently we are reusing parts of that implementation. Has such we should avoid carrying the bugs forward.
I propose that we write a test harness to be ran on target hardware that ensures that convertions work even in strange edge cases.
Do you agree @ItsNotSoftware
Also, I don't see us running that as part of the fcp-core CI. We could however find a way to test that in a representative way in the CI hardware.
This doesn't exclude doing the test on target hardware too.
The previous c_gen implementation is known to be buggy.
Currently we are reusing parts of that implementation. Has such we should avoid carrying the bugs forward.
I propose that we write a test harness to be ran on target hardware that ensures that convertions work even in strange edge cases.
Do you agree @ItsNotSoftware