|
|
|
|
|
by sankha93
1526 days ago
|
|
That is a fair concern. The tool only guarantees correctness up to the level checked by the tests you provide. So if all corner cases are not covered, RbSyn will generate some program that passes the tests, but might not pass unspecified corner cases. I suspect the missing cases will be clear with a manual audit of the synthesized code, and you can add update the synthesized code manually or add requisite tests. |
|
We might just have really different brains but "read the code and figure out everything it doesn't do" is one of the hardest possible tasks for me?