Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
1.3.2
-
None
-
None
Description
By 'definition phase' I mean the time from loading the build file until top_level is called.
Currently, several extensions call File.exist? during the definition phase. In Windows, this call is quite slow and adds 1 second to the launch (my buildfile is quite large though). It would be nice if these calls are deferred to when the tasks are actually called.