aloof-angle-91616
10/24/2018, 5:21 AMaloof-angle-91616
10/24/2018, 5:32 AMaloof-angle-91616
10/24/2018, 5:36 AMcffi
issue may actually be an issue with the caching of our pants_dev_deps.venv
whenever 3rdparty/python/requirements.txt
is modified (because git clean -xfd
fixed it) -- would need to check the git log to see if this is plausiblechilly-librarian-83669
10/24/2018, 2:37 PMbrief-engineer-67497
10/24/2018, 2:53 PMchilly-librarian-83669
10/24/2018, 3:38 PMchilly-librarian-83669
10/24/2018, 3:42 PMbrief-engineer-67497
10/24/2018, 3:51 PMchilly-librarian-83669
10/24/2018, 4:25 PMwitty-crayon-22786
10/24/2018, 4:29 PMSimpleCodegenTask
... not sure which the best is at the moment.witty-crayon-22786
10/24/2018, 4:29 PMhundreds-father-404
10/24/2018, 4:29 PMmysterious-farmer-45668
10/24/2018, 6:04 PM1.11.0rc0
on my laptop and just ran ./pants
, and I got this: Exception message: While reading from u'<???>' [line 113]: section u'jvm.doc.scaladoc' already exists
mysterious-farmer-45668
10/24/2018, 6:05 PMu'<???>'
it's difficult to figure out what's going on... any clues here on how I can resolve this?mysterious-farmer-45668
10/24/2018, 6:08 PM1.11.0
it was okay to redeclare the pants.ini categories (we had multiple sections of [python-setup]
and [jvm.doc.scaladoc]
)? I merged them and now it workswitty-crayon-22786
10/24/2018, 6:09 PMmysterious-farmer-45668
10/24/2018, 6:49 PMUsers/seolh001/.cache/pants/setup/bootstrap-Darwin-x86_64/1.9.0rc1/lib/python2.7/site-packages/pants/task/simple_codegen_task.py:284: DeprecationWarning: DEPRECATED: SimpleCodegenTask.find_sources is deprecated. Subclasses should instead specify sources_globs and sources_exclude_globs. Class to update: ApacheAvroGen_gen_avro_scala. find_sources will be removed in version 1.10.0.dev0.
. I'm trying to address this by adding the source_globs
variable.mysterious-farmer-45668
10/24/2018, 6:50 PMsources_globs = ('**/*.avsc', '**/*.avdl')
. When I add this line, I get a bunch of compile errors related to the generated avro not being referenced correctlymysterious-farmer-45668
10/24/2018, 6:50 PMsource_globs
syntax wrong? or are there otehr things I need to add?mysterious-farmer-45668
10/24/2018, 6:56 PM'**/*'
did the tricklimited-country-20626
10/24/2018, 6:56 PMmysterious-farmer-45668
10/24/2018, 6:57 PMmysterious-farmer-45668
10/24/2018, 6:57 PMmysterious-farmer-45668
10/24/2018, 6:57 PMmysterious-farmer-45668
10/24/2018, 6:57 PMlimited-country-20626
10/24/2018, 6:58 PMlimited-country-20626
10/24/2018, 6:58 PMmysterious-farmer-45668
10/24/2018, 6:59 PMmysterious-farmer-45668
10/24/2018, 7:04 PMcompile(src/jvm/com/studio/ds/util/sparkle:sparkle) failed: Error expanding globs: Custom { kind: InvalidData, error: StringError("Absolute symlink: \"/Users/seolh001/projects/de-monorepo/.pants.d/ivy/jars/org.scala-lang/scala-compiler/jars/scala-compiler-2.11.12.jar\"") }
mysterious-farmer-45668
10/24/2018, 7:05 PM