Skip to content

FilesTimes support does not build for ESP-IDF - #100119

Merged
bors merged 1 commit into
rust-lang:masterfrom
ivmarkov:master
Aug 4, 2022
Merged

FilesTimes support does not build for ESP-IDF#100119
bors merged 1 commit into
rust-lang:masterfrom
ivmarkov:master

Conversation

@ivmarkov

Copy link
Copy Markdown
Contributor

Commit 1f5d8d4 broke STD for target_os = "espidf".

In future, we might come up with something more sophisticated (as in using the utime function which is available on the ESP-IDF platform), but for now we are treating ESP-IDF just like Redox in that the new API fails at runtime. Most important for us ATM is to restore successful compilation of STD on our platform.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @joshtriplett

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 3, 2022
Comment threadlibrary/std/src/sys/unix/fs.rs Outdated
@joshtriplett

Copy link
Copy Markdown
Member

@ivmarkov r=me with the suggestion applied.

@rustbotrustbot added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Aug 3, 2022
@rustbot

Copy link
Copy Markdown
Collaborator

Hey! It looks like you've submitted a new PR for the library teams!

If this PR contains changes to any rust-lang/rust public library APIs then please comment with @rustbot label +T-libs-api -T-libs to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant API Change Proposal or create one if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.

Examples of T-libs-api changes:

  • Stabilizing library features
  • Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types
  • Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)
  • Changing public documentation in ways that create new stability guarantees
  • Changing observable runtime behavior of library APIs

@joshtriplett

Copy link
Copy Markdown
Member

@bors r+ rollup

@bors

bors commented Aug 3, 2022

Copy link
Copy Markdown
Collaborator

📌 Commit e86c128 has been approved by joshtriplett

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 3, 2022
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Aug 3, 2022
FilesTimes support does not build for ESP-IDF
Commit rust-lang@1f5d8d4 broke STD for `target_os = "espidf"`.
In future, we might come up with something more sophisticated (as in using the `utime` function which *is* available on the ESP-IDF platform), but for now we are treating ESP-IDF just like `Redox` in that the new API fails at runtime. Most important for us ATM is to restore successful compilation of STD on our platform.
This was referenced Aug 3, 2022
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 4, 2022
…iaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#98877 (Set llvm configs when building lld)
- rust-lang#100068 (Fix backwards-compatibility check for tests with `+whole-archive`)
- rust-lang#100083 (rustdoc: use a more compact encoding for source-files.js)
- rust-lang#100102 (Fix typo)
- rust-lang#100104 (Remove more Clean trait implementations)
- rust-lang#100105 (Add regression test for rust-lang#90871)
- rust-lang#100107 (fix trailing whitespace in error message)
- rust-lang#100111 (Provide suggestion on missing `let` in binding statement)
- rust-lang#100119 (FilesTimes support does not build for ESP-IDF)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit a44532c into rust-lang:masterAug 4, 2022
@rustbotrustbot added this to the 1.64.0 milestone Aug 4, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-libsRelevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@ivmarkov@rust-highfive@joshtriplett@rustbot@bors