|
| 1 | +# Libs Meeting 2021-01-27 |
| 2 | + |
| 3 | +###### tags: `Libs Meetings` `Minutes` |
| 4 | + |
| 5 | +**Attendees**: sfackler, dtolnay, Amanieu, JoshTriplett, KodrAus, Mara |
| 6 | + |
| 7 | +## Agenda |
| 8 | + |
| 9 | +- [Open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg) |
| 10 | +- Libs-impl update |
| 11 | +- Triage |
| 12 | +- Anything else? |
| 13 | + |
| 14 | +## Triage |
| 15 | + |
| 16 | +### FCPs |
| 17 | + |
| 18 | +11 open T-libs FCPs: |
| 19 | +<details><summary><a href="https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AT-libs+label%3Aproposed-final-comment-period">3 <code>rust-lang/rfcs</code> FCPs</a></summary> |
| 20 | + |
| 21 | + - [[close 2944](https://github.com/rust-lang/rfcs/issues/2944#issuecomment-714795934)] *RFC: add the Freeze trait to libcore/libstd* - (2 checkboxes left) |
| 22 | + - [[close 2708](https://github.com/rust-lang/rfcs/issues/2708#issuecomment-724941427)] *Generic Pointer to Field* - (2 checkboxes left) |
| 23 | + - [[merge 2996](https://github.com/rust-lang/rfcs/issues/2996#issuecomment-747664240)] *adds async stream rfc* - (4 checkboxes left) |
| 24 | +</details> |
| 25 | +<details><summary><a href="https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-libs+label%3Aproposed-final-comment-period">8 <code>rust-lang/rust</code> FCPs</a></summary> |
| 26 | + |
| 27 | + - [[merge 80962](https://github.com/rust-lang/rust/issues/80962#issuecomment-761024599)] *Stabilize remaining integer methods as \`const fn\`* - (2 checkboxes left) |
| 28 | + - [[close 80595](https://github.com/rust-lang/rust/issues/80595#issuecomment-753374897)] *\`impl PartialEq<Punct> for char\`; symmetry for #78636* - (3 checkboxes left) |
| 29 | + - [[merge 80841](https://github.com/rust-lang/rust/issues/80841#issuecomment-757339261)] *Add \`OsStr::display\` as a counterpart to \`Path::display\`* - (3 checkboxes left) |
| 30 | + - [[merge 81356](https://github.com/rust-lang/rust/issues/81356#issuecomment-766435475)] *libtest: allow multiple filters* - (3 checkboxes left) |
| 31 | + - [[merge 78880](https://github.com/rust-lang/rust/issues/78880#issuecomment-759882257)] *Add \`NotSupported\` to \`std::io::ErrorKind\`* - (3 checkboxes left) |
| 32 | + - [[merge 81050](https://github.com/rust-lang/rust/issues/81050#issuecomment-765341798)] *Stabilize core::task::ready!* - (4 checkboxes left) |
| 33 | + - [[merge 77704](https://github.com/rust-lang/rust/issues/77704#issuecomment-760056634)] *Implement indexing slices with pairs of core::ops::Bound<usize>* - (3 checkboxes left) |
| 34 | + - [[merge 73831](https://github.com/rust-lang/rust/issues/73831#issuecomment-765977022)] *Tracking Issue for \`partition\_point\`* - (2 checkboxes left) |
| 35 | +</details> |
| 36 | +<p></p> |
| 37 | + |
| 38 | +[Amanieu (2)](https://rfcbot.rs/fcp/Amanieu), [BurntSushi (9)](https://rfcbot.rs/fcp/BurntSushi), [KodrAus (3)](https://rfcbot.rs/fcp/KodrAus), [dtolnay (2)](https://rfcbot.rs/fcp/dtolnay), [m-ou-se (4)](https://rfcbot.rs/fcp/m-ou-se), [sfackler (0)](https://rfcbot.rs/fcp/sfackler), [withoutboats (11)](https://rfcbot.rs/fcp/withoutboats) |
| 39 | + |
| 40 | +### Nominated |
| 41 | + |
| 42 | +- [1 `rust-lang/rfcs` items](https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AT-libs+label%3AI-nominated) |
| 43 | + - [[2979](https://github.com/rust-lang/rfcs/pull/2979)] *\[RFC\]: Libs Team Governance* |
| 44 | +- [7 `rust-lang/rust` items](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-libs+label%3AI-nominated) |
| 45 | + - [[66481](https://github.com/rust-lang/rust/issues/66481)] *Context and Waker might be accidentally \`Sync\`* |
| 46 | + - Ask the relevant WG to handle this. |
| 47 | + - [[72981](https://github.com/rust-lang/rust/pull/72981)] *Stabilize the backtrace feature.* |
| 48 | + - Action item recorded |
| 49 | + - [[74304](https://github.com/rust-lang/rust/pull/74304)] *Stabilize the Wake trait* |
| 50 | + FCP finished. Should be merged? |
| 51 | + - [[79245](https://github.com/rust-lang/rust/pull/79245)] *BTreeMap: remove Ord bound where it will never be needed* |
| 52 | + FCP finished. Should be merged? |
| 53 | + - [[80886](https://github.com/rust-lang/rust/pull/80886)] *Stabilize raw ref macros* |
| 54 | + - Action item recorded |
| 55 | + - [[80962](https://github.com/rust-lang/rust/pull/80962)] *Stabilize remaining integer methods as \`const fn\`* |
| 56 | + - [[81357](https://github.com/rust-lang/rust/issues/81357)] *File implementation on Windows has unsound methods* |
| 57 | + - Either disallow in OpenOptions.custom_flags, or abort after read() on ERROR_IO_INCOMPLETE. |
| 58 | + - Panic when this flag is set with custom_flags, and also abort after seek_read() returns that error code. |
| 59 | + - Action item recorded |
| 60 | + |
| 61 | +### Waiting on team |
| 62 | + |
| 63 | +- [0 `rust-lang/rfcs` items](https://github.com/rust-lang/rfcs/issues?q=is%3Aopen+label%3AT-libs+label%3AS-waiting-on-team) |
| 64 | +- [5 `rust-lang/rust` items](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-libs+label%3AS-waiting-on-team) |
| 65 | + - [[71780](https://github.com/rust-lang/rust/pull/71780)] *Implement String::remove\_matches* |
| 66 | + - [[76901](https://github.com/rust-lang/rust/pull/76901)] *Implement RFC 2500 Needle API (Part 1)* |
| 67 | + - [[77326](https://github.com/rust-lang/rust/pull/77326)] *Stabilize \`Option::unwrap\_none\` and \`Option::expect\_none\`* |
| 68 | + - [[77728](https://github.com/rust-lang/rust/pull/77728)] *Expose force\_quotes,* |
| 69 | + - [[80572](https://github.com/rust-lang/rust/pull/80572)] *Add a \`Result::ok\_or\_err\` method to extract a \`T\` from \`Result\<T, T\>\`* |
| 70 | + |
| 71 | +### Needs decision |
| 72 | + |
| 73 | +- [14 `rust-lang/rust` items](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AT-libs+label%3AI-needs-decision) |
| 74 | + - [[21319](https://github.com/rust-lang/rust/issues/21319)] *Consider making std::thread::Builder reusable* |
| 75 | + - [[25053](https://github.com/rust-lang/rust/issues/25053)] *UnsafeCell should implement the Copy trait* |
| 76 | + - [[26951](https://github.com/rust-lang/rust/issues/26951)] *Abort on some large allocation requests, Panic on other* |
| 77 | + - [[29494](https://github.com/rust-lang/rust/issues/29494)] *Command does not escape arguments as expected on windows* |
| 78 | + - [[37868](https://github.com/rust-lang/rust/issues/37868)] *std::process::Command's current\_dir behaves differently on Unix and Windows, with respect to relative exe paths* |
| 79 | + - [[39081](https://github.com/rust-lang/rust/issues/39081)] *\`std::env::temp\_dir\` should return env var XDG\_RUNTIME\_DIR under Linux if declared* |
| 80 | + - [[39186](https://github.com/rust-lang/rust/issues/39186)] *Document that std::os::unix::process::CommandExt.uid() triggers setgroups(0,0)* |
| 81 | + - [[42412](https://github.com/rust-lang/rust/issues/42412)] *Incorporate @raphlinus' container cheat sheet into the std::collections module docs* |
| 82 | + - [[42951](https://github.com/rust-lang/rust/issues/42951)] *Spec request. Hasher: is write\_u32 eqivalent to 4 calls of write\_u8?* |
| 83 | + - [[56889](https://github.com/rust-lang/rust/issues/56889)] *Write::write\_all erroring when encountering Ok(0) interacts poorly with the contract of Write::write* |
| 84 | + - [[59878](https://github.com/rust-lang/rust/issues/59878)] *Box\<\[T\]\> should have an IntoIter implementation.* |
| 85 | + - [[60880](https://github.com/rust-lang/rust/issues/60880)] *Should Thumb bugs get increased visibility, e.g. Tier 1 status?* |
| 86 | + - [[62726](https://github.com/rust-lang/rust/issues/62726)] *Tracking issue for io\_slice\_advance* |
| 87 | + - [[79490](https://github.com/rust-lang/rust/issues/79490)] *Whether floating point value Display should adhere to IEEE standard?* |
| 88 | + |
| 89 | +## Actions |
| 90 | + |
| 91 | +- [x] Reply to all issues/PRs discussed in this meeting, or add them to the [open action items](https://hackmd.io/ovrbJj6CRduRgSA0Wzg2zg). |
| 92 | + |
0 commit comments