Skip to content

New dep tracking not working on Windows due to 'unused dep' errors  #1487

Closed
@crt-31

Description

@crt-31

The new dep tracking developed in #1459 is not working on Windows, and is causing erroneous "unused dep" errors.

The issue is that in the patch files the "ArchivePath" variable has a windows path (with backslash '\' instead of '/'). When the DepsTrackingReporter uses this to compare, it fails due to the slashes being different.

Easy fix with a .replace('\\', '/'), but not sure if its best to put change in the DepsTrackingReporter or in each of the patch files.
@liucijus can you advise?

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