Re: [Etoile-dev] LanguageKit Interpreter

2009-10-17 Thread Eric Wasylishen
>> I'd like to merge the interpreter to trunk as soon as possible: it >> would be nice to be able to include it when we do the EtoileUI >> release. Should I put a diff on the review board first? > > Yes please. I've glanced over the code a few times, but a proper > review before committing would

Re: [Etoile-dev] LanguageKit Interpreter

2009-10-14 Thread Quentin Mathé
Le 14 oct. 2009 à 06:51, Eric Wasylishen a écrit : > Hey, > I spent some time this past weekend getting the LanguageKit > interpreter working. Right now, it's passing all but three tests > (TestMutRecursiveClassDefs, TestPrototypes, TestRetainOnlyOnce) on OS > X 10.6 :-) Also, with a bit of tweak

Re: [Etoile-dev] LanguageKit Interpreter

2009-10-14 Thread David Chisnall
On 14 Oct 2009, at 05:51, Eric Wasylishen wrote: > Hey, > I spent some time this past weekend getting the LanguageKit > interpreter working. Right now, it's passing all but three tests > (TestMutRecursiveClassDefs, TestPrototypes, TestRetainOnlyOnce) on OS > X 10.6 :-) Also, with a bit of tweakin

[Etoile-dev] LanguageKit Interpreter

2009-10-13 Thread Eric Wasylishen
Hey, I spent some time this past weekend getting the LanguageKit interpreter working. Right now, it's passing all but three tests (TestMutRecursiveClassDefs, TestPrototypes, TestRetainOnlyOnce) on OS X 10.6 :-) Also, with a bit of tweaking to remove the .gorm file, I got ObjectManager.app