Skip to content

Conversation

@seer-by-sentry
Copy link
Contributor

Fixes LAUNCHPAD-6D. The issue was that: ProtoXmlUtils expects protobuf XmlAttribute objects, but receives dataclass XmlAttribute objects lacking the 'compiled_item' field.

  • Added a mapping (_attrs_to_pb_attrs) to store original protobuf attributes associated with their converted attribute lists.
  • Modified _get_attr_value to retrieve and use the original protobuf attributes when performing resource lookups via ProtoXmlUtils.
  • Ensured that ProtoXmlUtils functions receive the full protobuf attribute context, preventing potential issues with compiled items or resource resolution.

This fix was generated by Seer in Sentry, triggered by Hector Dearman. 👁️ Run ID: 8532303

Not quite right? Click here to continue debugging with Seer.

@chromy chromy closed this Jan 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants