[Newcompiler] Compiling the decompilable

Philippe Marschall philippe.marschall at gmail.com
Mon Oct 16 09:55:39 UTC 2006


2006/10/16, Klaus D. Witzel <klaus.witzel at cobss.com>:
> On Sat, 14 Oct 2006 14:40:01 +0200, Klaus D. Witzel wrote:
> > On Fri, 13 Oct 2006 16:42:03 +0200, Mathieu Suen wrote:
> ...
> >> All is done in the visitor see in Semantics category
> >
> > Ah, ASTTranslator of RBProgramNodeVisitor, method #acceptMessageNode:,
> > thank you.
>
> Phillipe, how was ASTTranslator>>#emitIfNilNode: tested?

Oh yeah, that's a fun method.

> E.g. are there any tests for the methods in the #'inline messages'
> messages category of ASTTranslator which would support my lazyness.

I only know of semantic tests in ClosureCompilerTest
#exampleIfNotNilDo
#exampleIfNotNilDoReturnNil
#exampleIfNotNilReturnNil
#testIfNotNilDo
#testIfNotNilDoReturnNil
#testIfNotNilReturnNil

Philippe


More information about the Newcompiler mailing list