average-sugar-68948
12/16/2022, 9:35 PMfast-nail-55400
12/16/2022, 9:42 PMmain
is definitely not ready yet until that process is done.wide-midnight-78598
12/16/2022, 9:42 PMaverage-sugar-68948
12/16/2022, 9:59 PMwide-midnight-78598
12/16/2022, 10:09 PMtailor
and then run ./pants roots
or something, is everything even picked up correctlyaverage-sugar-68948
12/16/2022, 10:46 PMfast-nail-55400
12/16/2022, 10:49 PM./pants
script, you can set the environment variable PANT_SHA
to a git commit ID from the Pants main
branch and the `./pants`script will download and run from that point on Pants main
wide-midnight-78598
12/16/2022, 10:51 PMPANTS_SHA=d209d1558202349896fa268b2c0a1b3c5fd8b546 ./pants --version
average-sugar-68948
12/17/2022, 1:58 PM./pants tailor <dir>
doesn't modify <dir>/BUILD, when <dir> contains a single <file>.cc. Is that the intended usage?wide-midnight-78598
12/17/2022, 2:35 PMtailor
user, so I can't recall if it updates BUILD files - if you delete that file, does it create one including cc_sources
fast-nail-55400
12/17/2022, 2:46 PMtailor
only adds targets, it doesn't update existing targetsaverage-sugar-68948
12/18/2022, 2:44 PMwide-midnight-78598
12/18/2022, 2:59 PMcc
package? Just a sanity checkaverage-sugar-68948
12/19/2022, 3:28 PMtailor
. Sorry, just getting familiar. So I guess next step is working toward a run/test goal. Did that toolchain-checking PR land?wide-midnight-78598
12/19/2022, 3:33 PMaverage-sugar-68948
12/19/2022, 6:28 PMcc_sources
with clang-format for linting along with my Python, which is nice. I'm currently fudging the build by subprocessing a bash script at import time to build a shared library that is loaded into python with ctypes (oh the humanity!). But I noticed that when including a cc_source
as a dependency in a python_source
, the cc files don't actually make it into the sandbox. I have to use a files
target. Should this work?