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: haraldng/omnipaxos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clockworklabs/omnipaxos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 15 files changed
  • 2 contributors

Commits on Jul 7, 2025

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

Commits on Jul 10, 2025

  1. Fix CI (#5)

    * Update deprecated github actions
    
    * Disable uninlined-format-args lint
    kim authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    6e071ca View commit details
    Browse the repository at this point in the history
  2. trim on decided (#4)

    * trim on decided
    
    * adjust comment
    Shubham8287 authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    3e5cd9f View commit details
    Browse the repository at this point in the history
  3. replace vec with map (#3)

    * replace vec with hashmap
    
    * nohasher IntMap
    Shubham8287 authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    360ff2f View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. Make storage error Send + Sync + 'static (#6)

    It is very common in applications that `Err` results are sent across
    thread boundaries, which the missing bounds complicate unnecessarily.
    Also makes the error compatible with `anyhow`.
    kim authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    67cc952 View commit details
    Browse the repository at this point in the history
Loading