Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loosen filename type constraints #259

Merged
merged 4 commits into from
May 1, 2020
Merged

Commits on Apr 29, 2020

  1. Loosen File and Stream filename type constraints.

    Maintains the same public API (e.g., type constraints on methods remains the same),
    but allows FilePaths.jl to extend the public methods to work with `AbstractPath`s.
    This seemed preferable to depending directly on FilePathsBase or loosening the type constraints on all methods.
    rofinn committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    3e4f4e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1311062 View commit details
    Browse the repository at this point in the history
  3. Code review changes.

    rofinn committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    926b5a4 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Bump minor version number.

    rofinn committed May 1, 2020
    Configuration menu
    Copy the full SHA
    26c9484 View commit details
    Browse the repository at this point in the history