Skip to content
  • quasicomputational's avatar
    Remove matchFileGlob. · 2b7be354
    quasicomputational authored and Mikhail Glushenkov's avatar Mikhail Glushenkov committed
    This was only a convenience function, but its use could obscure how it
    is introducing a dependency on the CWD. By removing it, the "."
    argument to `matchDirFileGlob` is explicit.
    
    Any external code using `matchFileGlob` would have needed to be
    changed as #5284 changed its signature and the module it lives in; it
    is not much more of a burden to switch to `matchDirFileGlob` at the
    same time.
    2b7be354