aboutcode-org / aboutcode-org/commoncode

Issue importing a scancode.io JSON results into VirtualCodebase

未关闭
#46 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
4
派生
23
PR 合并指标
30 天内没有已合并 PR

描述

We're encountering the issue where we cannot walk a VirtualCodebase created from a scancode.io scan (prior to v31.0.0). When the scan is loaded into VirtualCodebase, and we call `walk()`, only the virtual_root is returned. This is due to the scancode.io Resource names not containing the extensions. The full filename is required for a VirtualCodebase to work since we keep the filenames of the children of each Resource (https://github.com/nexB/commoncode/blob/main/src/commoncode/resource.py#L671). If the filename isn't the complete filename, then the Resource will never find the child Resource when walking.

For example, in the problematic scan, the two resources at the root have the paths `example.zip` and `example.zip-extract`, but their names are both `example`. When loaded into a VirtualCodebase, the virtual_root has two children, but their names are both `example`, when it should be `example.zip` and `example.zip-extract`. Since `virtual_root/example` does not exist in `resources_by_path` of the VirtualCodebase, then we cannot continue the walk.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。