-
Notifications
You must be signed in to change notification settings - Fork 581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cache: inconsistent result in different runs based on the same coafile. #1750
Comments
Ref coala/coala-bears#1750 Signed-off-by: Ce Gao <ce.gao@outlook.com>
Ref coala/coala-bears#1750 Signed-off-by: Ce Gao <ce.gao@outlook.com>
Hm maybe caching suppresses the output then? Not sure... |
Maybe FYI, |
I tested this on latest master and can't replicate this. Are you on master? |
Sorry, I didn't see your I think for your first issue, relevant info is #898 Maybe you can use a different checkstyle config other than google? No idea about the second weird behaviour. |
I dug deeper into the second bug and it seems like the filename queue is being taken as empty on the second run. Definitely a bug imo^^ |
uh okay they are features :3 caching suppresses the output yes, but the log message that informs this needs to be a higher log level imo i.e. info cc @adtac |
This is a known issue (there's a github issue somewhere). Bears that fail to run are not run again next time. Caching doesn't suppress the output; the bear doesn't even run even though it should. It's a bug in caching :3 |
Feel free to close this bug as duplicate once the other one is found 👍 |
I'm a newcomer, but these might be related:
|
I think it's this one: coala/coala#3950 |
@adtac couldn't reproduce, nor was I able to. I had experienced it a few times but didn't report right away |
re @SanketDG I am not in master, I install the coala from pip. But I could have a try on master soon. |
DetailEnvironmentOS$ # Ubuntu 16.04
$ uname -a
Linux ist 4.4.0-77-generic #98-Ubuntu SMP Wed Apr 26 08:34:02 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux pythonThis is a clean environment created via
coalacoala is installed from pip:
HOWTO reproduce the bug
|
LogEDIT by Makman2: |
@gaocegege please retry from latest master (using |
Is it in the master? Log |
|
Flushing the cache works, since I reproduce the bug when I run If the coafile changes, coala will report those warning messages again :) FYI, it seems that coala -V works well every time.
|
Alright, @adtac caching is yours ;) |
Hi, I have tried to run coala with the .coafile in https://github.com/gaocegege/Processing.R
Then I got an error caused by checkstyle:
I am not sure if it is a feature or a bug. But I think it is common to use 4 spaces in Java code. If coala could support the config painlessly, it will be better :)
The text was updated successfully, but these errors were encountered: