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: hashicorp/go-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: hashicorp/go-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on Feb 12, 2024

  1. Wait for stdout pipe to close before calling runner.Wait() (#299)

    If the two goroutines are left to race each other, when runner.Wait() wins it will close the file and cause the stdout scanner to log a spurious os.ErrClosed error instead of returning nil after encountering an io.EOF error.
    gabivlj authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    90c365e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    557fdfb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d2aaa4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Changelog++ for v1.6.1 (#309)

    tomhjp authored May 10, 2024
    Configuration menu
    Copy the full SHA
    721087d View commit details
    Browse the repository at this point in the history
Loading