Open
Conversation
Update DustMite, from the upstream commit cb0855d (+ the backported fix) to the upstream commit ab68756. * 6634109 splitter: Add null split mode * 1f40c63 dustmite: Add --reject * bba58a4 dustmite: Add --dump-json * ca93991 dustmite: Fix a placeholder variable name in --help * 4e38836 dustmite: Add --json * e504ccc dustmite: Remove use of newer D features * b173b89 Add support for reading from stdin * bb73f5e tests: Run dustmite in the test's directory * f4d2fa7 Remove the extension stripping for single-file input * 5b5e261 Move JSON loading into splitter module * 1bf5b4b dustmite: Print informational messages to standard error * 61b41ae splitter: Don't replace \ with / on POSIX * 461271f dustmite: Allow omitting the mask portion of --split * faee9d3 splitter: Refactor * fd28eb1 splitter: Fix compilation on 32 bits * 67e676f dustmite: Add --temp-dir * f594d0a dustmite: More explicit File finalization in DiskWriter * 372b4a0 dustmite: Fix stdin on MSVCRT * 4e4a303 README: Update badges * 9696d83 README: Add illustration * 56cdd01 README: Show CI status for master branch * 4da8847 Use skipOver * b8703eb polyhash: Update GDC assembler syntax * fd8c598 fuzz: Cast allAddresses length to float * 62f7899 dustmite: Fix lookback and pingpong strategies reducing to empty set * bc5f5d6 splitter: Print used splitter when loading files * c855596 Refactor Entity file properties into separate structure * 190c180 dustmite: Refactor look-ahead thread handling * 07ba696 dustmite: Handle errors * 71362ea Preserve file attributes * ed78a2e Add support for symbolic links * 675c757 dustmite: Remove explicit Writer destructors * ec5c25d Preserve file timestamps * 7482c9d Preserve directories (incl. empty directories) and their attributes * 4688772 splitter: Add lisp splitter * 5b65ade dustmite: Add some assertions * d0af4a5 splitter: Don't try to reduce module names in D source code * 178f916 splitter: Smarter diff splitting * 5f2ac60 splitter: Add debug check to ensure splitting preserves contents * a093fae splitter: Fix firstHead * 00c2400 splitter: Improve indent splitter * 1c54227 splitter: Refactor parseIndent * ab68756 dustmite: Add --man
Contributor
|
Thanks for your pull request, @CyberShadow! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + tools#476" |
thewilsonator
approved these changes
Sep 19, 2024
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update DustMite, from the upstream commit cb0855d (+ the backported fix) to the upstream commit ab68756.
Commit list: CyberShadow/DustMite@cb0855d...ab68756
This includes a fix for the
import std;trap (CyberShadow/DustMite@d0af4a5).CC @FeepingCreature ❤️