-
Notifications
You must be signed in to change notification settings - Fork 18
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: polyfloyd/go-errorlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: polyfloyd/go-errorlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 14 files changed
- 5 contributors
Commits on Feb 7, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e59b2af - Browse repository at this point
Copy the full SHA e59b2afView commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5e9a019 - Browse repository at this point
Copy the full SHA 5e9a019View commit details
Commits on Mar 14, 2025
-
chore: bump golang.org/x/tools from 0.29.0 to 0.30.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.29.0 to 0.30.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for aa9b5f9 - Browse repository at this point
Copy the full SHA aa9b5f9View commit details
Commits on Mar 22, 2025
-
feat: Add automatic error comparison and type assertion fixes (#96)
Signed-off-by: Kemal Akkoyun <kemal.akkoyun@datadoghq.com> Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com> Enhance errorlint analyzer with automatic fixes for: - Error comparisons using `==` and `!=` - Type assertions on errors - Error switches Adds suggested fixes to: - Replace direct error comparisons with `errors.Is()` - Convert type assertions to use `errors.As()` - Transform error switches to use `errors.Is()` and `errors.As()` Includes new test cases and golden files to validate the new automatic fixing capabilities. * feat: Improve errorlint with better variable naming and error handling - Add function for meaningful error variable names - Preserve original "ok" variable names in type assertions - Use errors.As() with generated variable names - Add tests for custom and wrapped errors
Configuration menu - View commit details
-
Copy full SHA for 040cb97 - Browse repository at this point
Copy the full SHA 040cb97View commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8e89baf - Browse repository at this point
Copy the full SHA 8e89bafView commit details -
chore: bump golang.org/x/tools from 0.30.0 to 0.31.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 3d14c6e - Browse repository at this point
Copy the full SHA 3d14c6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1064e0 - Browse repository at this point
Copy the full SHA e1064e0View commit details
Commits on Apr 2, 2025
-
github-actions committed
Apr 2, 2025 Configuration menu - View commit details
-
Copy full SHA for dce6dde - Browse repository at this point
Copy the full SHA dce6ddeView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.7.1...v1.8.0