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: jgautheron/goconst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: jgautheron/goconst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.1
Choose a head ref
  • 17 commits
  • 24 files changed
  • 6 contributors

Commits on Jul 15, 2024

  1. Update docs (#27)

    * Update install instructions to use go install
    
    As per https://go.dev/doc/go-get-install-deprecation new users should use go install
    instead of go get to retrieve this tool
    
    * Include additional method for using tool with Workpaces
    
    This should also work fine when running from a single module
    JDOsborne1 authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e745d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Configuration menu
    Copy the full SHA
    4a592e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2025

  1. Require Go 1.16

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    6e85de7 View commit details
    Browse the repository at this point in the history
  2. Linter fixes

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    b210ef1 View commit details
    Browse the repository at this point in the history
  3. Always run tests

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    967079c View commit details
    Browse the repository at this point in the history
  4. Update tests

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    8d9d111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dffb169 View commit details
    Browse the repository at this point in the history
  6. Test Go 1.24

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    6d06816 View commit details
    Browse the repository at this point in the history
  7. Run tests for PRs

    jgautheron committed Apr 6, 2025
    Configuration menu
    Copy the full SHA
    6e4966a View commit details
    Browse the repository at this point in the history
  8. Add support for finding constants with duplicated values. (#30)

    * feat: add find-duplicates flag
    
    * fix: update readme
    kalexmills authored Apr 6, 2025
    Configuration menu
    Copy the full SHA
    d8efeb9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb090a4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    37202e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0244082 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2025

  1. Compute and use constant expressions via the type checker. (#35)

    * Support for constant expressions
    
    * handle constant expressions via typechecker
    
    * fix: type check in batches processor
    
    * fix: type-checking concurrently is not supported
    
    ---------
    
    Co-authored-by: Jonathan Gautheron <gautheronjonathan@gmail.com>
    kalexmills and jgautheron authored Apr 8, 2025
    Configuration menu
    Copy the full SHA
    af8760d View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2025

  1. fix: invalid type for pool reset (#37)

    * chore: add .gitignore
    
    * tests: add a falling test
    
    * fix: invalid type for pool reset
    
    * chore: ignore
    ldez authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    93c54d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebf9b7a View commit details
    Browse the repository at this point in the history
  3. Drop pool (#39)

    jgautheron authored Apr 9, 2025
    Configuration menu
    Copy the full SHA
    1f0931c View commit details
    Browse the repository at this point in the history
Loading