Skip to content

Conversation

@benjaminmah
Copy link
Contributor

@benjaminmah benjaminmah commented Feb 14, 2025

Resolves mozilla/bugbug#4682.

When the Fenix component model returns General, it ensures that it is classified as GeckoView::General not Fenix::General.

Checklist

  • Type annotations added to new functions
  • Docs added to functions touched in main classes
  • Dry-run produced the expected results
  • The to-be-announced tag added if this is worth announcing

Comment on lines -131 to +134
data["class"] = f"Fenix::{data['class']}"
if data["class"] == "General":
data["class"] = "GeckoView::General"
else:
data["class"] = f"Fenix::{data['class']}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benjaminmah is this still relevant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Based on the conversation with Marco here: mozilla/bugbug#4682 (comment), we can leave as it is. However, I was under the impression that we wanted the Fenix model to move bugs to GeckoView as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suhaibmujahid I was thinking we could just close this PR for now. WDYT?

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.

The Fenix component model classify GeckoView::General as Fenix::General

2 participants