December 11, 2012
Another bug-fix release:

 - Fixed 'legacy' issues with cases in which parameter insight wasn't shown
 - Temporarily suppressed cascaded mixin resolution which takes literally hours to have everything analysed
 - Tooltip bug -- didn't show items that were shown e.g. in completion
 - Completion misbehavior on "myArray[0]."
 - More tests and even more tests
 - Completion misbehavior on resolving method calls
 - Removed code pasta. Issue with showing non-static items in static class methods.


And yes, improving all this stuff is a hell of complexity! ;)


http://mono-d.alexanderbothe.com
https://github.com/aBothe/Mono-D/issues
https://github.com/aBothe/D_Parser/issues
December 11, 2012
On Tuesday, 11 December 2012 at 11:25:14 UTC, alex wrote:
> Another bug-fix release:
>
>  - Fixed 'legacy' issues with cases in which parameter insight wasn't shown
>  - Temporarily suppressed cascaded mixin resolution which takes literally hours to have everything analysed
>  - Tooltip bug -- didn't show items that were shown e.g. in completion
>  - Completion misbehavior on "myArray[0]."
>  - More tests and even more tests
>  - Completion misbehavior on resolving method calls
>  - Removed code pasta. Issue with showing non-static items in static class methods.
>
>
> And yes, improving all this stuff is a hell of complexity! ;)
>
>
> http://mono-d.alexanderbothe.com
> https://github.com/aBothe/Mono-D/issues
> https://github.com/aBothe/D_Parser/issues

Seems like a cool project, will check it out.