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: tmck-code/pokesay
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: tmck-code/pokesay
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 19, 2025

  1. side-by-side poc

    tmck-code committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    d85428e View commit details
    Browse the repository at this point in the history
  2. Revert "side-by-side poc"

    This reverts commit d85428e.
    tmck-code committed Jun 19, 2025
    Configuration menu
    Copy the full SHA
    2f55794 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2025

  1. Update README.md

    tmck-code authored Jul 9, 2025
    Configuration menu
    Copy the full SHA
    e22df0a View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Update README.md

    tmck-code authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    261c90f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2025

  1. use a single global debug timer

    previously there were a few places that created their own timer, but
    this isn't needed.
    
    - in the timer util, create an exported var DebugTimer
    - then, in all the various low-level functions, call .Mark on the
      timer.DebugTimer
    - finally, in the main/run method, call Stop and PrintJson before
      exiting, which will gather and print all of the various times
    tmck-code committed Sep 18, 2025
    Configuration menu
    Copy the full SHA
    4c4e1a1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    tmck-code authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    348cf76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ad77f6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #75 from tmck-code/update-debug-timer

    update the debug timer
    tmck-code authored Sep 18, 2025
    Configuration menu
    Copy the full SHA
    9dcace9 View commit details
    Browse the repository at this point in the history
Loading