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 779948 - Replace usage of HashTable with GenericSet if possible as vala suggests
Replace usage of HashTable with GenericSet if possible as vala suggests
Status: RESOLVED FIXED
Product: seahorse
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Seahorse Maintainer
Seahorse Maintainer
Depends on:
Blocks:
 
 
Reported: 2017-03-12 18:02 UTC by Rico Tzschichholz
Modified: 2017-06-22 14:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Replace usage of HashTable with GenericSet if possible as vala suggests (5.52 KB, patch)
2017-03-12 18:02 UTC, Rico Tzschichholz
committed Details | Review

Description Rico Tzschichholz 2017-03-12 18:02:15 UTC
Using HashTable as set is deprecated. Vala provides the dedicated binding
GenericSet which is backed by GHashTable as well.
Comment 1 Rico Tzschichholz 2017-03-12 18:02:20 UTC
Created attachment 347763 [details] [review]
Replace usage of HashTable with GenericSet if possible as vala suggests