cppalliance / NuDB

NuDB: A fast key/value insert-only database for SSD drives in C++11
Boost Software License 1.0
384 stars 59 forks source link

Fix typo in nudb tool #43

Closed MarkusTeufelberger closed 5 years ago

MarkusTeufelberger commented 8 years ago

"]" --> ">"

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.06%) to 96.493% when pulling 5d5b54103f45b3a86b9569d754f6e1a36cc91b8d on MarkusTeufelberger:patch-1 into 95824421c07b198159b809059f417a24994659bc on vinniefalco:master.

codecov-io commented 8 years ago

Current coverage is 96.49% (diff: 100%)

Merging #43 into master will decrease coverage by 0.11%

@@             master        #43   diff @@
==========================================
  Files            28         28          
  Lines          1711       1711          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits           1653       1651     -2   
- Misses           58         60     +2   
  Partials          0          0          

Powered by Codecov. Last update 9582442...5d5b541

MarkusTeufelberger commented 7 years ago

You need anything else? This is now half a year in limbo...

vinniefalco commented 7 years ago

Sorry, I've been really focused on getting Beast ready for the Boost formal review. When I work on another project it requires switching gears and tuning my development setup for that project, and I am not ready to make that context switch just yet.

MarkusTeufelberger commented 7 years ago

No problem, I was just wondering since I'm writing Python bindings for this, if the project is abandoned or not accepting pull requests.

vinniefalco commented 7 years ago

Definitely not abandoned!

MarkusTeufelberger commented 5 years ago

Apparently this commit got cherry-picked and merged by Vinnie some time in 2017, I'm closing this PR.