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

add unistd::getcwd and unistd::mkdir #416

Merged
merged 9 commits into from
Sep 7, 2016
Merged

Commits on Sep 2, 2016

  1. implemented getcwd (returning Result<PathBuf>, reconciling all calls …

    …to expect into proper try handling), needs testing still
    Philipp Keller committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    ac64273 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2016

  1. added test for getcwd, still not complete (needs to check also longer…

    … directory names, need to be created with mkdir first which doesn't exist yet)
    Philipp Keller committed Sep 3, 2016
    Configuration menu
    Copy the full SHA
    b03d4e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2016

  1. Configuration menu
    Copy the full SHA
    8b1828a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. made it running with rust 1.2.0: the code for getcwd is now an exact …

    …copy of the implementation in std
    Philipp Keller committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    8fbd8e9 View commit details
    Browse the repository at this point in the history
  2. fixed the trailing whitespaces

    Philipp Keller committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    c0a5785 View commit details
    Browse the repository at this point in the history
  3. added documentation for getcwd and mkdir, changed test so that it com…

    …pares against std::env::current_dir
    Philipp Keller committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    50693c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37e4f97 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2016

  1. resolving all remarks by @posborne, fixed max line length=99, fixed r…

    …ust 1.2.0 error in doc-test
    Philipp Keller committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    5f1e144 View commit details
    Browse the repository at this point in the history
  2. fixed indentation

    Philipp Keller committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    7dd12c6 View commit details
    Browse the repository at this point in the history