QUESTION: Are the tests in C redundant? #104
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Just a quick question, the tests in 'C' look like they are all transpiled from the JS tests. Would it be OK if these were removed if the JavaScript tests were run through Travis instead?
I'm just looking to simplify things as much as possible :-)
I like the c tests for confidence that the transpilation process was correct
On Tue, Aug 11, 2015 at 8:56 AM Colin Eberhardt notifications@github.com
wrote:
You trust that transpilation was a success based on tests that run through the same transpiler? Is that wise?!
Yeah, we absolutely need C and Java tests. It ensures that the C and Java code we transpile is not completely bogus. There's non-transpiled code that needs to be "integration" tested. It caught a lot of bugs.
Thanks @jaredly and @vjeux - if they have a history of catching bugs, they are definitely worth keeping :-)