SergioBenitez / Figment

A hierarchical configuration library so con-free, it's unreal.
Apache License 2.0
629 stars 38 forks source link

Add a file_exact function to find a file without searching. #95

Closed nmathewson closed 7 months ago

nmathewson commented 8 months ago

Closes #94; see discussion there.

(I chose "file_exact" as a name to try to be clear about what it is doing; I'm fine with another name if you prefer.)

nmathewson commented 8 months ago

Hello! Just checking in. Please let me know if there are any questions, anything you want me to change, or anything I should do in order to make this easier to review.

SergioBenitez commented 7 months ago

Apologies, I meant to comment that this was missing documentation and testing. In any case, I went ahead and added that in 70a105f2eb5a83382bbd5b1198179012412dcaf6 and merged this in e7c9c353525573a32541fa2e906c92a922183cd6. As soon as the CI is green, I'll publish a release with this method in there.