-
Notifications
You must be signed in to change notification settings - Fork 622
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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.20.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: hashicorp/hcl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.20.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 15 files changed
- 3 contributors
Commits on Mar 12, 2024
-
feat: return ExprSyntaxError instead of nil when expression parsing f…
…ails for namespaced functions
Configuration menu - View commit details
-
Copy full SHA for 1cbb0d4 - Browse repository at this point
Copy the full SHA 1cbb0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ee54e - Browse repository at this point
Copy the full SHA 53ee54eView commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 54e4175 - Browse repository at this point
Copy the full SHA 54e4175View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc3af98 - Browse repository at this point
Copy the full SHA cc3af98View commit details -
Merge pull request #668 from hashicorp/add-expr-syntax-error
add `ExprSyntaxError`
Configuration menu - View commit details
-
Copy full SHA for 5160967 - Browse repository at this point
Copy the full SHA 5160967View commit details
Commits on Mar 14, 2024
-
Standardize on only two value dumping/diffing libraries
Due to the quite messy heritage of this codebase -- including a large part of it being just a fork of my earlier personal project ZCL -- there were many different conventions for how to pretty-print and diff values in the tests in different parts of the codebase. To reduce the dependency sprawl, this commit now standardizes on: - github.com/davecgh/go-spew for pretty-printing - github.com/google/go-cmp for diffing These two dependencies were already present anyway, are the most general out of all of the candidates, and are also already in use by at least some of HCL's most significant callers, such as HashiCorp Terraform. The version of go-cmp we were previously using seems to have a bug that causes the tests to crash when run under the Go race detector, so I've also upgraded that dependency to latest here to clear that bug.
Configuration menu - View commit details
-
Copy full SHA for 2a0a3f0 - Browse repository at this point
Copy the full SHA 2a0a3f0View commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 303be61 - Browse repository at this point
Copy the full SHA 303be61View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.20.0...v2.20.1