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: fortio/tcalc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: fortio/tcalc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.2
Choose a head ref
  • 2 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 16, 2026

  1. Bump fortio.org/terminal in the fortio-and-grol group (#28)

    Bumps the fortio-and-grol group with 1 update: [fortio.org/terminal](https://github.com/fortio/terminal).
    
    
    Updates `fortio.org/terminal` from 0.63.4 to 0.64.1
    - [Release notes](https://github.com/fortio/terminal/releases)
    - [Commits](fortio/terminal@v0.63.4...v0.64.1)
    
    ---
    updated-dependencies:
    - dependency-name: fortio.org/terminal
      dependency-version: 0.64.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: fortio-and-grol
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    3af73dd View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2026

  1. add EXP to length2operators and check for len(curNode.value) == 1 so … (

    #29)
    
    * add EXP to length2operators and check for len(curNode.value) == 1 so `**` isn't incorrectly evaluated
    
    * change CalcNode's value field to string instead of ugly *string and switch len check to go before checking if length1operators contains the first rune/char
    
    * go mod tidy + remove unnecessary stringer generated file + make Operator type a string for simplicity
    
    * Fixing security issue
    
    * add test cases for exponents
    
    * remove nolint comment on line:45 and add nolint to 123 where we are getting unicode rep of our number
    geofpwhite authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    395ae12 View commit details
    Browse the repository at this point in the history
Loading