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.22.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.23.0
Choose a head ref
  • 10 commits
  • 8 files changed
  • 6 contributors

Commits on Sep 24, 2024

  1. Preserve marks when traversing unknown values

    When traversing an unknown value or a DynamicVal, the marks from that
    initial value must be preserved for HCL Index and GetAttr operations.
    This mirrors the behavior of GetAttr and Index when used directly the
    underlying cty values.
    jbardin committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e2f43f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #699 from hashicorp/jbardin/marked-traversals

    Preserve marks when traversing unknown values
    jbardin authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    78fe993 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. docs: fix typo

    Signed-off-by: Bruno Schaatsbergen <git@bschaatsbergen.com>
    bschaatsbergen committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1dfc778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65971e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #701 from hashicorp/d/fix-typo

    docs: fix typo under "Dynamic Attributes Processing"
    crw authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2eb163f View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 21, 2024

  1. github: Pin action refs to latest trusted by TSCCR (#700)

    Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
    hashicorp-tsccr[bot] and hashicorp-tsccr[bot] authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    d20d07f View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    bbfec2d View commit details
    Browse the repository at this point in the history
  2. pass marks through unknown ForExpr values

    Some of the unknown value paths within ForExpr were dropping marks from the
    result.
    jbardin committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b48ba6e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Merge pull request #710 from hashicorp/jbardin/marked-conditions

    Better control of marks through conditional and for expressions
    jbardin authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    56a9aee View commit details
    Browse the repository at this point in the history
Loading