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: expr-lang/expr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.17.2
Choose a base ref
...
head repository: expr-lang/expr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.17.5
Choose a head ref
  • 13 commits
  • 8 files changed
  • 5 contributors

Commits on Mar 28, 2025

  1. Add gotestfmt

    antonmedv authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    bb2a3e5 View commit details
    Browse the repository at this point in the history
  2. Update gotestfmt

    antonmedv authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    d0b5b37 View commit details
    Browse the repository at this point in the history
  3. Update test.yml

    antonmedv authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    57fe809 View commit details
    Browse the repository at this point in the history
  4. Remove gotestfmt

    antonmedv authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    e190ea2 View commit details
    Browse the repository at this point in the history
  5. Update test.yml

    antonmedv authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    785630f View commit details
    Browse the repository at this point in the history

Commits on May 12, 2025

  1. fix(785): get to work when return is nil (#786)

    * fix(785): `get` to work when return is `nil`
    
    * improve testing
    tarasyarema authored May 12, 2025
    Configuration menu
    Copy the full SHA
    28d9b3d View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Do not repeat patcher definition in ExamplePatch() (#792)

    I suppose at some point, godoc was not smart enough to display the
    definitions used in the body of examples in the documentation. This is
    not the case anymore: https://pkg.go.dev/github.com/expr-lang/expr#example-Patch
    vincentbernat authored May 26, 2025
    Configuration menu
    Copy the full SHA
    f974b88 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Add check for non struct types to fetchField (#794)

    Co-authored-by: yigitkanbalci <yigitkan.balci@goodjobgames.com>
    yigitkanbalci and yigitkan-balci authored May 27, 2025
    Configuration menu
    Copy the full SHA
    ebf0d8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7d7d6 View commit details
    Browse the repository at this point in the history
  3. Fix diff.yml

    antonmedv committed May 27, 2025
    Configuration menu
    Copy the full SHA
    0bae540 View commit details
    Browse the repository at this point in the history
  4. Revert "Fix diff.yml"

    This reverts commit 0bae540.
    antonmedv committed May 27, 2025
    Configuration menu
    Copy the full SHA
    1609a12 View commit details
    Browse the repository at this point in the history
  5. Revert "Run diff / bench in parallel"

    This reverts commit 6d7d7d6.
    antonmedv committed May 27, 2025
    Configuration menu
    Copy the full SHA
    5fbfe72 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2025

  1. Add expr.MaxNodes() option (#799)

    * Add expr.MaxNodes() option
    
    * Fix error message
    
    * Add more tests and comments
    antonmedv authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    eeb1b8b View commit details
    Browse the repository at this point in the history
Loading