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 prefix argument to mktempdir() #23634

Closed
wants to merge 20 commits into from
Closed

Add prefix argument to mktempdir() #23634

wants to merge 20 commits into from

Commits on Oct 3, 2017

  1. mktempdir() now supports prefix.

    The libuv is used for this implementation in a platform independent
    manner.
    sambitdash committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    3f0526f View commit details
    Browse the repository at this point in the history
  2. Documentation error fix.

    sambitdash committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    155ec68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e891f58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b371ab View commit details
    Browse the repository at this point in the history
  5. modified test cases for Windows OS

    1. drive letters as prefix
    2. Unicode symbols as prefix instead of codes.
    sambitdash committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    536c3ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db4a9b5 View commit details
    Browse the repository at this point in the history
  7. Windows test case update.

    sambitdash committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    48bd1f4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9fc9aa View commit details
    Browse the repository at this point in the history
  9. Rebasing from master

    sambitdash committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    60ddcce View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. mktempdir() now supports prefix.

    The libuv is used for this implementation in a platform independent
    manner.
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    7f08fdf View commit details
    Browse the repository at this point in the history
  2. OS specific test anomalies detected.

    Consolidate pinv tests (#23627)
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    3e71966 View commit details
    Browse the repository at this point in the history
  3. modified test cases for Windows OS

    1. drive letters as prefix
    2. Unicode symbols as prefix instead of codes.
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    033f6e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d585569 View commit details
    Browse the repository at this point in the history
  5. Removing the directory created by the testcase.

    Revert "Consolidate pinv tests (#23627)"
    
    This reverts commit 0a8b120.
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    c4170f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8d4c29 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17f6597 View commit details
    Browse the repository at this point in the history
  8. Trimming file separator from parent as well as prefix.

    Revert "Consolidate pinv tests (#23627)"
    
    This reverts commit 0a8b120.
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    e5efc91 View commit details
    Browse the repository at this point in the history
  9. Trimming file separator from parent as well as prefix.

    Revert "Revert "Consolidate pinv tests (#23627)""
    
    This reverts commit 1c68698.
    sambitdash committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    5bb17e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2622ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

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