http://d.puremagic.com/issues/show_bug.cgi?id=11008
Jonathan M Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Jonathan M Davis <[email protected]> 2013-09-10 21:27:32 PDT --- It could also be argued that it's misleading if -main works when there's already a main function, because instead of simply running the unit tests, the main is going to do whatever the already included main function does. Giving the user an error alerts them to the fact that they're trying to add a main when there already is one (one which almost certainly doesn't do what they want). So, it seems to me that not having -main error out gains us little and causes problems when someone tries to use -main when they already have a main function defined. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
