hundreds-father-404
01/30/2020, 12:03 AMpython_library(
name = 'strutil',
sources = rglobs('strutil.py') + rglobs('strutil.py'),
tags = {'type_checked'},
)
▶ ./pants --no-print-exception-stacktrace filedeps --no-transitive src/python/pants/util:strutil
ERROR: Build graph construction failed: ExecutionError 1 Exception encountered:
MappingError: Failed to parse src/python/pants/util/BUILD:
TypeError("unsupported operand type(s) for +: 'RGlobs' and 'RGlobs'",)
witty-crayon-22786
01/30/2020, 12:11 AMhundreds-father-404
01/30/2020, 12:12 AMfix_deprecated_glob_usages.py
scriptwitty-crayon-22786
01/30/2020, 12:16 AMwitty-crayon-22786
01/30/2020, 12:17 AMb -A3 'glob' | grep -B3 'exclude = [A-Za-z]'
)witty-crayon-22786
01/30/2020, 12:17 AM./BUILD: sources = globs(
./BUILD- ALL_FILES,
./BUILD- exclude = SCHEMA_EXCLUDES,
witty-crayon-22786
01/30/2020, 12:18 AMwitty-crayon-22786
01/30/2020, 12:18 AMhundreds-father-404
01/30/2020, 12:20 AMwitty-crayon-22786
01/30/2020, 12:20 AMwitty-crayon-22786
01/30/2020, 12:20 AMwitty-crayon-22786
01/30/2020, 12:20 AMpython_library(
sources = MY_SOURCES,
)
python_library(
sources = ['*.py'] + exclude_globs(MY_SOURCES),
)
witty-crayon-22786
01/30/2020, 12:21 AM!
=Pwitty-crayon-22786
01/30/2020, 12:21 AMinvert(..)
or something.witty-crayon-22786
01/30/2020, 12:21 AMinvert_globs
, maybe.witty-crayon-22786
01/30/2020, 12:21 AMaloof-angle-91616
01/30/2020, 3:27 PMhundreds-father-404
01/30/2020, 5:43 PMcargo lock translate
to use the new lockfile format optimized for smaller diffs upon changeshundreds-breakfast-49010
01/31/2020, 2:00 AMhundreds-father-404
01/31/2020, 2:15 AMsubsystem_rule
? These both failed
changed_subsystem, = session.product_request(Changed, [Options, options]) # Options is not a RootRule
changed_subsystem, = session.product_request(Changed, []) # Must give a subject
happy-kitchen-89482
02/03/2020, 7:58 PMhappy-kitchen-89482
02/03/2020, 7:58 PMhappy-kitchen-89482
02/03/2020, 7:59 PMhundreds-father-404
02/03/2020, 7:59 PMnative_engine.so
. That file only needs to be cached somehowhappy-kitchen-89482
02/03/2020, 7:59 PMhundreds-father-404
02/03/2020, 8:00 PMaloof-angle-91616
02/03/2020, 8:00 PMaloof-angle-91616
02/03/2020, 8:01 PMaloof-angle-91616
02/03/2020, 8:01 PMaloof-angle-91616
02/03/2020, 10:09 PM