From 4d0accdfb9d2078aa4ae23b062c3e1dc6eb27541 Mon Sep 17 00:00:00 2001 From: "Felix S. Klock II" Date: Thu, 16 Jul 2020 12:06:23 -0400 Subject: [PATCH 1/2] Update chat info to reflect decision to close down Discord `#compiler`. --- src/compiler-team.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/compiler-team.md b/src/compiler-team.md index 3f3719f3d..54493a89d 100644 --- a/src/compiler-team.md +++ b/src/compiler-team.md @@ -9,10 +9,12 @@ contributions to rustc and its design. ## Discussion -Currently the compiler team chats in 2 places: +Currently the compiler team chats in Zulip: -- The `t-compiler` stream on [the Zulip instance][zulip] -- The `compiler` channel on the [rust-lang discord](https://discord.gg/rust-lang) +- Team chat occurs in the `t-compiler` stream on [the Zulip instance][zulip] +- There are also a number of other associated Zulip streams, such as [`t-compiler/help`][zulip-help], + where people can ask for help with rustc development, or [`t-compiler/meetings`][zulip-meetings], + where the team holds their weekly triage and steering meetings. ## Expert map @@ -53,6 +55,8 @@ The meeting is held over a "chat medium", currently on [zulip]. [etherpad]: https://public.etherpad-mozilla.org/p/rust-compiler-meeting [procedure]: ./bug-fix-procedure.md [zulip]: https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler +[zulip-help]: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp +[zulip-meetings]: https://rust-lang.zulipchat.com/#narrow/stream/238009-t-compiler.2Fmeetings ## Team membership From 0bc161df1539347d0341dd17233af55976833fe6 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Fri, 17 Jul 2020 12:58:15 +0900 Subject: [PATCH 2/2] Fix --- src/compiler-team.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/compiler-team.md b/src/compiler-team.md index 54493a89d..33ff65af6 100644 --- a/src/compiler-team.md +++ b/src/compiler-team.md @@ -12,8 +12,9 @@ contributions to rustc and its design. Currently the compiler team chats in Zulip: - Team chat occurs in the `t-compiler` stream on [the Zulip instance][zulip] -- There are also a number of other associated Zulip streams, such as [`t-compiler/help`][zulip-help], - where people can ask for help with rustc development, or [`t-compiler/meetings`][zulip-meetings], +- There are also a number of other associated Zulip streams, + such as [`t-compiler/help`][zulip-help], where people can ask for help + with rustc development, or [`t-compiler/meetings`][zulip-meetings], where the team holds their weekly triage and steering meetings. ## Expert map