Skip to content

Releases: binpash/try

Latest distribution tarball

26 Nov 14:28
b63d1e7
Compare
Choose a tag to compare
Pre-release
Minimize tempfile churn (#186)

Closes #185.

Try was making way too many tempfiles. Now we store everything in the sandbox, with a tiny bit of nuance: $IGNORE_FILE needs to be created in advance to handle the args properly. So we create that temporary unconditionally. When running a command (the try() function), we'll move $IGNORE_FILE into the sandbox. When running try commit or try summary, we just delete $IGNORE_FILE at the end.

v0.2.0

24 Jul 20:24
150b820
Compare
Choose a tag to compare
  • Refactor tests.
  • Improved linting.
  • Hide try-internal variables from scripts.
  • Style guide.
  • Testing in Vagrant.
  • Support nested mounts.
  • Resolve issues with userxattr.
  • Better support for unionfs.
  • Use /bin/sh, not /bin/bash.
  • -i flag to ignore paths.
  • Interactive improvements.

v0.1.0

25 Jun 12:48
2f5c6e3
Compare
Choose a tag to compare

Initial release.