Skip to content

Commit e1cc0ca

Browse files
authored
Merge pull request #94 from rust-lang/wesleywiser-patch-1
Add notes for triage meeting 2019-05-16
2 parents edbb493 + cb7a938 commit e1cc0ca

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

minutes/triage-meeting/2019-05-16.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# 2019-05-16
2+
3+
## Volunteers wanted
4+
5+
- request for investigation: "Compiler panic with generic-typed nested closures" ([#59494](https://github.com/rust-lang/rust/issues/59494))
6+
7+
- request for investigation: "Exponential compile-time and type_length_limit blowup when nesting closure wrappers" ([#54540](https://github.com/rust-lang/rust/issues/54540))
8+
- eddyb has excellent notes [here](https://github.com/rust-lang/rust/issues/54540#issuecomment-485240110) on the fundamental problem
9+
10+
- request for investigation: "llvm lint: "Undefined behavior: Call argument type mismatches callee parameter type" with mixing debug and release" ([#48310](https://github.com/rust-lang/rust/issues/48310))
11+
- specifically, we need to resolve whether this is in fact an LLVM bug
12+
13+
- request for investigation: "ICE with unsized associated type" ([#60431](https://github.com/rust-lang/rust/issues/60431))
14+
15+
## Backport decisions
16+
17+
- save-analysis: Pull associated type definition using qpath_def" ([#59894](https://github.com/rust-lang/rust/pull/59894))
18+
- Backport accepted
19+
20+
- Use delay_span_bug for error cases when checking AnonConst parent ([#60710](https://github.com/rust-lang/rust/pull/60710))
21+
- Backport accepted
22+
23+
- Use delay_span_bug for "Failed to unify obligation" ([#60644](https://github.com/rust-lang/rust/pull/60644))
24+
- Backport accepted
25+
26+
- Instead of ICEing on incorrect pattern, use delay_span_bug ([#60641](https://github.com/rust-lang/rust/pull/60641))
27+
- Backport accepted
28+
29+
- conditionally modify darwin targets to macosx targets with versions ([#60378](https://github.com/rust-lang/rust/pull/60378))
30+
- Backport declined
31+
32+
- default to $ARCH-apple-macosx10.7.0 LLVM triple for darwin targets ([#60788](https://github.com/rust-lang/rust/pull/60788))
33+
- Backport declined
34+
35+
## Working group sync
36+
37+
- We ran out of time to hear from working groups in this meeting.

0 commit comments

Comments
 (0)