Skip to content

Commit 499468c

Browse files
committed
Update minutes
1 parent 08fa663 commit 499468c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

minutes/design-2019-12-09.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# traits design meeting 2019.12.09
2+
3+
## topic
4+
5+
rust-analyzer infinite loop, associated type normalization
6+
7+
[Zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182987877)
8+
9+
## summary
10+
11+
Key points in the discussion:
12+
* [separating *unification* from *type relation*](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182988478)
13+
- [where does this come up](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182988918)
14+
* [how does the infinite loop happen](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182990322)
15+
* [existing PR: don't truncate environment](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182990731)
16+
* [associated type normalization](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E09/near/182991633)
17+

minutes/design-2019-12-16.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# traits design meeting 2019.12.16
2+
3+
## topic
4+
5+
Associated types and normalization
6+
7+
[Zulip thread](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183576530)
8+
9+
## summary
10+
11+
Key points in the discussion:
12+
* [chalk book and what it should cover](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183579289)
13+
* [why are there both `Normalize` and `ProjectionEq`](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183580571)
14+
* [A potential solution to generating the "extra" fallback type](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183581540)
15+
* [What is wrong with the current design](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183582215)
16+
* [design question: should Chalk "guess" about the associated type if there are inference variables](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183582802)
17+
* [Niko has been trying to remove unnormalized types](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183583970)
18+
* [Directions to explore](https://rust-lang.zulipchat.com/#narrow/stream/144729-wg-traits/topic/design.20meeting.202019.2E12.2E16/near/183584430)
19+

0 commit comments

Comments
 (0)