-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
espidf: fix stat #94609
espidf: fix stat #94609
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #94612) made this pull request unmergeable. Please resolve the merge conflicts. |
@rustbot author Please mark as waiting on review (e.g., with |
79e743a
to
e68b44d
Compare
e68b44d
to
4f6b3a6
Compare
LGTM - I didn't notice that |
@rustbot ready |
Do we care about the horizon platform (Nintendo 3DS), which recently got similar changes to libc? Or, more generally, do we not want to prevent the definitions of libc ( |
I don't think there are "std" definitions of With all that said, there is actually no notion of a "process" on the ESP-IDF so these APIs are not supposed to be called anyway. They should just be there so that STD compiles on ESP-IDF. |
Hm. I would have expected us to remove the Command APIs entirely for espidf, though historically we have not been extremely consistent on what to do for partially-supported std on various platforms. Anyway, this PR seems ok to me. @bors r+ |
📌 Commit 4f6b3a6 has been approved by |
…ark-Simulacrum espidf: fix stat Marking as draft as currently dependant on [a libc fix](rust-lang/libc#2708) and release.
4f6b3a6
to
943a417
Compare
This comment has been minimized.
This comment has been minimized.
8bb723e
to
13a25d6
Compare
This comment has been minimized.
This comment has been minimized.
13a25d6
to
71e22d3
Compare
This comment has been minimized.
This comment has been minimized.
* corect type usage with new type definitions in libc
71e22d3
to
3569d43
Compare
So, @rustbot ready |
@bors r+ rollup=iffy |
📌 Commit 3569d43 has been approved by |
☀️ Test successful - checks-actions |
Finished benchmarking commit (18f314e): comparison url. Summary:
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
Since rust-lang/rust#94609 has been merged.
Marking as draft as currently dependant on a libc fix and release.