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: danieljoos/wincred
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f117013
Choose a base ref
...
head repository: danieljoos/wincred
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6233253
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 14, 2024

  1. Test newer Go versions

    danieljoos committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    9b84187 View commit details
    Browse the repository at this point in the history
  2. Fix godev workflow

    danieljoos committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    28dd5b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. gha: update go matrix; add go1.23, stable and oldstable

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    3132b23 View commit details
    Browse the repository at this point in the history
  2. 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]>
    dependabot[bot] authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    78659e0 View commit details
    Browse the repository at this point in the history
  3. 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]>
    dependabot[bot] authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    d864f3d View commit details
    Browse the repository at this point in the history
  4. 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]>
    thaJeztah authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    1565377 View commit details
    Browse the repository at this point in the history
  5. 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]>
    dependabot[bot] authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    25b4da4 View commit details
    Browse the repository at this point in the history
  6. 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]>
    dependabot[bot] authored and danieljoos committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    6233253 View commit details
    Browse the repository at this point in the history
Loading