File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# scip-clang ChangeLog
22
3+ ## v0.0.5 (testing)
4+
5+ - Fixed spurious error messages showing up during shutdown,
6+ where worker and driver both wait for each other.
7+ (https://github.com/sourcegraph/scip-clang/pull/214 )
8+ - We now check that the ` "file" ` keys in a compilation database
9+ reference files that actually exist on disk, before starting indexing.
10+ This prevents an assertion from being triggered due to indexing failure.
11+ (https://github.com/sourcegraph/scip-clang/pull/209 )
12+
313## v0.0.4 (testing)
414
515- Improved handling and docs for IPC-related errors, such as when
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ constexpr bool debugMode = true;
1515constexpr bool debugMode = false ;
1616#endif
1717
18- #define VERSION " 0.0.4 "
18+ #define VERSION " 0.0.5 "
1919#define LLVM_COMMIT \
2020 " b6e344ce91c8796331fca7644eb8c748ac5391ec" // Keep in sync with setup.bzl
2121
You can’t perform that action at this time.
0 commit comments