aBothe / Mono-D

D Add-In for MonoDevelop
http://wiki.dlang.org/Mono-D
Other
113 stars 26 forks source link

Cannot go to definition on std. #599

Closed etcimon closed 9 years ago

etcimon commented 9 years ago

I'm not sure it's a regression, but the phobos/druntime types don't get resolved anymore and I can't quite find which commit broke this.

etcimon commented 9 years ago

It all works until this commit:

https://github.com/aBothe/D_Parser/commit/a3e328a74ad9c87fbd31f74b9dd2bac0f0d4f197

aBothe commented 9 years ago

Indeed, now I'm noticing it as well.. it's not showing any phobos stuff. Gonna do this tomorrow.

etcimon commented 9 years ago

Yeah, I just git cherry-picked the last 3 commits you did for alias this, and put them on top of the commit before a3e328a, and so everything works as I need it =)