Uh oh!
There was an error while loading. Please reload this page.
espidf: fix stat - #94609
Conversation
rust-highfive
commented
Mar 4, 2022
(rust-highfive has picked a reviewer for you, use r? to override) |
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
bors
commented
Mar 4, 2022
☔ The latest upstream changes (presumably #94612) made this pull request unmergeable. Please resolve the merge conflicts. |
Mark-Simulacrum
commented
Mar 11, 2022
@rustbot author Please mark as waiting on review (e.g., with |
79e743a to
e68b44dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
e68b44d to
4f6b3a6Compareivmarkov
commented
Apr 11, 2022
LGTM - I didn't notice that |
MabezDev
commented
Apr 11, 2022
@rustbot ready |
gyscos
commented
Apr 13, 2022
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 ( |
ivmarkov
commented
Apr 13, 2022
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. |
Mark-Simulacrum
commented
Apr 16, 2022
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+ |
bors
commented
Apr 16, 2022
📌 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.
Dylan-DPC
commented
Apr 16, 2022
4f6b3a6 to
943a417Compare
This comment has been minimized.
This comment has been minimized.
8bb723e to
13a25d6Compare
This comment has been minimized.
This comment has been minimized.
13a25d6 to
71e22d3Compare
This comment has been minimized.
This comment has been minimized.
* corect type usage with new type definitions in libc
71e22d3 to
3569d43CompareMabezDev
commented
Apr 19, 2022
So, @rustbot ready |
Mark-Simulacrum
commented
Apr 24, 2022
@bors r+ rollup=iffy |
bors
commented
Apr 24, 2022
📌 Commit 3569d43 has been approved by |
bors
commented
Apr 24, 2022
bors
commented
Apr 24, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Apr 24, 2022
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.