Re: Is nimsuggest expected to work with latest devel?

2016-08-09 Thread Stefan_Salewski
Araq, I have just seen your fix at github, thanks.


nimble install nimsuggest

Now startup works fine again for large projects!

BUT I am not convinced yet that USING it works fine again too. A fast test from 
within ned editor with "GOTO DEFINITION" or "ERROR CHECK" seems to eat still 
all of my 2 gigabyte. I will try to do these check from the command line 
tonight to ensure that the problem is really nimsuggest itself. And of course, 
its time to buy a box with more Ram,,, 


Re: Is nimsuggest expected to work with latest devel?

2016-08-08 Thread Stefan_Salewski
Sorry Araq, IRC just banned my IP again, so I can not answer there...

No, I don't used -d:release explicitely. But nimble install should have done 
that I guess?

Will try now with -d:release without nimble.


Re: Is nimsuggest expected to work with latest devel?

2016-08-08 Thread Stefan_Salewski
I have just tried some of the pure modules shipped with Nim like strutils -- 
and for these all seems to work fine.

So it must be wrapper related, maybe special for my GTK related modules. Will 
try to find more info...