Skip to content

Checking if a file belongs in --traversal does not account for relative paths. #425

Closed
@teo-tsirpanis

Description

@teo-tsirpanis

Repro (the same I had sent on Discord)

The file tiledb\api\c_api\vfs\vfs_api_external.h has an #include "..\context\context_api_external.h" in it. All header files in the tiledb directory are passed to the tool via --traverse, but the tool sees the path tiledb\api\c_api\vfs\..\context\context_api_external.h, does not resolve the relative path and does not find it in the list, and skips context_api_external.h.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions