Re: Mono-D 0.3.7

2012-04-20 Thread 拖狗散步
非常感谢 alex 无私的奉献,我一直在mono-d下工作,一直支持mono-d

Re: Mono-D 0.3.7

2012-04-19 Thread Dejan Lekic
alex wrote: A lot of things changed internally - there is the interface to the new MonoDevelop 2.9.5 libraries now which brings a couple of internal refactorings which hopefully will result in general performance improvements. Currently the new version is available in the

Re: Mono-D 0.3.7

2012-04-19 Thread Stephen Jones
I've probably done something stupid but I get an error whenever I try to type into a class file within a D project (never happens when working on C#. MonoDevelop is 2.9.4. Both the beta (off the MonoDevelop update), and the compiled version off your latest link do the same. The error is:

Re: Mono-D 0.3.7

2012-04-19 Thread F i L
Stephen Jones wrote: Does anyone else have this issue? No, sorry. I mostly use Mono-D on Linux with MonoDevelop 2.8.4. Probably the best way to resolve this is to report the issue: https://github.com/aBothe/Mono-D/issues

Re: Mono-D 0.3.7

2012-04-17 Thread Jonas Drewsen
Nice! Keep up the good work.

Re: Mono-D 0.3.7

2012-04-17 Thread F i L
Great! - [Resolver] Built in new method to cache UFCS parameter results; Refactored further internal parser wrappers What is this? Is it this: void foo(int x) if (x 5) { ... } ... 3.foo(); // underlined as error? 6.foo(); // looks good ?? Or not something that cool? because

Re: Mono-D 0.3.7

2012-04-17 Thread alex
On Tuesday, 17 April 2012 at 15:33:36 UTC, F i L wrote: Great! - [Resolver] Built in new method to cache UFCS parameter results; Refactored further internal parser wrappers What is this? Is it this: void foo(int x) if (x 5) { ... } ... 3.foo(); // underlined as error? 6.foo();

Re: Mono-D 0.3.7

2012-04-17 Thread alex
Oh uhm, the feature you mentioned is not implemented yet - it's just a kind of optimization e.g. when you type 1234. you get all available free methods listed - and this happens kinda quick now, or at least more quicker than before :)

Re: Mono-D 0.3.7

2012-04-17 Thread Mirko Pilger
you should probably mention somewhere explicitly that this works *only* with the _alpha_ and not with the _stable_ release of monodevelop atm.

Re: Mono-D 0.3.7

2012-04-17 Thread F i L
On Tuesday, 17 April 2012 at 15:44:41 UTC, alex wrote: Oh uhm, the feature you mentioned is not implemented yet - it's just a kind of optimization e.g. when you type 1234. you get all available free methods listed - and this happens kinda quick now, or at least more quicker than before :)

Re: Mono-D 0.3.7

2012-04-17 Thread alex
On Tuesday, 17 April 2012 at 16:13:25 UTC, Mirko Pilger wrote: you should probably mention somewhere explicitly that this works *only* with the _alpha_ and not with the _stable_ release of monodevelop atm. This is just a temporary issue since 1) linux users are advised by default to take the

Re: Mono-D 0.3.7

2012-04-17 Thread Mirko Pilger
wasn't trying to pin that on someone. i just think a _small hint_ would prevent people from downloading the wrong release and turn away in frustration because your installation instructions don't work in this case.