1. 01 4月, 2017 1 次提交
  2. 27 3月, 2017 1 次提交
  3. 30 10月, 2016 1 次提交
    • B
      Properly handle errors when following a symlink · 74358c18
      Ben S 提交于
      Fixes #123. The code assumes that every File that has its link_target() method called would first have been checked to make sure it’s actually a link first. Unfortunately it also assumed that the only thing that can go wrong while following a link is if the file wasn’t a link, meaning it crashes when given a link it doesn’t have permission to follow.
      
      This makes the file_target() method able to return either a file or path for displaying, as before, but also an IO error for when things go wrong.
      74358c18
  4. 14 6月, 2016 1 次提交
  5. 11 6月, 2016 1 次提交
  6. 03 5月, 2016 1 次提交
  7. 17 4月, 2016 4 次提交