Evgeniy Goroshkin

Results 35 comments of Evgeniy Goroshkin

> Note: test1 is giving a weird c++ error here - you too? Oh, yes. I just semant it w/o errors and think it works. I suppose these are kinds...

``` Mx2cc version 1.1.15 ***** Making app 'C:/proj/monkey/trash/ext-test/test1.monkey2' (windows release x86 msvc) ***** Parsing... Semanting... Translating... Compiling... Build error: System command failed: cl -c -EHs -W0 -MT -utf-8 -bigobj -O2...

I (want to) use code similar to test2 in real project, don't just playing with lang. I want to simplify my localization system - grab Localize methods from classes and...

**If** you can't fix that (because it seems to happen when c++ resolve and generate concrete classes by its template types, and mx2cc need to somehow replace T.method with extensionmethod...

> 'Anonymous' extensions was probably a mistake in retrospect What is anonymous extension? That have no proper namespace? > Perhaps #import should auto-use all class extensions in the module? I'm...

I tried - it works! It's super-cool, thanks! :)

IDE update modules, don't rebuild from scratch. I think proper way is to update only modules from `depends` section.

> Actually, I think just updating the installed/updated modules might be > enough as this should automatically update dependancies? OK. > I didn't want to cancel the build, not knowing...

I just pushed fix into ted2go's dev-branch, since now it will update only performed modules.