This is a tracking issue for offering a migration solution for
--incompatible_package_name_is_a_function
This flag disables use of the skylark constants PACKAGE_NAME and REPOSITORY_NAME. Users should use package_name() and repository_name() instead.
Migration
- replace
PACKAGE_NAME with package_name() call
- replace
REPOSITORY_NAME with repository_name() call
The behavior is identical
This is a tracking issue for offering a migration solution for
--incompatible_package_name_is_a_functionThis flag disables use of the skylark constants
PACKAGE_NAMEandREPOSITORY_NAME. Users should usepackage_name()andrepository_name()instead.Migration
PACKAGE_NAMEwithpackage_name()callREPOSITORY_NAMEwithrepository_name()callThe behavior is identical