Skip to content

Tracking issue for SystemTime accessors from fs::Metadata #31399

Closed
@alexcrichton

Description

@alexcrichton
Member

This is a tracking issue for three functions added in #30865:

  • Metadata::modified
  • Metadata::accessed
  • Metadata::created

Activity

added
T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.
B-unstableBlocker: Implemented in the nightly compiler and unstable.
on Feb 4, 2016
alexcrichton

alexcrichton commented on Feb 4, 2016

@alexcrichton
MemberAuthor

One known FIXME is that resolution of the timestamp is lost on OSX as we convert a timespec to a timeval, converting nanoseconds to microseconds. This probably wants to be fixed at the SystemTime layer which currently uses a timeval representation due to its usage in gettimeofday.

added
beta-nominatedNominated for backporting to the compiler in the beta channel.
and removed
beta-nominatedNominated for backporting to the compiler in the beta channel.
on Apr 15, 2016
alexcrichton

alexcrichton commented on Apr 29, 2016

@alexcrichton
MemberAuthor

🔔 This issue is now entering its cycle-long final comment period for stabilization 🔔

added
final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.
and removed on Apr 29, 2016
alexcrichton

alexcrichton commented on May 17, 2016

@alexcrichton
MemberAuthor

The libs team discussed this at triage yesterday and the decision was to stabilize

16 remaining items

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    B-unstableBlocker: Implemented in the nightly compiler and unstable.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.final-comment-periodIn the final comment period and will be merged soon unless new substantive objections are raised.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @alexcrichton@sfackler

        Issue actions

          Tracking issue for SystemTime accessors from fs::Metadata · Issue #31399 · rust-lang/rust