[Scons-users] How to correctly use emitters

William Blevins wblevins001 at gmail.com
Tue Oct 25 15:01:43 EDT 2016


Pierre-Luc,

If the two emitters cause different dependency trees, then you are not
returning the same target values between the two methods. Seems that you
need to test the emitters result.

V/R,
William

On Tue, Oct 25, 2016 at 12:09 PM, Pierre-Luc Boily <
pierreluc.boily at gmail.com> wrote:

> THx for  your answer,
>
> See the difference from
>
> wrong tree :
> _build_grammar(["sr\sra\src\grammars\en\faa\commands",
> "sr\sra\src\grammars\en\faa\faa.autopron",
> "sr\sra\src\grammars\en\faa\faa.missing",
> "sr\sra\src\grammars\en\faa\faa.functions"], ......
>
> Somewhat better tree :
> _build_grammar(["sr\sra\src\grammars\en\faa\faa.autopron",
> "sr\sra\src\grammars\en\faa\faa.missing",
> "sr\sra\src\grammars\en\faa\faa.functions"],
> ["sr\sra\src\grammars\en\faa\commands.grammar", ....
>
> It is not clear why my wrong tree has /sr\sra\src\grammars\en\faa\
> commands/.
> I'll read the doc that you just sent me, it will probably help =)
>
> thx
>
>
>
> --
> View this message in context: http://scons.1086193.n5.
> nabble.com/How-to-correctly-use-emitters-tp40675p40677.html
> Sent from the Users mailing list archive at Nabble.com.
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20161025/1b1ec10d/attachment.html>


More information about the Scons-users mailing list