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: gohugoio/hugo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f4783af
Choose a base ref
...
head repository: gohugoio/hugo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ecf5011
Choose a head ref
  • 1 commit
  • 29 files changed
  • 1 contributor

Commits on Oct 26, 2025

  1. tpl/collections: Simplify the reflect usage

    * Use helper funcs in hreflect package when possible.
    * Use hreflect.ConvertIfPossible to handle conversions when possible.
    * Move scratch.go from common/maps to common/hstore to clear cyclic import in the next step.
    * Move Indirect to hreflect and reimplementing it and adusting the behavior to preserve struct pointers.
    * Adjust evaluateSubElem used by where and others making the struct pointer method case slightly faster.
    bep committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    ecf5011 View commit details
    Browse the repository at this point in the history
Loading