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: go-faster/jx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.40.1
Choose a base ref
...
head repository: go-faster/jx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.41.0
Choose a head ref
  • 11 commits
  • 35 files changed
  • 1 contributor

Commits on Jan 16, 2023

  1. feat: pass offset to unexpected byte error

    Simplify error reporting.
    tdakkota committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1e1234b View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    9b3e64d View commit details
    Browse the repository at this point in the history
  2. chore: make linter happy

    tdakkota committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    fd89fc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0394e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    514cd6a View commit details
    Browse the repository at this point in the history
  5. feat: generate int decoders

    tdakkota committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    1eced1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    082f19b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d92bc3a View commit details
    Browse the repository at this point in the history
  8. fix: always use safe float slow path

    Using noescape hack may lead to use-after-free error.
    Error returned by `strconv.ParseFloat` may refer to
    allocated slice.
    tdakkota committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d9997aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cc57d4d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #69 from tdakkota/feat/better-errors

    feat: pass offset to `unexpected byte` error
    tdakkota authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    75ecdde View commit details
    Browse the repository at this point in the history
Loading