Jan Niklas Hasse
Jan Niklas Hasse
@jeremyletang GitHub just added the possibility to archive a repository (make it read-only): https://github.com/blog/2460-archiving-repositories Would you be willing do that for jeremyletang/ears?
Is this repository still maintained? I included this PR in my fork and will try to get ears working again: https://github.com/jhasse/ears
I've fixed some bugs and set up CI for ears: https://github.com/jhasse/ears @jeremyletang Hope it's okay I've also added ears to crates.io. Do you want to continue working on ears atm?...
> cquery should still work with older clang versions There are some deal-breaking bugs with anything lower than 6.0.0 though, e.g. #488. > but it seems CMake can't find libclang.so....
Maybe a warning/error message like "CPM_SOURCE_CACHE is empty" or something like that?
Not explicitly, but `include(CTest)` sets it, doesn't it?
But then I need to set it back to ON after adding the dependency.
Having only to specify which directories to cache once, is a big step forward! :) I'd also love if caching was simple a bunch of commands after which the docker...
Ahh, sorry I didn't explain what I mean exactly: I have the option "save all files before build" enabled, still the old version of .atom-build.json is used when a build...
With the way it works now you can already export the output to a new buffer: - click somewhere on the output - Ctrl+A, Ctrl+C, Ctrl+N, Ctrl+V IMHO that's easy...