Skip to content

Constructing metadata in Linux? #109

@martin-kolarik

Description

@martin-kolarik

I have difficulties with using metadata in Linux. The code is working in Windows, look at debug output:
Index: Some(File { path: "index.html", contents: "<808 bytes>", metadata: Some(Metadata { accessed: 1740785934s, created: 1708250695s, modified: 1740751164s }) }) Metadata: Some(Metadata { accessed: 1740785934s, created: 1708250695s, modified: 1740751164s })

The same source built and run in Linux gives the following:
Index: Some(File { path: "index.html", contents: "<808 bytes>", metadata: None })

Feature flag metadate is present, files are included and present in the binary, but metadata do not.

Would you have a tip, what might be the reason?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions