Chad Netzer

Results 14 issues of Chad Netzer

pip3 install git+https://github.com/vbuterin/pybitcointools ... running install_data copying LICENSE -> /usr/local/ error: could not create '/usr/local/LICENSE': Permission denied

This was an issue (14) from JohnVillalovos's Google Code repo (brought over to Github), and an issue addressed by @wolfospealain in his PR #3. The benefit of doing this would...

enhancement

@akaihola @wolfospealain @jamescassell @JohnVillalovos I'm opening this issue as a general place to discuss future directions for the hardlinkpy program, and the various forks. Currently, there are two forks (Mine...

With samename option enabled, possible matching hardlinks could be skipped depending on the directory iteration order and existing hardlink status of files. This was causing actual failure of test_hardlink_tree_filenames_equal() on...

Incorporates many @wolfospealain changes, and closes issue #1, #4, #5, #15, #17, #18, #20, #21, #24, #26, #27, and #28. I did a fresh series of merge/rebases to create a...

While there is a flurry of development changes, let's change the version string to differentiate it from the current long-time released version. (ie. "v0.06 alpha")

Rather than having multiple levels of "if not options.dry-run" checks in hardlink_files(), intertwined with tricky system code and error handling, I think it's much easier to simply perform the dry-run...

Allow specifying min and/or max file sizes, such that files not within the size range are not considered for hardlinking. This issue is taken from @wolfospealain PR #3, with the...

Change options to be more consistent with the filenames-equal option, preferring to hardlink files with identical content, unless the user chooses to also require matching modification time or ownership/mode properties....

The unittests have no tearDown() to remove the mkdtemp directory where the tests are run, leaving a lot of left over directory pollution in the tmp filesystem area.