@@ -11,7 +11,7 @@ items = [
11
11
name = " recursive-solver"
12
12
label = " Experiment with a recursive chalk solver"
13
13
items = [
14
- { label = " Write-up the idea that Niko had" , status =" Complete" },
14
+ { label = " Write-up the idea that Niko had" , status =" Complete" , href = " https://gist.github.com/nikomatsakis/bfbdbe588d6fc61ecb09e3b51847fb7c " },
15
15
{ label = " Build prototype and evaluate" , status =" Blocked" },
16
16
]
17
17
@@ -28,8 +28,8 @@ label = "Integrate with rust-analyzer"
28
28
requires = [" impl-trait" ]
29
29
items = [
30
30
{ label = " Ensure that we never need to ask for impls of unknown types" , port = " askfor" , requires = [" syntactic-semantic-equality" ] },
31
- { label = " Deal with performance problems" },
32
- { label = " Deal with memory usage" },
31
+ { label = " Deal with performance problems" , status = " Blocked " },
32
+ { label = " Deal with memory usage" , status = " Blocked " },
33
33
]
34
34
35
35
[[group ]]
@@ -48,10 +48,12 @@ name = "map-chalk-types-to-rustc-types"
48
48
label = " Map chalk types to rustc types"
49
49
items = [
50
50
{ label = " Rename Projection to Alias" , status =" Complete" },
51
- { label = " Make intern methods take &self" , href =" https://github.com/rust-lang-nursery/chalk/issues/328" , status =" Assigned" },
52
- { label = " Make data methods take &self" , status =" Blocked" },
53
- { label = " Align placeholders and ty::Param" },
54
- { label = " Move Identifier to TypeFamily" },
51
+ { label = " Make ty intern method take &self" , href =" https://github.com/rust-lang-nursery/chalk/issues/328" , status =" Complete" },
52
+ { label = " Make ty data methods take &self" , href =" https://github.com/rust-lang/chalk/issues/339" , status =" Assigned" },
53
+ { label = " Make other intern method take &self" , href =" https://github.com/rust-lang-nursery/chalk/issues/340" , status =" Assigned" },
54
+ { label = " Make other data methods take &self" , href =" https://github.com/rust-lang/chalk/issues/341" , status =" Assigned" },
55
+ { label = " Align placeholders and ty::Param" , status =" Blocked" },
56
+ { label = " Move Identifier to TypeFamily" , status =" Complete" },
55
57
{ label = " Adapt rustc's debruijn index model" , port =" debruijn" , status =" Assigned" , href =" https://github.com/rust-lang/chalk/issues/334" },
56
58
{ label = " Remove all vectors, boxes" },
57
59
{ label = " Introduce a `Visit` trait" , href =" https://github.com/rust-lang/chalk/issues/333" , port =" visit" },
0 commit comments