Skip to content

Commit 7540579

Browse files
authored
Merge pull request #29 from blitzerr/master
Add a link to the playlist of all the video meetings and update meeting notes.
2 parents 3189569 + b7bc3ee commit 7540579

File tree

3 files changed

+21
-13
lines changed

3 files changed

+21
-13
lines changed

working-groups/rfc-2229/NOTES.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

working-groups/rfc-2229/README.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
![working group status: active][status]
33

44
- **Leads:** [@blitzerr][Blitzerr], [@nikomatsakis][Niko]
5-
- **Meeting Notes:** [NOTES]
6-
- **FAQs:** [All](FAQ.md)
5+
- **Meeting Notes:** [NOTES][NOTES]
6+
- **FAQs:** [FAQ](FAQ.md)
77

88
## What is the goal of this working group?
99
This working group aims to accomplish the following:
@@ -26,14 +26,17 @@ group for the working group if you are interested in being pinged when there are
2626
- **Relevant repositories:** [`rust-lang/rust`][repo]
2727
- **Zulip stream:** [`#t-compiler/wg-rfc-2229`][zulip] on Zulip
2828

29+
## Are there any resources to get up to speed?
30+
There are a few videos recorded by [niko][Niko] that give an excellent overview
31+
of how rustc implements closures and a detailed code walk-through. The videos
32+
can be found [here][playlist].
33+
2934
## Can I contribute in ways other than code ?
3035
Definitely, you can. If you would like to have a deep understanding of closures
3136
but don't intend to write any code, help us add a section to the [rustc-guide].
32-
One way to do that will be to watch the videos listed in the [NOTES] and
33-
summarizing them in a new closure section of the rustc-guide.
34-
35-
## Are there any resources so I can get up to speed?
36-
Please look at the meeting [NOTES] for some excellent overview on the topic by [Niko]
37+
One way to do that will be to watch these [videos][playlist] and to summarize
38+
the closure implementation details discussed there in a new closure section of
39+
the rustc-guide.
3740

3841
# Roadmap
3942
The project roadmap can be found [here][roadmap].
@@ -44,6 +47,7 @@ The project roadmap can be found [here][roadmap].
4447
[repo]: https://github.com/rust-lang/rust
4548
[zulip]: https://rust-lang.zulipchat.com/#narrow/stream/189812-t-compiler.2Fwg-rfc-2229
4649
[RFC-2229]: https://github.com/rust-lang/rfcs/blob/master/text/2229-capture-disjoint-fields.md
47-
[NOTES]: [All](NOTES.md)
50+
[NOTES]: minutes/
4851
[status]: https://img.shields.io/badge/status-active-brightgreen.svg?style=for-the-badge
4952
[roadmap]: https://paper.dropbox.com/doc/RFC-2229-Roadmap--AYuUod8hbXrktRttb95fprjHAg-cJKrePDCZR54T5kVbuoQk
53+
[playlist]: https://www.youtube.com/playlist?list=PL85XCvVPmGQh__bxYIxaVifbIOajnrNcQ&disable_polymer=true
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- We chalked out the detailed [roadmap][roadmap] for the working group.
2+
- We also discussed how to addressed the test failures caused by the PRs [this][pr1] and [this][pr2]. The solution for the same can he found under the section *Error Message* [here][solution].
3+
- The recording for the entire meeting can be found [here][video].
4+
5+
[roadmap]: https://paper.dropbox.com/doc/RFC-2229-Roadmap--AYuUod8hbXrktRttb95fprjHAg-cJKrePDCZR54T5kVbuoQk
6+
[pr1]: https://github.com/blitzerr/rust/commit/4a02c5b487dd7cf1973208e32af22397122e67f4
7+
[pr2]: https://github.com/blitzerr/rust/commit/64d0145d19e5eeed73d877186ccf12345ba02f95
8+
[solution]: https://paper.dropbox.com/doc/RFC-2229-Roadmap--AYwi6_4~admWUd2_wspjZx8ZAg-cJKrePDCZR54T5kVbuoQk#:uid=916240896182703889444600&h2=Error-message
9+
[video]: https://www.youtube.com/watch?v=UTXOptVMuIc

0 commit comments

Comments
 (0)