Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

book: order PQ breaks ties with OrderID #97

Merged
merged 5 commits into from
Dec 6, 2019

Commits on Dec 6, 2019

  1. Configuration menu
    Copy the full SHA
    2ac1705 View commit details
    Browse the repository at this point in the history
  2. fix market tests

    chappjc committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    e8c8d5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e6be11 View commit details
    Browse the repository at this point in the history
  4. book: fix OrderPQ.Orders modifying the order heap

    Use OrderPQ.Orders, and do not bother copying OrdersN output, which is
    already a copy.
    
    make CI go test run with -short
    
    orderpq_test.go has a short test option.
    chappjc committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    549c97d View commit details
    Browse the repository at this point in the history
  5. clean

    chappjc committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f13d946 View commit details
    Browse the repository at this point in the history