jkominek / fdbfs

A not-yet-ready-for-use FoundationDB-backed FUSE filesystem. Seriously, don't use it.
ISC License
12 stars 1 forks source link

Convert to nlohmann/json 3.x #12

Closed jkominek closed 2 years ago

jkominek commented 3 years ago

We're on 2.1.1. Which is probably fine for some time; I haven't actually read what's changed, I just know we don't build with the latest version. Probably isn't too hard to fix, since we're not doing anything very exciting.

statfs.cc and the build instructions in the github action are the places to touch.

jkominek commented 2 years ago

Fixed in c2908c4. some C++ typing weirdness.