Thanks to visit codestin.com
Credit goes to github.com

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: zclconf/go-cty
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.2
Choose a base ref
...
head repository: zclconf/go-cty
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.3
Choose a head ref
  • 5 commits
  • 5 files changed
  • 2 contributors

Commits on Jan 23, 2024

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

Commits on Jan 30, 2024

  1. Use integer comparison for equality

    If we are comparing 2 numbers that are even integers, compare them via
    big.Int values rather than formatted strings. This avoids problems with
    large integers stored in big.Float with different precisions which could
    format differently.
    jbardin authored and apparentlymart committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a0315a5 View commit details
    Browse the repository at this point in the history
  2. don't use compact floats in msgpack

    There is a bug in the compact floats implementation, which could cause
    some integer values stored in a float to encode as an incorrect value.
    The result of the expression used to check for compact integer encoding
    is `float64(int64(n)) == n`, which is undefined when conversion is
    not exact.
    jbardin authored and apparentlymart committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1e9442d View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    apparentlymart authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    50ce6d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. v1.14.3 release

    apparentlymart committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    304e4a8 View commit details
    Browse the repository at this point in the history
Loading