Dave Abrahams
Dave Abrahams
And despite the red X, the output of [this run](https://github.com/hylo-lang/Swifty-LLVM/actions/runs/8210293975/job/22457461323#step:4:214) shows that setting up vsdevenv first fixes the problem.
FWIW: Restarting SourceKit doesn't help me at all; I need to manually copy the generated source file into my project folder to get things to work.
> If it's as easy as publishing multiple Package.swift files I'm onboard; but I never investigated what it would actually take. Pretty sure you'd need to put them in separate...
> Yes. CBOR is the in-memory representation of arbitrary CBOR values. Parsing/reading goes from Data to CBOR to Codable & writing goes from Codable to CBOR to Data. Oh, it's...
No, it doesn't explain what "building fletch" means, unless in this context "building fletch" means _building what "fletch builds"_ (according to the same section): OpenCV, VXL, VTK, etc… a somewhat...
Yes that would clear it up
> Just found this by googling... did this ever happen? I can confirm that if you call your cmake build directory `build` then clangd will look there for compile_commands.json.
To be clear, this is not a request to make the straightforward cmake build work; it's a request that someone (like whoever added the CMake "support", such as it is)...
> If there's a way to expand CMake support, that would be great to see! @natecook1000 Maybe I should read this as, “whatever you, Dave, attest is improving CMake support,...
@natecook1000 Bump. It would be really good to get some clarity on this matter. I currently have 2 open issues and 2 open PRs related to CMake support. I want...