After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 769439 - refactor: Move generic type implementations to their own directory
refactor: Move generic type implementations to their own directory
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2016-08-02 15:54 UTC by Adrien Plazas
Modified: 2016-08-02 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
generic: Move generic-uid.vala to 'generic' dir (1.35 KB, patch)
2016-08-02 17:02 UTC, Adrien Plazas
committed Details | Review
generic: Move generic-title.vala to 'generic' dir (1.35 KB, patch)
2016-08-02 17:02 UTC, Adrien Plazas
committed Details | Review
generic: Move generic-game.vala to 'generic' dir (1.35 KB, patch)
2016-08-02 17:02 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2016-08-02 15:54:37 UTC
Now that there are several Generic* classesn they should be moved from `src/utils` to `src/generic` to avoid cluttering `src/utils`.
Comment 1 Adrien Plazas 2016-08-02 17:02:00 UTC
The following fixes have been pushed:
a338027 generic: Move generic-uid.vala to 'generic' dir
dd65ed9 generic: Move generic-title.vala to 'generic' dir
79ad9b3 generic: Move generic-game.vala to 'generic' dir
Comment 2 Adrien Plazas 2016-08-02 17:02:08 UTC
Created attachment 332583 [details] [review]
generic: Move generic-uid.vala to 'generic' dir

This is part of a series of commits moving Generic* implementations from
'src/utils' to 'src/generic'.

This avoid cluttering 'src/utils' and make Generic* classes more
discoverable.
Comment 3 Adrien Plazas 2016-08-02 17:02:16 UTC
Created attachment 332584 [details] [review]
generic: Move generic-title.vala to 'generic' dir

This is part of a series of commits moving Generic* implementations from
'src/utils' to 'src/generic'.

This avoid cluttering 'src/utils' and make Generic* classes more
discoverable.
Comment 4 Adrien Plazas 2016-08-02 17:02:24 UTC
Created attachment 332585 [details] [review]
generic: Move generic-game.vala to 'generic' dir

This is part of a series of commits moving Generic* implementations from
'src/utils' to 'src/generic'.

This avoid cluttering 'src/utils' and make Generic* classes more
discoverable.