• Show log

    Commit

  • Hash : 12786e0f
    Author : Carlos Martín Nieto
    Date : 2015-07-26T17:19:22

    iterator: skip over errors in diriter init
    
    An error here will typically mean that the directory was removed between
    the time we iterated the parent and the time we wanted to visit it in
    which case we should ignore it.
    
    Other kinds of errors such as permissions (or transient errors) also
    better dealt with by pretending we didn't see it.