Skip to content

_objc_expand_and_tokenize isn't backwards compatible with LTS releases #519

@keith

Description

@keith

return _cc_internal.expand_and_tokenize(**kwargs)

this code relies on cc_common having expand_and_tokenize, but that wasn't the case until bazelbuild/bazel@eb1bba0#diff-538c699a2bb42c3a1c7436b75fa3390c18d8ce0718d6805d03118a067e28d800

which isn't present in bazel 8.4.2, leading to this code failing at that point. I think we need to point to the since removed objc_internal version of this method if it is still present? I tried some variations with _builtins.internal.objc_internal but that doesn't seem to work, I assume intentionally

Metadata

Metadata

Assignees

No one assigned

    Labels

    untriagedTeam member has to triage this issue - assign priority, type, and owner (if possible).

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions