Minsoo Choo
Minsoo Choo
I think you should turn off 'Treat warning as errors' in the C/C++ -> General tab.
https://github.com/freebsd/lutok/blob/4b394125b7abf706b792adf8abd13c8f6f28fcec/state_test.cpp#L797-L807 In this case, should it throw an exception: https://github.com/freebsd/lutok/blob/4b394125b7abf706b792adf8abd13c8f6f28fcec/state_test.cpp#L153-L165 Other tests pass without any problem.
Fixed the test for now. Please notify me if there is any problem with this fix.
Restored changes for drafts, RFCs, and SQlite.
Sorry. Moving COPYING to LICENSE was my mistake.
Opened a new PR for NEWS.md #67
> Was this pulled from [FreeBSD](https://github.com/freebsd/freebsd-src/blob/c2a005a0a97d98472d81c5c9606e5d6e546dd40a/.clang-format)? If so, it might be better to figure out a way to keep this file in sync, somehow, instead of it drifting too far...
> I don't like the route here. Poudriere is supposed to be self-sufficient but this creates a dependency for no benefit. As for switching away from autotools I don't see...
Since `test-driver` is customized for our own use, I agree that it should be tracked under version control.
Fix merge conflict