Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • G GLib
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 853
    • Issues 853
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • GLib
  • Merge requests
  • !1870

mkenums: Support public/private trigraph again

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Matthias Klumpp requested to merge wip/mak/mkenums-priv-trigraph into master Jan 10, 2021
  • Overview 4
  • Commits 2
  • Pipelines 3
  • Changes 2

Hi! Support for the /*< private >*/ and /*< public >*/ trigraphs in glib-mkenums was added in 9ba17d51 but this change apparently got lost in the Python conversion of this helper script.

This patch adds the change back, and thereby stops the build-log spam as well as honoring the "private" annotation request by skipping the enums coming after that annotation. See the original commit for a more detailed description of this change.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: wip/mak/mkenums-priv-trigraph