Dan McArdle
Dan McArdle
On https://crbug.com/1252658, I merged a fix at revision r925365. I'm pretty certain that this fixes the crash because I added a unit test based on the Clusterfuzz minimized input. Clusterfuzz...
I played with the demo site: https://c2rust.com/ It looks like any time I return a bool without including `stdbool.h`, the return statement is missing from the Rust translation. When I...
Hi folks, is there any interest in a new rclone subcommand that acts as a [git-annex](https://git-annex.branchable.com/) remote? The term "remote" is unfortunately overloaded by git-annex and rclone; I'm describing an...
#### What is the purpose of this change? This change adds support for the repo layouts defined by [git-annex-remote-rclone](https://github.com/git-annex-remote-rclone/git-annex-remote-rclone). This should enable git-annex users with external remotes of type "rclone"...
#### What is the purpose of this change? This enables the unit tests to run on any given backend, via the `-remote` flag, e.g. `go test -v ./cmd/gitannex/... -remote dropbox:`....
DO_NOT_MERGE cmd/gitannex: Add e2e test to attempt to repro Dropbox issue Context: https://git-annex.branchable.com/bugs/Trust_but_Verify__58___RClone/ The e2e test in this commit should not be merged! I've hardcoded a few values specific to...
@dmcardle Rclone has a framework for making this sort of thing easy which you should probably use. Make sure you import the `fstest` package and define ``` // TestMain drives...
#### What is the purpose of this change? To delete an unused option in lib/batcher/. I found that lib/batcher/ defines a `batch_commit_timeout` config, which is picked up by the dropbox...