From b24ff35be9f8bf76939b2e6e26a620c16e23d867 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Sat, 12 Sep 2020 16:09:08 -0500 Subject: [PATCH 1/5] Add Error Handling Project Group Announcement post --- ...20-09-12-error-handling-wg-announcement.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 posts/2020-09-12-error-handling-wg-announcement.md diff --git a/posts/2020-09-12-error-handling-wg-announcement.md b/posts/2020-09-12-error-handling-wg-announcement.md new file mode 100644 index 000000000..9e9892372 --- /dev/null +++ b/posts/2020-09-12-error-handling-wg-announcement.md @@ -0,0 +1,22 @@ +# Announcing the Error Handling Project Group + +Today we are announcing the formation of a new project group under +the libs team, focused on error handling! + +Some of the goals this project group will be working on include: + +1. Defining and codifying common error handling terminology. +2. Generating consensus on current error handling best practices. +3. Identifying pain points that exist in Rust’s error handling story. +4. Communicating current error handling best practices. +5. Consolidating the Rust error handling ecosystem. + +This new project group is being shepherded by Jane Lusby +([@yaahc](https://github.com/yaahc)), Andrew Gallant +([@BurntSushi](https://github.com/burntsushi)), and Sean Chen +([@seanchen1991](https://github.com/seanchen1991)). + +Anyone interested in helping out with the above goals is invited to +come say hi in the group’s Zulip stream `#t-libs/project-error-handling`. +Feel free to also check out the group’s GitHub repository at +[https://github.com/rust-lang/project-error-handling](https://github.com/rust-lang/project-error-handling). From 17c63a94d40db81f5cfb8d1610cd720f9ddd79b3 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Sat, 12 Sep 2020 16:31:30 -0500 Subject: [PATCH 2/5] Fix formatting --- posts/2020-09-12-error-handling-wg-announcement.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/posts/2020-09-12-error-handling-wg-announcement.md b/posts/2020-09-12-error-handling-wg-announcement.md index 9e9892372..f99d54f48 100644 --- a/posts/2020-09-12-error-handling-wg-announcement.md +++ b/posts/2020-09-12-error-handling-wg-announcement.md @@ -1,4 +1,10 @@ -# Announcing the Error Handling Project Group +--- +layout: post +title: "Announcing the Error Handling Project Group" +author: Sean Chen +description: "Announcing the Error Handling Project Group" +team: the library team +--- Today we are announcing the formation of a new project group under the libs team, focused on error handling! From 6eecf15cab6023451380b62038be4f710b752778 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Mon, 14 Sep 2020 09:10:55 -0500 Subject: [PATCH 3/5] Move post to inside_rust directory --- .../2020-09-12-error-handling-wg-announcement.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/{ => inside-rust}/2020-09-12-error-handling-wg-announcement.md (100%) diff --git a/posts/2020-09-12-error-handling-wg-announcement.md b/posts/inside-rust/2020-09-12-error-handling-wg-announcement.md similarity index 100% rename from posts/2020-09-12-error-handling-wg-announcement.md rename to posts/inside-rust/2020-09-12-error-handling-wg-announcement.md From bc43915beffebd4a6e82b6ef335e9a5927e05904 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Mon, 14 Sep 2020 09:13:14 -0500 Subject: [PATCH 4/5] Update date of post --- ...nouncement.md => 2020-09-14-error-handling-wg-announcement.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename posts/inside-rust/{2020-09-12-error-handling-wg-announcement.md => 2020-09-14-error-handling-wg-announcement.md} (100%) diff --git a/posts/inside-rust/2020-09-12-error-handling-wg-announcement.md b/posts/inside-rust/2020-09-14-error-handling-wg-announcement.md similarity index 100% rename from posts/inside-rust/2020-09-12-error-handling-wg-announcement.md rename to posts/inside-rust/2020-09-14-error-handling-wg-announcement.md From 8b22d3884ddc637390dfd01e3c0500fe059c3084 Mon Sep 17 00:00:00 2001 From: Sean Chen Date: Fri, 18 Sep 2020 11:24:30 -0500 Subject: [PATCH 5/5] Update date and links in error handling post --- ...020-09-18-error-handling-wg-announcement.md} | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) rename posts/inside-rust/{2020-09-14-error-handling-wg-announcement.md => 2020-09-18-error-handling-wg-announcement.md} (59%) diff --git a/posts/inside-rust/2020-09-14-error-handling-wg-announcement.md b/posts/inside-rust/2020-09-18-error-handling-wg-announcement.md similarity index 59% rename from posts/inside-rust/2020-09-14-error-handling-wg-announcement.md rename to posts/inside-rust/2020-09-18-error-handling-wg-announcement.md index f99d54f48..21b0697a3 100644 --- a/posts/inside-rust/2020-09-14-error-handling-wg-announcement.md +++ b/posts/inside-rust/2020-09-18-error-handling-wg-announcement.md @@ -18,11 +18,16 @@ Some of the goals this project group will be working on include: 5. Consolidating the Rust error handling ecosystem. This new project group is being shepherded by Jane Lusby -([@yaahc](https://github.com/yaahc)), Andrew Gallant -([@BurntSushi](https://github.com/burntsushi)), and Sean Chen -([@seanchen1991](https://github.com/seanchen1991)). +([@yaahc](https://github.com/yaahc)) and Sean Chen +([@seanchen1991](https://github.com/seanchen1991)), with Andrew +Gallant ([@BurntSushi](https://github.com/burntsushi)) acting in +an advisory capacity and Ashley Mannix +([@KodrAus](https://github.com/KodrAus)) acting as the library team +liaison. Anyone interested in helping out with the above goals is invited to -come say hi in the group’s Zulip stream `#t-libs/project-error-handling`. -Feel free to also check out the group’s GitHub repository at -[https://github.com/rust-lang/project-error-handling](https://github.com/rust-lang/project-error-handling). +come say hi in the group’s [Zulip stream]. Feel free to also check +out the group’s [GitHub repository]. + +[Zulip stream]: https://rust-lang.zulipchat.com/#narrow/stream/257204-project-error-handling +[GitHub repository]: https://github.com/rust-lang/project-error-handling