8000 Comparing v1.7.0...v1.7.1 · spf13/cast · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: spf13/cast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: spf13/cast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 12, 2024

  1. Title: Fix ToUint64E function in cast library for Go

    Detail:
    The ToUint6E4 function in the Go cast library was fixed to correctly handle strings that overflow the maximum value of int64.
    
    Previously, the function incorrectly returned zero for these input values because it was using strconv.ParseInt internally, which doesn't handle values greater than the max int64. The fix replaces the use of strconv.ParseInt with strconv.ParseUint.
    skyjerry committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6e9731d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Update README.md

    Fixed the workflow status badge to point to the correct test file.
    lesichkovm authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    1849825 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Merge pull request #224 from lesichkovm/patch-1

    Update README.md
    spf13 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    955c718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #213 from skyjerry/fix-uint64

    Fix ToUint64 issue with string input exceeding maximum int64
    spf13 authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    487df00 View commit details
    Browse the repository at this point in the history
Loading
0