enough-analyst-54434
03/26/2019, 8:22 PMwitty-crayon-22786
03/28/2019, 10:03 PM1.15.0rc1
for a few days now without issuehundreds-father-404
03/29/2019, 1:02 AMenough-analyst-54434
03/30/2019, 12:58 AMenough-analyst-54434
04/03/2019, 9:45 PMwitty-crayon-22786
04/06/2019, 3:25 AM1.15.x
ci. i will not be investigating that tonight... but i'm hoping that cherry-picking ... some .travis.yml
change ... will fix it?hundreds-father-404
04/06/2019, 3:47 AMhundreds-father-404
04/06/2019, 3:47 AMtravis_docker
image (https://github.com/pantsbuild/pants/pull/7505), only #7064witty-crayon-22786
04/08/2019, 5:34 PMwitty-crayon-22786
04/10/2019, 10:53 PMwitty-crayon-22786
04/11/2019, 4:17 PMwitty-crayon-22786
04/12/2019, 4:34 PMwitty-crayon-22786
04/12/2019, 7:43 PMhundreds-father-404
04/14/2019, 6:05 PM./pants markdown
and ./pants rst
will render byte literal at top of any generated filewitty-crayon-22786
04/15/2019, 5:36 PMwitty-crayon-22786
04/15/2019, 5:36 PMwitty-crayon-22786
04/15/2019, 5:45 PMwitty-crayon-22786
04/16/2019, 7:55 PMDeploy pants pex unstable
shards on masterhundreds-father-404
04/17/2019, 7:02 PMaloof-angle-91616
04/17/2019, 7:03 PMwitty-crayon-22786
04/17/2019, 7:03 PMaloof-angle-91616
04/17/2019, 7:04 PMhundreds-father-404
04/17/2019, 7:04 PMaloof-angle-91616
04/17/2019, 7:07 PMhundreds-father-404
04/19/2019, 3:56 PMhundreds-father-404
04/22/2019, 1:27 PMenough-analyst-54434
04/22/2019, 2:58 PMaloof-angle-91616
04/22/2019, 4:42 PMaloof-angle-91616
04/22/2019, 11:06 PM./pants generate-pants-ini
, i see pants bootstrapping the venv, resulting in: New virtual environment successfully created at /home/cosmicexplorer/.cache/pants/setup/bootstrap-Linux-x86_64/unspecified_py36.
Adding sensible defaults to /home/cosmicexplorer/projects/active/funnel/pants.ini:
* Pinning `pants_version` to `1.15.0`.
You may modify these values directly in the file at any time. The ./pants script will detect any changes the next time you run it.
You are now ready to use Pants!
after that, when i run ./pants -V
, pants actually bootstraps again from scratch (although it's faster the second time), ending with: New virtual environment successfully created at /home/cosmicexplorer/.cache/pants/setup/bootstrap-Linux-x86_64/1.15.0_py36.
1.15.0
the difference between the two runs seems to be when it creates the venv in .../unspecified_py36
vs .../1.15.0_py36
. is this double bootstrapping a known issue with the setup script? can it be avoided?enough-analyst-54434
04/22/2019, 11:11 PM