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: fatih/errwrap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.1
Choose a base ref
...
head repository: fatih/errwrap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.0
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 18, 2021

  1. Update install instructions

    fatih committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c0d8334 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Don't clobber the AST when fixing

    analysis/unitchecker calls multiple analyzers in parallel, using the same AST. This creates a race where clobbering the AST might result in unexpected behaviour from other linters. In particular, linters that use the buildssa analyzer can panic with an error about a non-constant BasicLit, because it builds up a set of constants and then expects that set to be the same later in its analysis process.
    
    Instead make a new CallExpr, and use that for the rewriting step.
    reillywatson committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    c58187d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Merge pull request #15 from reillywatson/master

    Don't clobber the AST when generating suggested fixes
    fatih authored Mar 5, 2022
    Configuration menu
    Copy the full SHA
    397ebb5 View commit details
    Browse the repository at this point in the history
Loading