Age | Commit message (Collapse) | Author |
|
|
|
And report null directories.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Due to import time shenanigans, these are provided bindFind and
getAllFindSpecs externally. Sorry!!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Squashed from:
* data: fix misplaced return instead of yaml in linkWikiDataArrays
* data: more linkWikiDataArrays tolerance
* data: get rid of accidental .slice() in linkWikiDataArrays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use named capturing groups (and non-capturing groups) for
generally better regex form.
|
|
|
|
...Using maxStringLength, which is more than a bit annoying,
because this isn't the same cut() algorithm we just added,
looks bulkier, and can't be customized. But that's the cost
of using util.inspect() here. It's better than displaying the
entire long string or handling line breaks poorly. FOR NOW.
|
|
|
|
|
|
|