8000 Comparing PowerShell:master...HumanEquivalentUnit:master · PowerShell/PowerShell · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PowerShell/PowerShell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: HumanEquivalentUnit/PowerShell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    4cbc200 View commit details
    Browse the repository at this point in the history
  2. Close file before writing output to pipeline.

    Fix the use case `Get-FileHash | Rename-Item` 
    by changing to `using () {}` and closing the hashed file before writing the output result.
    HumanEquivalentUnit authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    63b2960 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Update close filehandle test

    Copy the test document first, then remove the copy after, so it won't affect other tests.
    Assumes the test drive is writable.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    48ca8d9 View commit details
    Browse the repository at this point in the history
  2. Tidy up comment

    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    1430510 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6e6fae View commit details
    Browse the repository at this point in the history
  4. Fix CodeFactor reports.

    Add more documentation comments.
    Remove Algorithm argument from ComputeFileHash method.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    fda9a2c View commit details
    Browse the repository at this point in the history
  5. Fix CodeFactor reports.

    Add param descriptions.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    767447e View commit details
    Browse the repository at this point in the history
  6. Fix ComputeFileHash method bugs

    Move bytehash var into it.
    Update how it returns success/failure state.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    a0cfdd4 View commit details
    Browse the repository at this point in the history
  7. Simplify ComputeHash return value

    Remove hashCompletedSuccessfully variable and replace with a return value calculated from hash variable.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    445928f View commit details
    Browse the repository at this point in the history
  8. Fix CodeFactor report.

    Remove blank line before closing brace.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    176de14 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3bfa812 View commit details
    Browse the repository at this point in the history
  10. Improve the file handle being held open tests

    Change the test logic to try the rename, and then Test-Path the expected new name.
    Make the context and description clearer.
    HumanEquivalentUnit authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    e93eba0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94bd3d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bce6acd View commit details
    Browse the repository at this point in the history
  13. Remove SilentlyContinue from file close test

    Co-Authored-By: Ilya <darpa@yandex.ru>
    HumanEquivalentUnit and iSazonov authored Apr 24, 2020
    Configuration menu
    Copy the full SHA
    838afb9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    212c19d View commit details
    Browse the repository at this point in the history
Loading
0