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 13:13:00 +01:00
2019-12-06 23:48:45 +08:00
2019-12-07 13:13:00 +01:00
2019-12-07 13:13:00 +01:00
2019-11-30 12:57:32 +01:00
2019-11-28 12:50:26 +03:00
2019-11-27 21:16:00 +03:00
2019-12-03 13:58:02 +01:00
2019-12-07 13:19:21 +01:00
2019-12-07 13:13:00 +01:00
2019-11-27 21:16:00 +03:00
2019-12-03 15:01:23 +01:00
2019-11-27 21:16:00 +03:00
2019-11-26 15:41:48 +03:00
2019-12-04 18:30:42 -05:00
2019-12-06 20:28:28 +00:00
2019-12-07 20:25:48 +01:00