Re: [Melt] Runfile Mode and rest of compilation

2011-07-16 Thread Basile Starynkevitch
On Sat, 16 Jul 2011 18:11:07 +0200 Romain Geissler wrote: > Hello, > > I just noticed some strange behavior some days ago while trying the > HelloWorld Melt tutorial. So a file as simple as > > (code_chunk trace > #{ > printf("Melt file is executed !\n"); > }# > ) >

[Melt] Runfile Mode and rest of compilation

2011-07-16 Thread Romain Geissler
Hello, I just noticed some strange behavior some days ago while trying the HelloWorld Melt tutorial. So a file as simple as (code_chunk trace #{ printf("Melt file is executed !\n"); }# ) will print a trace as expected when using with -fmelt-mode=runfile -fmet-ar