Skip to content
  1. Sep 17, 2016
  2. Sep 15, 2016
    • Erik Zivkovic's avatar
      Improve gradle plugin task parsing (#5230) · e4684368
      Erik Zivkovic authored
      * Improve gradle plugin task parsing
      
      Added _gradle and _gradlew as symbolic links to gradle.plugin.zsh,
      otherwise the plugin was not properly loaded.
      
      Output from `gradlew tasks --all` is now parsed in two levels,
      first we find segments between `------...` and a newline.
      Second, all those lines are parsed and cleaned using awk
      and added to .gradletasknamecache.
      
      Tested on gradle 2.13, and gradlew 2.14.
      
      * Remove .gradletasknamecache before regenerating it
      
      Remove the .gradletasknamecache file to avoid having an unnecessary
      newline at the top of the file when regenerating it.
      
      * Improve gradle task parsing by writing .gradletasknamecache atomically
      
      Previously the .gradletasknamecache file was written line by line inside a parsing loop,
      which could cause errors such as half-written cache files if the process was aborted.
      
      This also removes the need of deleting the .gradletasknamecache file before parsing.
      e4684368
    • Reed Riley's avatar
      Fix battery plugin when acpi writes to stderr (#5413) · 59c66dbf
      Reed Riley authored
      * Fix battery plugin when acpi writes to stderr
      * Make stderr redirection in battery plugin more idiomatic
      59c66dbf
  3. Sep 14, 2016
  4. Sep 12, 2016
  5. Sep 10, 2016
  6. Sep 08, 2016
  7. Sep 07, 2016
  8. Sep 06, 2016
  9. Sep 05, 2016
  10. Sep 04, 2016
  11. Sep 03, 2016
  12. Sep 02, 2016
Loading