This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Add support for fixing directory listings to WrapperHandler.#186
Open
jgraham wants to merge 1 commit into
Open
Add support for fixing directory listings to WrapperHandler.#186jgraham wants to merge 1 commit into
jgraham wants to merge 1 commit into
Conversation
WrapperHandler instances add virtual files to the directory listing. To allow these to appear in direcory listings, provide a listing_fixup function which adds the generated files to the list of fies in a directory.
Codecov Report
@@ Coverage Diff @@
## master #186 +/- ##
=======================================
Coverage 87.04% 87.04%
=======================================
Files 24 24
Lines 2200 2200
Branches 361 361
=======================================
Hits 1915 1915
Misses 219 219
Partials 66 66Continue to review full report at Codecov.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WrapperHandler instances add virtual files to the directory
listing. To allow these to appear in direcory listings, provide a
listing_fixup function which adds the generated files to the list of
fies in a directory.
This change is