-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add scancli option to CoLic Backend #27
Comments
Sure @inishchith , thanks !
A possible implementation could add a boolean param The code of the colic backend shouldn't probably changed too much (just adding new categories and related code). What do you think ? |
@valeriocos Thanks for the supporting links and insights on how to go about the task. Thanks :) |
@valeriocos can you share the version of scancode release or the setup that you used in order to run Thanks |
Sorry for the late reply @inishchith In the virtual env used by graal, I installed Then I used the following branch: https://github.com/valeriocos/grimoirelab-graal/tree/test-scancli/graal, and launched the backend in the following way:
Note that you have to modify the method metadata to include the param filtered_classified Tomorrow I can push a better version of the code of my branch. Hope it helps :) |
@valeriocos Thanks for sharing the information.
Please do correct me here if I'm wrong or have missed something out. Thanks |
Sorry @inishchith I made a mistake. It wasn't version 3.0.0, but the checkout at aboutcode-org/scancode-toolkit@8afa686 (as reported here: aboutcode-org/scancode-toolkit#1400 (comment)). The code was then merged in the develop branch (as reported here: aboutcode-org/scancode-toolkit#1400 (comment)). If you clone the repo and use the current develop branch, the backend should work (https://github.com/nexB/scancode-toolkit/tree/develop). Let me know if you have any problem, thanks :) |
@valeriocos Sorry for the delayed response. I tried reproducing the results using your setup information and the
|
No worries @inishchith :) I have uploaded a branch with some improvements in the code, however I confirm what you reported: the errors you posted appear when using the
I'll keep investigating and let you know about the advances |
@valeriocos Thanks for checking the issue out. After the checkout commit, I could reproduce the results 👍 Also I checked out your implementation of |
Great @inishchith !
Yes, this is one of the feature of scancli (check the comment here: aboutcode-org/scancode-toolkit#1400 (comment), and the following one). If you test |
@valeriocos thanks for answering. Sorry for the delayed response. |
No worries @inishchith , I have just open a PR (#28) with some code to use scancli. Feel free to work on that PR or create a new one. |
@valeriocos Sure. Thanks |
@valeriocos I think we can close this. what do you think? |
Sure @inishchith , feel free to close it. |
Adding support of a faster version of scancode (
scancli
) to CoLic Backend.@valeriocos Please let me know if i can work on this.
Thanks
The text was updated successfully, but these errors were encountered: