-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
coala -B --json fails #4881
Comments
Which OS are you running on? Seems for me we haven't adapted some requirement for your platform^^ |
Fedora 26, previously used yum (till 21 iirc), now uses dnf |
Confirmed, I get the same ;) |
CC @shreyans800755 , as it is caused by the |
Yeah, probably, but I cant seem to find where exactly is |
I've created a PR to test this scenario on CI at #4913. Ref https://travis-ci.org/coala/coala/jobs/307175601#L1659 |
I would like to work on this issue. |
Unassigning due to inactivity. |
I would like to fix this. @newbazz are you working on this? |
yes you can take the issue. |
So far while exploring the traceback I have figured out that the issue is caused by |
All that are necessary ;) |
I believe this is causing coala/coala-eclipse#44 (failing test for coala-eclipse plugin) |
What is the correct output for this command? Do you get the list of bears in JSON format or do also get some other information such as this:
|
Good question. |
@Makman2 @anctartica But the behaviour is inconsistent with To keep the consistency, we should only display the names of the bears unless details are asked using other args. However, I think it is outside of the scope of this issue. So, I've created another issue for that at #5156. |
But I think that one is not really a bug, rather an enhancement or "feature". |
If I have to update files in |
Why |
coala -B --json command fails while accessing package_managers attribute. This should be handled in JSONEncoder. Closes coala#4881
coala -B --json command fails while accessing package_managers attribute. This should be handled in JSONEncoder. Closes coala#4881
coala -B --json command fails while accessing package_managers attribute. This should be handled in JSONEncoder. Closes coala#4881
coala -B --json command fails while accessing package_managers attribute. This should be handled in JSONEncoder. Closes coala#4881
Fresh install of
coala
andcoala-bears
master on a new venv:Then I run
coala -B --json
The text was updated successfully, but these errors were encountered: