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: tmm1/stackprof
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.27
Choose a base ref
...
head repository: tmm1/stackprof
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.28
Choose a head ref
  • 9 commits
  • 7 files changed
  • 5 contributors

Commits on Feb 21, 2025

  1. Add Ruby 3.4 to CI

    boimw authored Feb 21, 2025
    Configuration menu
    Copy the full SHA
    93ab15f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Merge pull request #234 from boimw/master

    Add Ruby 3.4 to CI
    tenderlove authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    5d83283 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. Read only first two bytes to check signature

    Aiden Fox Ivey committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    fae0152 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #238 from aidenfoxivey/master

    Read only first two bytes to check signature
    tmm1 authored Oct 1, 2025
    1 Configuration menu
    Copy the full SHA
    8085169 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Use NUM2UINT for usec

    Suppress -Wshorten-64-to-32 warnings.
    
    usec, micro second, is 0...1000000, that does not exceed `1<<31`, and
    ruby assumes `int` has 32bit at least.
    nobu committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    6cf881b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Use the newer postponed_jobs APIs

    `rb_postponed_job_register_one` is deprecated.
    nobu committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    ffb5d08 View commit details
    Browse the repository at this point in the history
  2. Adjust tests

    nobu committed Jan 14, 2026
    Configuration menu
    Copy the full SHA
    1608c54 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

  1. Merge pull request #240 from nobu/postponed_jobs

    Use the newer postponed jobs APIs
    tenderlove authored Feb 13, 2026
    Configuration menu
    Copy the full SHA
    8d57d8e View commit details
    Browse the repository at this point in the history
  2. bumping version

    tenderlove committed Feb 13, 2026
    Configuration menu
    Copy the full SHA
    4367efa View commit details
    Browse the repository at this point in the history
Loading