Skip to content

Releases: JuliaIO/ArgTools.jl

v1.1.1

18 Jun 00:13
98218c6
Compare
Choose a tag to compare

ArgTools v1.1.1

Diff since v1.1.0

This release documents the arg_isdir and arg_mkdir utility functions added in v1.1.0. It also improves the error handling behavior of arg_mkdir in that it leaves a pre-existing directory path intact on cleanup, only deleting its contents.

Closed issues:

  • document arg_{isdir,mkdir} (#9)

Merged pull requests:

v1.1.0

17 Jun 00:12
61e6d1c
Compare
Choose a tag to compare

ArgTools v1.1.0

Diff since v1.0.1

This release adds (but alas, I realize too late, does not document) two new API functions:

  • arg_isdir: ensures argument is an existing directory;
  • arg_mkdir: ensures argument is an empty directory, creating it if necessary, with mktempdir if optional.

This functionality is used by Tar.jl for example for the directory that tarballs are extracted into.

Merged pull requests:

v1.0.1

09 Jun 00:12
1f4be31
Compare
Choose a tag to compare

ArgTools v1.0.1

Diff since v1.0.0

This is a pure documentation fix release. There was a typo writing @test_arg instead of @arg_test. It also reorders the README to move the send_data example further down so that people don't think that's the functionality that this package provides.

v1.0.0

09 Jun 00:12
69a43a6
Compare
Choose a tag to compare

ArgTools v1.0.0

Initial ArgTools release.

Merged pull requests: