canonical/mir

Review the symbol generator's hidden symbols list

Open

#4,094 opened on Jul 22, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (137 forks)auto 404
Good first issue

Repository metrics

Stars
 (775 stars)
PR merge metrics
 (PR metrics pending)

Description

It seems that the behavior of the symbols generator is not completely consistent (I'm probably missing something here). In previous PRs, a few entries were added to the hidden symbols list (namely, miral::SimulatedSecondaryClick*) that might not be completely required.

We should give this list a look and make sure that every entry is truly required.

Contributor guide