fast-megabyte-33579
03/30/2016, 4:40 PMfast-megabyte-33579
03/30/2016, 4:40 PMfast-megabyte-33579
03/30/2016, 4:40 PMversion_filter using lambda function is no longer supported.
Will be removed in version 0.0.80.
PythonRequirement('pytest-cov>=1.8,<1.9'),
fast-megabyte-33579
03/30/2016, 4:41 PMlimited-country-20626
03/30/2016, 4:41 PMfast-megabyte-33579
03/30/2016, 4:45 PMversion_filter
bored-art-40741
03/30/2016, 4:46 PMbored-art-40741
03/30/2016, 4:46 PMbored-art-40741
03/30/2016, 4:47 PMadorable-glass-89507
03/30/2016, 5:29 PMunmappable character for encoding ASCII
errorsadorable-glass-89507
03/30/2016, 5:29 PM'-S-encoding', '-SUTF-8',
set for compile.zincadorable-glass-89507
03/30/2016, 5:29 PMwitty-crayon-22786
03/30/2016, 5:30 PM-S
is for scala... -C
is for javawitty-crayon-22786
03/30/2016, 5:30 PM'-C-encoding', '-CUTF-8',
'-S-encoding', '-SUTF-8',
adorable-glass-89507
03/30/2016, 5:30 PMadorable-glass-89507
03/30/2016, 5:30 PMmelodic-kite-14017
03/30/2016, 9:04 PM[jvm_options]
-Xmax-classfile-name: 254
to my pants.ini (scala pickler is creating some enormous names) and the scrooge generation job doesn't happen anymore
before:
Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen
17:01:26 00:00 [bootstrap]
17:01:26 00:00 [jar-dependency-management]
17:01:27 00:01 [bootstrap-jvm-tools]
17:01:27 00:01 [imports]
17:01:27 00:01 [ivy-imports]
17:01:27 00:01 [unpack-jars]
17:01:27 00:01 [unpack-jars]
17:01:27 00:01 [deferred-sources]
17:01:27 00:01 [deferred-sources]
17:01:27 00:01 [gen]
17:01:27 00:01 [thrift]
17:01:27 00:01 [protoc]
17:01:27 00:01 [antlr]
17:01:27 00:01 [ragel]
17:01:27 00:01 [jaxb]
17:01:27 00:01 [wire]
17:01:27 00:01 [complete]
after
Executing tasks in goals: bootstrap -> imports -> unpack-jars -> deferred-sources -> gen
17:02:29 00:00 [bootstrap]
17:02:29 00:00 [jar-dependency-management]
17:02:29 00:00 [bootstrap-jvm-tools]
17:02:29 00:00 [imports]
17:02:29 00:00 [ivy-imports]
17:02:29 00:00 [unpack-jars]
17:02:29 00:00 [unpack-jars]
17:02:29 00:00 [deferred-sources]
17:02:29 00:00 [deferred-sources]
17:02:29 00:00 [gen]
17:02:29 00:00 [scrooge]
17:02:29 00:00 [thrift]
17:02:29 00:00 [protoc]
17:02:29 00:00 [antlr]
17:02:29 00:00 [ragel]
17:02:29 00:00 [jaxb]
17:02:29 00:00 [wire]
17:02:29 00:00 [complete]
notice the difference inwitty-crayon-22786
03/30/2016, 9:05 PMwitty-crayon-22786
03/30/2016, 9:05 PM--verify-config
... I don't think that's a valid optionwitty-crayon-22786
03/30/2016, 9:06 PM./pants --verify-config $stuff
will turn it on momentarilymelodic-kite-14017
03/30/2016, 9:06 PMwitty-crayon-22786
03/30/2016, 9:06 PMwitty-crayon-22786
03/30/2016, 9:07 PMwitty-crayon-22786
03/30/2016, 9:07 PMwitty-crayon-22786
03/30/2016, 9:07 PMwitty-crayon-22786
03/30/2016, 9:08 PM--verify-config
by default... i guess people were concerned with performance initially?gentle-potato-32845
03/30/2016, 9:08 PMwitty-crayon-22786
03/30/2016, 9:09 PM[GLOBAL]
section if you want it on before it's on by defaultwitty-crayon-22786
03/30/2016, 9:09 PM[GLOBAL]
verify_config: True
gentle-potato-32845
03/30/2016, 9:10 PM