|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Announcing the Windows and ARM notification groups" |
| 4 | +author: Niko Matsakis |
| 5 | +description: "Announcing the Windows and ARM notification groups" |
| 6 | +team: the compiler team <https://www.rust-lang.org/governance/teams/compiler> |
| 7 | +--- |
| 8 | + |
| 9 | +We are forming two new groups in the compiler team: |
| 10 | + |
| 11 | +* A Windows group, for helping us to diagnose and resolve Windows-related issues. |
| 12 | +* An ARM group, for helping us to resolve issues specific to the ARM architectures |
| 13 | + |
| 14 | +Each of these groups are "notification groups", which means that anyone can add their own name to the list -- if you do, you'll receive pings when Windows- or ARM-related bugs arise. |
| 15 | + |
| 16 | +Each group also has an associated Zulip stream ([`#t-compiler/windows`], [`#t-compiler/arm`]) where people can go to pose questions and discuss topics specific to that target. |
| 17 | + |
| 18 | +To get a better idea for what the groups will do, here are some examples of the kinds of questions where we would have reached out to the Windows group for advice in determining the best course of action: |
| 19 | + |
| 20 | +* Should we remove the legacy InnoSetup GUI installer? [#72569] |
| 21 | +* What names should we use for static libraries on Windows? [#29520] |
| 22 | + |
| 23 | +So, if you are interested in participating, please sign up for the Windows or aarch64 groups! To do so, you open a PR against the [rust-lang/team] repository. Just follow these examples (but change the username to your own): |
| 24 | + |
| 25 | +* [Windows example] |
| 26 | +* [ARM example] |
| 27 | + |
| 28 | +[rust-lang/team]: https://github.com/rust-lang/team |
| 29 | +[Windows example]: https://github.com/rust-lang/team/pull/348 |
| 30 | +[ARM example]: https://github.com/rust-lang/team/pull/358 |
| 31 | +[#72569]: https://github.com/rust-lang/rust/pull/72569 |
| 32 | +[#29520]: https://github.com/rust-lang/rust/pull/29520 |
| 33 | +[`t-compiler/windows`]: https://rust-lang.zulipchat.com/#narrow/stream/242869-t-compiler.2Fwindows |
| 34 | +[`t-compiler/arm`]: https://rust-lang.zulipchat.com/#narrow/stream/242906-t-compiler.2Farm |
0 commit comments