Open monperrus opened 5 years ago
It would be interesting indeed :) Unfortunately, I am not aware/do not have any experience with such tools for C#/DotNet. Probably Roslyn can be used to create such tools.
I would like to contribute on this as I have some experience with C#. I would need some pointers on where to plug the c# repair system into the repairnator.
Hi @apollo2030, welcome!
That would be awesome to make progress on repairnator for C#.
There would be two categories of tasks.
The repair tool:
./your-tool --build 1234
(the number represents a valid Travis CI build number, eg 348887356 for https://api.travis-ci.org/v3/build/348887356)apollo2030/your-tool --build 1234
(with some volume tricks to get the output back in repairnator)Inside Repairnator:
Hi @monperrus, thanks for the reply, I will take some time to get it working. One question - "implement a program repair tool for Java ..." you meant C# ?
of course :) (updated my comment)
C# is a major language in industry. It would be great to have a repair system for repairing C# programs integrated in Repairnator.
Interested people: James Huang
@mallamanis may have inputs.