Changes between Version 2 and Version 3 of Dependency/FunctionBlocks


Ignore:
Timestamp:
May 21, 2012, 10:55:17 PM (12 years ago)
Author:
manualwiki
Comment:

changes about regexps, mistakes corrected

Legend:

Unmodified
Added
Removed
Modified
  • Dependency/FunctionBlocks

    v2 v3  
    121121*  {{{ri:fb_regexp([{type, draw}, {dot, test.dot}]).}}} 
    122122*  {{{ri:fb_regexp([{type, list}, {regexp, "regexp"}]).}}} 
    123 *  {{{ri:fb_regexp([{type, list}, {regexp, "^/home/[a-z./]+}]).}}} 
     123*  {{{ri:fb_regexp([{type, list}, {regexp, "^/home/[a-z./]+"}]).}}} 
    124124 
    125125 
     
    133133 
    134134Example: 
    135 {{{ refusr_fb_regexp:re([{type, list}, {fb, [[cycle1, cycle2],"/home/user/[a-zA-z]*", "/home/user/[a-zA-z./]*/.*_ui.erl"]}]). }}} 
     135{{{ ri:fb_regexp([{type, list}, {regexp, ["/usr/[a-zA-Z./]*/.*_syntax.erl"]}]).}}} 
    136136 
    137137 
     
    143143 
    144144The results of previous queries are saved into dets tables (in the {{{dep_files}}} directory).  This means that if 
    145 the same query is run, the execution time may decreases significantly. 
    146 At first run, a digraph is built as in the previous version, only it 
    147 is saved later.If there was a whole database dependency check, than the tool works from that dets 
     145the same query is run, the execution time may decrease significantly. 
     146At first run, a digraph is built. If there was a whole database dependency check, then the tool works from that dets 
    148147table instead of building a new subgraph, which also improves time 
    149148efficiency. Due to this, it is strongly advised that if one knows that 
    150 a lot of different node queries will be done, a whole check should be 
    151 run in the first place.  
     149very different node queries will be done, a whole check should be 
     150executes in the first place prior to the queries.  
    152151The saves are available until the 
    153152database is unchanged. At the moment the hash value of the database is