VowpalWabbit / vowpal_wabbit

Vowpal Wabbit is a machine learning system which pushes the frontier of machine learning with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning.
https://vowpalwabbit.org
Other
8.47k stars 1.93k forks source link

LGTM fails in Extraction stage for Java code #1856

Closed jackgerrits closed 5 years ago

jackgerrits commented 5 years ago

LGTM is failing to build Java in the Extraction stage on master. This issue has been around since the move to CMake but since LGTM wasn't reporting status it was unnoticed.

[2019-04-25 19:55:51] [build] Configuration file:
[2019-04-25 19:55:51] [build] queries:
[2019-04-25 19:55:51] [build]   exclude: "cs/useless-assignment-to-local"
[2019-04-25 19:55:51] [build] extraction:
[2019-04-25 19:55:51] [build]   csharp:
[2019-04-25 19:55:51] [build]     index:
[2019-04-25 19:55:51] [build]       buildless: true
[2019-04-25 19:55:52] [build] prepare:
[2019-04-25 19:55:52] [build] index:
[2019-04-25 19:55:52] [build] ERROR: Could not detect a suitable build command for the source checkout.
jackgerrits commented 5 years ago

https://discuss.lgtm.com/t/build-failure-with-a-java-project-on-github/1339/2

marco-rossi29 commented 5 years ago

Thanks for opening this!

lokitoth commented 5 years ago

This seems to have been fixed. @jackgerrits, is there more work here?

jackgerrits commented 5 years ago

It only fails if the Java is modified otherwise LGTM passes knowing no code changed.