-
Notifications
You must be signed in to change notification settings - Fork 5
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
238, part 2: Misc fixes #262
238, part 2: Misc fixes #262
Conversation
fa870a2
to
932407a
Compare
932407a
to
13ce335
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -12,7 +12,7 @@ | |||
#include <fstream> | |||
#include <stdexcept> | |||
|
|||
#include "tests/json.hpp" | |||
#include <nlohmann/json.hpp> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can delete tests/json.hpp
at this point, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you did this already in an earlier PR.
Use the x64-osx triplet for build and release jobs on Mac (see error here)lol never mind, here's an issue to address in a separate PR