1. 02 Jun, 2014 1 commit
  2. 27 May, 2014 6 commits
  3. 26 May, 2014 5 commits
  4. 20 May, 2014 5 commits
  5. 19 May, 2014 10 commits
  6. 16 May, 2014 4 commits
  7. 15 May, 2014 2 commits
  8. 14 May, 2014 3 commits
  9. 13 May, 2014 4 commits
    • Lasse Karstensen's avatar
      Use vmodtool.py in strict mode by default. · 30f66716
      Lasse Karstensen authored
      Use the strict parsing mode (still infant) to be sure
      that our own vmod.vcc files are valid.
      30f66716
    • Lasse Karstensen's avatar
      Remove unused description. · 92c94665
      Lasse Karstensen authored
      This description isn't used anywhere, and it doesn't contain
      much useful information.
      92c94665
    • Lasse Karstensen's avatar
      Add option parser, error handling and strictness. · 96c0ae47
      Lasse Karstensen authored
      This is one of those tiny jobs you start on (add --strict),
      and then it just goes downhill from there.
      
      Main changes:
      * Use optparse to parse command line arguments.
      * With --strict it aborts if a parse or format error is seen.
      * A basic test case for the parser has been added.
      
      No changes were made to the parser or output format.
      
      Adding the test case meant reordering the execution flow.
      
      Since Varnish code standard is using tabs, I've kept this to my
      best ability. Pylint is not happy about this and give the code
      a score of -4 out of 10 points. :-)
      96c0ae47
    • Lasse Karstensen's avatar
      Remove remaining references to vcl-intro.rst. · d2358fd4
      Lasse Karstensen authored
      These hard-code references were forgotten when I
      removed this file in ebbd8288.
      d2358fd4