Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • libgweather libgweather
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • libgweatherlibgweather
  • Issues
  • #151
Closed
Open
Issue created Oct 10, 2021 by Emmanuele Bassi@ebassi👣Maintainer17 of 17 checklist items completed17/17 checklist items

Gweather 4.0 tracking

A list of things that need to happen before GNOME 42, in order to release Gweather 4.0:

  • use G_DECLARE_* and G_DEFINE_* macros
  • switch inclusion guard to #pragma once
  • use explicit symbol visibility and drop the symbols map
  • use C99
  • use SPDX license identifiers and copyright text tags instead of free form licensing blurbs
  • ensure that the namespace version matches the version of the library
  • split GTK3 widgets into a separate shared library and/or delete them entirely
  • move tests under their own location, and run them
  • add more tests
  • document all public entry points
  • use a consistent coding style that can be machine generated, and run the coding style check under the CI pipeline
  • run a static analysis tool
  • remove a bunch of old API (!123 (merged))
  • use GListModel across core data types
  • ensure that the API is fully introspectable
  • replace hand-written refcounting with proper GLib refcounting or switch to full object types
  • port core applications to the new API before the freeze

See also: !120 (merged)

Edited Jan 12, 2022 by Emmanuele Bassi
Assignee
Assign to
Time tracking