Markus Metz wrote: > IMHO, the modules should also be disabled in trunk,
I'm not a fan of having disabled code in trunk. Code which isn't being compiled will be overlooked when API changes (or build system changes, etc) are made, and will start to suffer from bit-rot. If compilation generates errors, that serves as a reminder to do something about it. If you're worried about people trusting a module's output, add a G_warning(). -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
