What is the current status of the C/C++ plugin? I ...
# plugins
r
What is the current status of the C/C++ plugin? I noticed several PRs that have been merged but it's not obvious from the website whether that work is complete
g
I took a quick peek and I can't see any way to actually produce any artifacts, so I'd judge it as not working.
(Assuming you mean
<http://pants.backend.cc|pants.backend.cc>
)
w
The state of the C/C++ plugin is that I’ve got a whole bunch of stuff to merge from my public repo, but I’ve made a bunch of changes locally in some of my private repos that I use, which might make me want to re-design how it works, as it’s not very efficient at the moment
Mostly because I had one monolithic commit, which needed to be split up, but we’re also migrating to call by name, and a few other changes have left it in an intermediate state while I try to re-factor a few other things first