<@U0N6C2Q9F>: finally going to get around to <http...
# development
w
@fast-nail-55400: finally going to get around to https://github.com/pantsbuild/pants/pull/15092 … it sounds like it has fewer unknowns than the rust patch?
so i’ll probably look at that one first
f
I believe so, yes. C/C++ sources are compiled individually so target modelling is similar to Python.
the main choice is deciding to put C/C++ sources into the same target type
and then a to-be-written compile rule will use the file extension to decide which compiler to use.
so this PR should be a good modelling unike the Rust PR which needs a bit of work on the target modelling side