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: hashicorp/hcl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.0
Choose a base ref
...
head repository: hashicorp/hcl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Oct 17, 2023

  1. hcldec must use WithoutOptionalAttributesDeep

    When hcldec needs to return a synthetic value, it must use
    WithoutOptionalAttributesDeep to ensure the correct type for Null or
    Unknown values. Optional attributes are normally removed from the value
    type when decoding, but since hcldec is dealing with the decoder spec
    directly, the optional attr types are still going to be present in these
    cases.
    jbardin committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9847e90 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge pull request #635 from hashicorp/jbardin/WithoutOptionalAttribu…

    …tesDeep
    
    hcldec must use WithoutOptionalAttributesDeep
    jbardin authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    341ffa4 View commit details
    Browse the repository at this point in the history
Loading