Skip to content

Commit 754d3ba

Browse files
committed
adding meeting minutes for march 05
1 parent a40ebee commit 754d3ba

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

working-groups/rfc-2229/NOTES.md

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

working-groups/rfc-2229/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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]: 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)