Commit a964493
John Sirois
Many big changes in pants python support along with handy new python libraries this time around!
pants:
+ Fix bang meta-target ~duplicate dep handling
+ Add the ability to override javac compilerargs for compile.
+ Add support for egg dependencies
+ Add pex self-contained binary format generated for python_binary targets
+ Add support for python thrift stub generation
+ Add pylint support
+ Introduce test size layering by convention in BUILD files
jvm:
+ Fix a ZooKeeper client leak when using the get(timeout) API and a timeout occurs
+ Add CompatibilityCodec and support json/thrift binary serialization for ServerSets
+ StateMachine improvements
+ Generalized ObjectSizeCalculator so it correctly works for both 32-bit and 64-bit HotSpot JVM
+ Various checkstyle fixes
+ Add an installable EnumParser for @cmdline Args
+ Dependency upgrades: slf4j 1.6.1 and guice 3.0
python:
+ Restructure twitter python under (src|tests)/python/twitter
+ Add deprecation decorators
+ Add recordio library for structured log reading and writing
+ Add an options library that supports declaring options at point of use instead of in ~__main__
+ Add glog style logging library
(sapling split of 89ae581d728aecc39bde1e8843209a0998cd2b96)1 parent 1fea5d3 commit a964493
File tree
101 files changed
+7534
-9
lines changed- 3rdparty/python
- build-support/pylint
- src/python/twitter/pants
- ant
- templates
- src
- java
- protobuf
- scala
- thrift
- tests
- java
- scala
- base
- bin
- commands
- doc/assets
- eclipse/templates
- idea/templates
- python
- bootstrap
- targets
- tests/python/twitter/pants
- ant
- base
- python
- targets
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
101 files changed
+7534
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments