search for: d42450

Displaying 15 results from an estimated 15 matches for "d42450".

2018 Jan 29
4
Migrate utils/ Python 2 scripts to Python 3
...#!/usr/bin/python` (which is a symlink to python2.7 on many platforms) and some of them use Python 2 syntax that is not compatible with Python 3 (e.g. print statements; str/bytes) I created a revision to migrate utils/update_{llc_,}_test_checks.py from Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against making it Python 3 is: * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 pre-installed [0] but not Python 3. * Forcing scripts to use Python 3 (by doing so we can avoid some compatibility trouble) may not be a good idea. Python 2.7 was published in 20...
2018 Jan 30
4
Migrate utils/ Python 2 scripts to Python 3
.../python` (which is a symlink to python2.7 on many platforms) and some of them use Python 2 syntax that is not compatible with Python 3 (e.g. print statements; str/bytes) > > I created a revision to migrate utils/update_{llc_,}_test_checks.py from Python 2 to Python 3 https://reviews.llvm.org/D42450 <https://reviews.llvm.org/D42450> , the arguments against making it Python 3 is: > > * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 pre-installed [0] but not Python 3. > * Forcing scripts to use Python 3 (by doing so we can avoid some compatibility trouble)...
2018 Jan 30
0
Migrate utils/ Python 2 scripts to Python 3
...h is a symlink to python2.7 on many platforms) > and some of them use Python 2 syntax that is not compatible with Python 3 > (e.g. print statements; str/bytes) > > I created a revision to migrate utils/update_{llc_,}_test_checks.py from > Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments > against making it Python 3 is: > > * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 > pre-installed [0] but not Python 3. > * Forcing scripts to use Python 3 (by doing so we can avoid some > compatibility trouble) may not be a good idea. &g...
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
...platforms) and some of them use Python 2 syntax that is not >> compatible with Python 3 (e.g. print statements; str/bytes) >> >> I created a revision to migrate >> utils/update_{llc_,}_test_checks.py from Python 2 to Python 3 >> https://reviews.llvm.org/D42450 <https://reviews.llvm.org/D42450> >> , the arguments against making it Python 3 is: >> >> * There are many Mac OS X users and Mac OS X 10.8 comes with >> Python 2.7 pre-installed [0] but not Python 3. >> * Forcing scripts to use Python 3 (by doing...
2018 Jan 29
0
Migrate utils/ Python 2 scripts to Python 3
.../python` (which is a symlink to python2.7 on many platforms) and some of them use Python 2 syntax that is not compatible with Python 3 (e.g. print statements; str/bytes) > > I created a revision to migrate utils/update_{llc_,}_test_checks.py from Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against making it Python 3 is: > > * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 pre-installed [0] but not Python 3. > * Forcing scripts to use Python 3 (by doing so we can avoid some compatibility trouble) may not be a good idea. > > Pytho...
2018 Jan 29
1
Migrate utils/ Python 2 scripts to Python 3
...(which is a symlink to python2.7 on many platforms) and some of them use Python 2 syntax that is not compatible with Python 3 (e.g. print statements; str/bytes) >> >> I created a revision to migrate utils/update_{llc_,}_test_checks.py from Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against making it Python 3 is: >> >> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 pre-installed [0] but not Python 3. >> * Forcing scripts to use Python 3 (by doing so we can avoid some compatibility trouble) may not be a good idea. >...
2018 Jan 31
2
Migrate utils/ Python 2 scripts to Python 3
...orms) >>> and some of them use Python 2 syntax that is not compatible with Python 3 >>> (e.g. print statements; str/bytes) >>> >>> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >>> making it Python 3 is: >>> >>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >>> pre-installed [0] but not Python 3. >>> * Forcing scripts to use Python 3 (by doing so we can avoid some >>>...
2018 Feb 01
3
Migrate utils/ Python 2 scripts to Python 3
...thon2.7 on many platforms) >> and some of them use Python 2 syntax that is not compatible with Python 3 >> (e.g. print statements; str/bytes) >> >> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >> making it Python 3 is: >> >> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >> pre-installed [0] but not Python 3. >> * Forcing scripts to use Python 3 (by doing so we can avoid some >> compatibility trouble) ma...
2018 Jan 31
0
Migrate utils/ Python 2 scripts to Python 3
...thon2.7 on many platforms) >> and some of them use Python 2 syntax that is not compatible with Python 3 >> (e.g. print statements; str/bytes) >> >> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >> making it Python 3 is: >> >> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >> pre-installed [0] but not Python 3. >> * Forcing scripts to use Python 3 (by doing so we can avoid some >> compatibility trouble) ma...
2018 Jan 31
0
Migrate utils/ Python 2 scripts to Python 3
...t; and some of them use Python 2 syntax that is not compatible with Python 3 >>>> (e.g. print statements; str/bytes) >>>> >>>> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >>>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >>>> making it Python 3 is: >>>> >>>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >>>> pre-installed [0] but not Python 3. >>>> * Forcing scripts to use Python 3 (by doing so we can avoi...
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
...orms) >>> and some of them use Python 2 syntax that is not compatible with Python 3 >>> (e.g. print statements; str/bytes) >>> >>> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >>> making it Python 3 is: >>> >>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >>> pre-installed [0] but not Python 3. >>> * Forcing scripts to use Python 3 (by doing so we can avoid some >>>...
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
...and some of them use Python 2 syntax that is not compatible with Python 3 > >>> (e.g. print statements; str/bytes) > >>> > >>> I created a revision to migrate utils/update_{llc_,}_test_checks.py from > >>> Python 2 to Python 3 https://reviews.llvm.org/D42450 <https://reviews.llvm.org/D42450> , the arguments against > >>> making it Python 3 is: > >>> > >>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 > >>> pre-installed [0] but not Python 3. > >>> * Forcing scri...
2018 Feb 01
5
Migrate utils/ Python 2 scripts to Python 3
...f them use Python 2 syntax that is not compatible with > Python 3 > >>> (e.g. print statements; str/bytes) > >>> > >>> I created a revision to migrate utils/update_{llc_,}_test_checks.py > from > >>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments > against > >>> making it Python 3 is: > >>> > >>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 > >>> pre-installed [0] but not Python 3. > >>> * Forcing scripts to use Python 3 (by doing so we...
2018 Feb 01
0
Migrate utils/ Python 2 scripts to Python 3
...them use Python 2 syntax that is not compatible with Python 3 >>>>> (e.g. print statements; str/bytes) >>>>> >>>>> I created a revision to migrate utils/update_{llc_,}_test_checks.py from >>>>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments against >>>>> making it Python 3 is: >>>>> >>>>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 >>>>> pre-installed [0] but not Python 3. >>>>> * Forcing scripts to use Python 3 (by d...
2018 Feb 01
1
Migrate utils/ Python 2 scripts to Python 3
...f them use Python 2 syntax that is not compatible with > Python 3 > >>> (e.g. print statements; str/bytes) > >>> > >>> I created a revision to migrate utils/update_{llc_,}_test_checks.py > from > >>> Python 2 to Python 3 https://reviews.llvm.org/D42450 , the arguments > against > >>> making it Python 3 is: > >>> > >>> * There are many Mac OS X users and Mac OS X 10.8 comes with Python 2.7 > >>> pre-installed [0] but not Python 3. > >>> * Forcing scripts to use Python 3 (by doing so we...