> > 1) What langauge(s) do you use in your run-scripts? Eg: python, shell, etc. >
Python. Mostly beacause I adopted some already existed script helpers in the codebase. 2) What feature(s) do you use run-scripts for that aren't available in the > Tupfile parser? > The scripts are mostly old makefile parts converters; one of them does a sophisticated grouping of o-files into shared objects. 3) Have you tried replacing your run-scripts with the Tupfile.lua files to > utilize the Lua parser? If you have but decided to stick with run-scripts, > what caused you do to so? > Tried for some half an hour :) The postponed this task as I didn't manage to find a way to use Tuprule.tup in Tupfile.lua script. There is no way, is there? The most part of the projects are serviced with quite simple almost-statuc Tupfiles, and I'd like to utilize lua in just one (though complicated) part. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
