Skip to content
  1. Sep 17, 2013
    • Rene Saarsoo's avatar
      Clean up unused files from .cache directory. · 44e73fc8
      Rene Saarsoo authored
      We remember each cache entry that was read or written during the
      current jsduck run.  All others get deleted.  This ensures the .cache
      directory doesn't grow over time.
      
      Refs #446
      44e73fc8
    • Rene Saarsoo's avatar
      Add --[no-]cache and --cache-dir options. · 9a0f2263
      Rene Saarsoo authored
      By default the caching is disabled.  When turned on with --cache,
      the caching dir will be <output-dir>/.cache/ unless overridden
      with --cache-dir option.
      
      Previously the whole output dir got cleaned up, but now it can
      contain a .cache dir, which we'll want to preserve.  So I created
      OutputDir class to take care of output directory cleanup in a way
      that preserves the .cache/ directory inside it.
      
      Refs #446
      9a0f2263
  2. Sep 16, 2013
    • Rene Saarsoo's avatar
      Initial prototype of caching parsed source code. · 2bfd8b1f
      Rene Saarsoo authored
      At the moment the cache is just saved to .cache/ in current dir.
      
      The parsed data is serialized into binary format using Marshal,
      which correctly preserves all the data types and is additionally
      really fast.
      
      Refs #446
      2bfd8b1f
  3. Sep 13, 2013
  4. Sep 12, 2013
  5. Sep 11, 2013
  6. Sep 09, 2013
  7. Sep 06, 2013
  8. Aug 30, 2013
  9. Aug 29, 2013
  10. Aug 28, 2013
  11. Aug 27, 2013
  12. Aug 14, 2013
    • Rene Saarsoo's avatar
      Hide "Fires" section when empty :fires array. · a2ec9e16
      Rene Saarsoo authored
      When ever a method-call is detected inside a method, this results
      in :fires field being created with possibly zero elements in it -
      but the #to_html of Tag::Fires didn't account for it.
      
      Fixes #428
      a2ec9e16
  13. Aug 13, 2013
  14. Aug 11, 2013
  15. Aug 10, 2013
  16. Aug 09, 2013
  17. Aug 08, 2013
  18. Aug 07, 2013
  19. Aug 01, 2013
Loading