On Thu, Jan 22, 2015 at 03:20:01PM +0100, Kostas Michalopoulos wrote: > > That assumes people do full release building locally. Usually one doesn't, > > and only builds the module to test. > > Aren't full builds made before one submits something to SVN?
Usually yes. It doesn't make much sense to do a fullrebuild if the change is a type change somewhere in a mysql header. But in FPC sense, a full build is comparable to a snapshot (make all at toplevel fpcsrc/), which doesn't do several things related to release building. (like docs, zipping information etc). Generally release builds don't build docs etiher though, and Lazarus building is not part of the FPC procedure at all (of course if problems are expected, nevertheless done) -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
