Changes between Version 59 and Version 60 of Development/Scrum


Ignore:
Timestamp:
Oct 14, 2011, 3:16:28 PM (14 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Scrum

    v59 v60  
    4444== Pan Compiler ==
    4545
     46After [/wiki/Meetings/Workshops/20111011#QWGVars discussion] during Quattor workshop:
    4647 * 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).
    4748 * 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.