bors[bot] b236f6aa49
Merge #2466
2466: Handle partial resolve cases r=matklad a=edwin0cheng

Another try to fix #2443 :

We resolve all imports every time in `DefCollector::collect` loop even it is resolved previously.  
This is because other unresolved imports and macros will bring in another `PerNs`, so we can only assume that it has been partially resolved.

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2019-12-08 10:44:30 +00:00
..
2019-12-07 11:54:26 +01:00
2019-11-27 21:35:06 +03:00
2019-11-17 18:35:05 +03:00
2019-11-29 19:40:59 -05:00
2019-12-08 16:16:52 +08:00
2019-12-08 10:44:30 +00:00
2019-12-08 16:16:52 +08:00
2019-12-08 10:44:30 +00:00
2019-12-07 20:25:48 +01:00
2019-12-07 13:19:42 +01:00
2019-11-25 17:50:49 +03:00
2019-11-17 18:35:05 +03:00
2019-11-24 15:59:47 +00:00
2019-12-06 21:28:05 +01:00
2019-11-17 18:35:05 +03:00
2019-11-28 13:41:58 +08:00
2019-11-17 18:35:05 +03:00
2019-12-07 13:19:42 +01:00