Javier Ron Arteaga
Javier Ron Arteaga
Hello, @zen93 I believe the easiest way to get the pipeline working is building the JAR yourself: `mvn clean package -DskipTests -f src/repairnator-pipeline/`, don't forget to install the `repairnator-core` module...
In the Eclipse-Jenkins [docs](https://wiki.eclipse.org/Jenkins#I_want_to_build_a_custom_Docker_image_.28with_docker_build.29.2C_but_it_does_not_work._What_should_I_do.3F) they state that: _You cannot currently build images on the cluster (i.e. docker build does not work). We plan to address this shortcoming shortly._
Related: This patch created today with SequencerRepair is not really readable ``` --- a/src/main/java/symbolic_examples/symbolic_example_3/NopolExample.java +++ b/src/main/java/symbolic_examples/symbolic_example_3/NopolExample.java @@ -8,7 +8,7 @@ public boolean isOddNumber(int a){ int tmp = (a-1)%2; - if...
[game.ci](https://game.ci/docs) Continuous Integration tools for game development. Build and test Unity projects.
@monperrus @Sofi1410 Credentials used in the test class seem to be fine. The problem is that the calls from [inside the tested class](https://github.com/eclipse/repairnator/blob/7c6a52f5ddf56072a3202416e33aca1c61003c12/src/repairnator-realtime/src/main/java/fr/inria/spirals/repairnator/realtime/utils/PatchFilter.java#L251) don't use the GitHub client library and...
Javier Ron, [Scaling the Simulation Core of Modifiable Virtual Environments with Serverless Computing](https://kth.diva-portal.org/smash/record.jsf?pid=diva2:1613786) (2021)
Hi @starius Thanks for the response. I mean, we could have two sets: one set for literals, which are checked against using the trie solution; and another set for actual...