Closed VHellendoorn closed 5 years ago
Hi Vincent,
Thanks for the comment, however I believe you might have intended to file this on the daikon repository (https://github.com/codespecs/daikon) and not on this one for the .NET front-end. It sounds like these errors should be fixed, so I encourage you to file this issue there.
--Kellen
You are absolutely right, my bad!
Using one of the provided Docker image (specifically,
Dockerfile-ubuntu-jdk8
) to recompile Daikon (in my case, rebuild the Daikon Jar), I ran into two small issues that may not necessarily be bugs (hence no PR) but may be worth inspecting:-Werror
flag. This causes the program to exit in case of compile warnings; since there are about 47 such warnings (many for seemingly insignificant issues), I had to remove this flag to allow full compilation.I can send a PR fixing either/both of the above, but figured I'd first check if/to what extent these are design decisions