File tree 1 file changed +27
-0
lines changed
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Meeting 11 Oct 2018
2
+
3
+ Zulip thread: [ meeting 2018-10-11] (https://rust-lang.zulipchat.com/#narrow/stream/136281-wg-unsafe-code-guidelines/subject/meeting.202018-10-11 ]
4
+
5
+ The main discussion was about how to finish up with the structs+tuples
6
+ PR ([ #31 ] ). We opted to pull out several "unresolved questions" into
7
+ sub-issues and call for a "final comment period" on the PR. This means
8
+ we will merge the PR next meeting, presuming nothing arises.
9
+
10
+ [ #31 ] : https://github.com/rust-rfcs/unsafe-code-guidelines/pull/31
11
+
12
+ We also reviewed the assignments for writing summaries of other
13
+ issues, which hasn't really happened yet. It seems like it'd be good
14
+ to get some "fresh blood" to take a look. For reference, here are a
15
+ list of other issues. For all of them, there is at least some
16
+ tentative consensus on certain issues, and so it would be great to
17
+ have people volunteer to write up a PR (similar to [ #31 ] ) that
18
+ documents what is known and pulls out important unresolved questions.
19
+ You can kind the list of issues by searching for [ the writeup-needed
20
+ label] ( https://github.com/rust-rfcs/unsafe-code-guidelines/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+label%3A%22active+discussion+topic%22+label%3Awriteup-needed ) :
21
+
22
+ - References and raw pointers (#16 )
23
+ - Fn pointers (#14 )
24
+ - Unions (#13 )
25
+ - Enums (#10 )
26
+ - Integers and floating points (#9 )
27
+
You can’t perform that action at this time.
0 commit comments