witty-crayon-22786
03/18/2019, 5:12 PMhundreds-father-404
03/18/2019, 5:13 PMwitty-crayon-22786
03/18/2019, 5:14 PMhundreds-father-404
03/18/2019, 5:15 PM.pants-interpreter-constraints file?witty-crayon-22786
03/18/2019, 5:15 PMwitty-crayon-22786
03/18/2019, 5:19 PMaloof-angle-91616
03/18/2019, 5:20 PMhundreds-father-404
03/18/2019, 5:21 PMENV is being set properly! https://travis-ci.org/pantsbuild/pants/jobs/507685813#L519aloof-angle-91616
03/18/2019, 5:21 PMwitty-crayon-22786
03/18/2019, 5:22 PMwitty-crayon-22786
03/18/2019, 5:22 PM1.15.x (ideally today), so if we don't think there is a tiny fix-forward, a revert might be the way to gohundreds-father-404
03/18/2019, 5:22 PM= in that ENV line? We use = every other ENV linealoof-angle-91616
03/18/2019, 5:23 PMENV line accepts two formatsaloof-angle-91616
03/18/2019, 5:23 PMaloof-angle-91616
03/18/2019, 5:24 PM1.15.x i would strongly bias towards a revertaloof-angle-91616
03/18/2019, 5:25 PMaloof-angle-91616
03/18/2019, 5:25 PMwitty-crayon-22786
03/18/2019, 5:26 PMaloof-angle-91616
03/18/2019, 5:26 PMaloof-angle-91616
03/18/2019, 5:27 PMaloof-angle-91616
03/18/2019, 5:28 PMaloof-angle-91616
03/18/2019, 5:28 PMfs_utilwitty-crayon-22786
03/18/2019, 5:28 PMwitty-crayon-22786
03/18/2019, 5:28 PMaloof-angle-91616
03/18/2019, 5:29 PMaloof-angle-91616
03/18/2019, 5:29 PMhundreds-father-404
03/18/2019, 5:30 PMaloof-angle-91616
03/18/2019, 5:30 PMaloof-angle-91616
03/18/2019, 5:35 PMaloof-angle-91616
03/18/2019, 5:36 PMaloof-angle-91616
03/18/2019, 5:41 PMaloof-angle-91616
03/18/2019, 5:42 PMwitty-crayon-22786
03/18/2019, 5:42 PMaloof-angle-91616
03/18/2019, 5:43 PMwitty-crayon-22786
03/18/2019, 5:43 PMPREPARE_DEPLOYaloof-angle-91616
03/18/2019, 5:43 PMwitty-crayon-22786
03/18/2019, 5:43 PMwitty-crayon-22786
03/18/2019, 5:44 PMaloof-angle-91616
03/18/2019, 5:44 PMwitty-crayon-22786
03/18/2019, 5:44 PMaloof-angle-91616
03/18/2019, 7:08 PMaloof-angle-91616
03/18/2019, 7:35 PMaloof-angle-91616
03/18/2019, 7:35 PMfind /source/dist -type f -name 'pantsbuild.pants-1.15.0.dev4+06723833-*.whl'aloof-angle-91616
03/18/2019, 7:35 PMdist/pantsbuild.pants-1.15.0.dev4+06723833/dist/pantsbuild.pants-1.15.0.dev4+6723833-cp27-cp27mu-linux_x86_64.whlaloof-angle-91616
03/18/2019, 7:36 PM+6723833 without a leading 0hundreds-father-404
03/18/2019, 7:36 PMaloof-angle-91616
03/18/2019, 7:36 PMhundreds-father-404
03/18/2019, 7:37 PMaloof-angle-91616
03/18/2019, 7:37 PMaloof-angle-91616
03/18/2019, 7:37 PMwitty-crayon-22786
03/18/2019, 7:38 PMaloof-angle-91616
03/18/2019, 7:39 PM-d to the release.sh command line, which showed the failing find commandaloof-angle-91616
03/18/2019, 7:41 PMsetup-py taskwitty-crayon-22786
03/18/2019, 7:48 PM0?aloof-angle-91616
03/18/2019, 7:48 PMwitty-crayon-22786
03/18/2019, 7:48 PMwitty-crayon-22786
03/18/2019, 7:48 PMwitty-crayon-22786
03/18/2019, 7:48 PMaloof-angle-91616
03/18/2019, 7:49 PMaloof-angle-91616
03/18/2019, 7:49 PMwitty-crayon-22786
03/18/2019, 7:49 PMaloof-angle-91616
03/18/2019, 7:49 PMwitty-crayon-22786
03/18/2019, 7:49 PMaloof-angle-91616
03/18/2019, 8:47 PMaloof-angle-91616
03/18/2019, 8:47 PMX> pex packaging setuptools
Python 2.7.15 (default, Jun 20 2018, 17:40:09)
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.39.2)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from packaging.version import Version
>>> Version('1.15.0.dev4+06723833')
<Version('1.15.0.dev4+6723833')>
>>> str(Version('1.15.0.dev4+06723833'))
'1.15.0.dev4+6723833'
>>>aloof-angle-91616
03/18/2019, 8:48 PMaloof-angle-91616
03/18/2019, 8:48 PMaloof-angle-91616
03/18/2019, 8:48 PMaloof-angle-91616
03/18/2019, 8:48 PMaloof-angle-91616
03/18/2019, 8:48 PMComparison and ordering of local versions considers each segment of the local version (divided by a .) separately. If a segment consists entirely of ASCII digits then that section should be considered an integer for comparison purposes and if a segment contains any ASCII letters then that segment is compared lexicographically with case insensitivity. When comparing a numeric and lexicographic segment, the numeric section always compares as greater than the lexicographic segment. Additionally a local version with a great number of segments will always compare as greater than a local version with fewer segments, as long as the shorter local version's segments match the beginning of the longer local version's segments exactly.
aloof-angle-91616
03/18/2019, 8:49 PMaloof-angle-91616
03/18/2019, 8:49 PMaloof-angle-91616
03/18/2019, 8:49 PMaloof-angle-91616
03/18/2019, 8:49 PMhundreds-father-404
03/18/2019, 8:49 PMaloof-angle-91616
03/18/2019, 8:50 PMstr(packaging.version.Version(version)) so we would need to edit the version string i thinkwitty-crayon-22786
03/18/2019, 8:50 PMaloof-angle-91616
03/18/2019, 8:50 PMaloof-angle-91616
03/18/2019, 8:50 PMaloof-angle-91616
03/18/2019, 8:50 PMwitty-crayon-22786
03/18/2019, 8:50 PMaloof-angle-91616
03/18/2019, 8:51 PMaloof-angle-91616
03/18/2019, 8:51 PMaloof-angle-91616
03/18/2019, 8:51 PMhundreds-father-404
03/18/2019, 8:51 PMdist/ entry I want when debuggingaloof-angle-91616
03/18/2019, 8:52 PMls not sort by modified time? loseraloof-angle-91616
03/18/2019, 8:52 PMhundreds-father-404
03/18/2019, 8:52 PM.zfill(10) (or however many chars hash should be)
"123".zfill(4) -> "0123"
"1234".zfill(4) -> "1234"aloof-angle-91616
03/18/2019, 8:54 PMaloof-angle-91616
03/18/2019, 8:54 PMaloof-angle-91616
03/18/2019, 8:55 PMZaloof-angle-91616
03/18/2019, 8:56 PMpackaging.version.Version() will distort it -- i would like to have a version that isn't changed rather than to work around broken behavioraloof-angle-91616
03/18/2019, 8:56 PMZ instead of 0 and seeing if that worksaloof-angle-91616
03/18/2019, 8:56 PMaloof-angle-91616
03/18/2019, 9:01 PM0 with Z seems to work, taking out the trash while it goesaloof-angle-91616
03/18/2019, 9:05 PMz insteadwitty-crayon-22786
03/18/2019, 9:06 PMaloof-angle-91616
03/18/2019, 9:07 PMwitty-crayon-22786
03/18/2019, 9:07 PMaloof-angle-91616
03/18/2019, 9:07 PMaloof-angle-91616
03/18/2019, 9:08 PMgitaloof-angle-91616
03/18/2019, 9:08 PMaloof-angle-91616
03/18/2019, 9:23 PMaloof-angle-91616
03/18/2019, 9:23 PMaloof-angle-91616
03/18/2019, 9:32 PMaloof-angle-91616
03/18/2019, 9:33 PM