Skip to content

Commit aaf3bdc

Browse files
committed
Meeting notes
1 parent beb507a commit aaf3bdc

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

minutes/meeting notes 2018-06-05.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# June 5th, 2018
2+
3+
## Notes
4+
5+
### triage
6+
7+
* Did you mean to block nightlies on clippy?
8+
- https://github.com/rust-lang/rust/pull/51122
9+
- Worried that this was getting ahead of ourselves with Clippy, but this does not block nightly, just makes Clippy available
10+
- Should use the never-tried functionality in Rustup for preventing an update if a tool is not present
11+
- let's land it!
12+
- Related: https://github.com/kennytm/rustup-toolchain-install-master and https://github.com/rust-lang-nursery/rustup.rs/issues/1429
13+
* Get the latest commit as a toolchain, rather than just nightly.
14+
15+
### move atom plugin (and others) to the nursery?
16+
17+
* Start with Atom since it is most advanced plugin
18+
* Probably do other plugins later too
19+
* VSCode is already there
20+
* editor syntax highlighting is in rust-lang org.
21+
22+
### question about using root of scoped attributes
23+
24+
* https://github.com/rust-lang/rust/issues/44690#issuecomment-392800598
25+
* we'd use clippy::* or something
26+
* doesn't need to block stabilisation
27+
* Manish to comment
28+
29+
### discord/irc/gitter
30+
31+
* let's make some Discord groups
32+
* start to move away from Gitter
33+
* leave irc until the official announcement
34+
35+
36+
### teams and working groups
37+
38+
* 1.26.1 release to fix rls target-dir issue
39+
* lldb has expresson execution, needs testing. Will need to ship our own lldb with rustup
40+
* unicode identifier RFC could affect tools

0 commit comments

Comments
 (0)