-
Notifications
You must be signed in to change notification settings - Fork 22
Comparing changes
Open a pull request
base repository: danieljoos/wincred
base: f117013
head repository: danieljoos/wincred
compare: 6233253
- 8 commits
- 8 files changed
- 3 contributors
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9b84187 - Browse repository at this point
Copy the full SHA 9b84187View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28dd5b4 - Browse repository at this point
Copy the full SHA 28dd5b4View commit details
Commits on Oct 2, 2025
-
gha: update go matrix; add go1.23, stable and oldstable
Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3132b23 - Browse repository at this point
Copy the full SHA 3132b23View commit details -
Bump github.com/stretchr/testify from 1.9.0 to 1.11.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.9.0 to 1.11.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78659e0 - Browse repository at this point
Copy the full SHA 78659e0View commit details -
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d864f3d - Browse repository at this point
Copy the full SHA d864f3dView commit details -
fix unsafe uintptr usage to be GC-safe on go1.25
Replace uintptr fields with typed pointers so the GC considers them alive. relates to changes in go1.25: https://go.dev/doc/go1.25#faster-slices > Faster slices > > The compiler can now allocate the backing store for slices on the stack > in more situations, which improves performance. This change has the potential > to amplify the effects of incorrect `unsafe.Pointer` usage, see for example > [issue 73199]. In order to track down these problems, the [bisect tool] can > be used to find the allocation causing trouble using the `-compile=variablemake` > flag. All such new stack allocations can also be turned off using > `-gcflags=all=-d=variablemakehash=n`. [issue 73199]: https://go.dev/issue/73199 [bisect tool]: https://pkg.go.dev/golang.org/x/tools/cmd/bisect Assisted-by: OpenAI ChatGPT Signed-off-by: Sebastiaan van Stijn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1565377 - Browse repository at this point
Copy the full SHA 1565377View commit details -
Bump actions/setup-go from 5 to 6
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 25b4da4 - Browse repository at this point
Copy the full SHA 25b4da4View commit details -
Bump codecov/codecov-action from 4 to 5
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6233253 - Browse repository at this point
Copy the full SHA 6233253View commit details
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 f117013...6233253