Changes between Version 59 and Version 60 of Development/Scrum
- Timestamp:
- Oct 14, 2011, 3:16:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Scrum
v59 v60 44 44 == Pan Compiler == 45 45 46 After [/wiki/Meetings/Workshops/20111011#QWGVars discussion] during Quattor workshop: 46 47 * Function to dump all defined global variables at a specific point to help debugging. Like `debug()` function, should do nothing if the appropriate option is not passed to the compiler. An optional argument may restrict the name of the variables dumped, with a regexp on the name (if feasible). 47 48 * Add ability with a compiler option to get a message printed everytime a template is included with an information display wheter it has been executed or skipped because it had the `unique` tag and was previously executed.