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: RoaringBitmap/roaring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: RoaringBitmap/roaring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 9 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 10, 2025

  1. roaring64: fix TestSetAndGetBigTimestamp (non-UTC)

    The test was broken if local timezone it not UTC. For example, in timezone
    UTC-03:00 it failed with this error:
    
    --- FAIL: TestSetAndGetBigTimestamp (0.00s)
        bsi64_test.go:111:
          Error Trace:    bsi64_test.go:111
          Error:          Not equal:
             expected: "3024-10-23T16:55:46.763295273Z"
             actual  : "3024-10-23T13:55:46.763295273-03:00"
    starius committed Jan 10, 2025
    Configuration menu
    Copy the full SHA
    dddf0cb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2025

  1. Configuration menu
    Copy the full SHA
    251b10c View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2025

  1. Avoid pointer escape

    amikai authored and trend-amikai-chuang committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    a6af0ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df9d672 View commit details
    Browse the repository at this point in the history
  3. Fix the test of Backward

    amikai authored and trend-amikai-chuang committed Jun 2, 2025
    Configuration menu
    Copy the full SHA
    6e1cecf View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. Tweak the test

    amikai committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    69146ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. Merge pull request #475 from amikai/go-1.23-iterator

    Support 1.23 iterator in a backward-compatible way
    lemire authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    2893d51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60c1e30 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #465 from starius/fix-timestamp-test

    roaring64: fix TestSetAndGetBigTimestamp (non-UTC)
    lemire authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3ef13b7 View commit details
    Browse the repository at this point in the history
Loading