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 687143 - HashSet constructor delegate parameters missing type arguments
HashSet constructor delegate parameters missing type arguments
Status: RESOLVED FIXED
Product: libgee
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: libgee-maint
libgee-maint
Depends on:
Blocks: 673918
 
 
Reported: 2012-10-29 20:07 UTC by Evan Nemerson
Modified: 2012-11-04 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add generic type arguments to HashSet constructor delegate parameters. (931 bytes, patch)
2012-10-29 20:07 UTC, Evan Nemerson
committed Details | Review

Description Evan Nemerson 2012-10-29 20:07:03 UTC
Created attachment 227578 [details] [review]
Add generic type arguments to HashSet constructor delegate parameters.

The delegate parameters of the HashSet constructor are missing type arguments.

This becomes fairly nasty when coupled with bug #687142.
Comment 1 Maciej (Matthew) Piechotka 2012-10-29 21:21:04 UTC
Review of attachment 227578 [details] [review]:

Looks good. IIUC it should go to 0.8 and master as it make constructor unusable.
Comment 2 Maciej (Matthew) Piechotka 2012-10-29 21:22:07 UTC
If it does not it should be commited only if it does not break API.
Comment 3 Maciej (Matthew) Piechotka 2012-11-04 15:20:00 UTC
commit 75176a7b0558a8875e57db8384e47d8d6167c666
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Oct 29 13:03:52 2012 -0700

    Add generic type arguments to HashSet constructor delegate parameters.

commit cb3571edbd60e842edf3bf96479cd3dd9089ceb1
Author: Evan Nemerson <evan@coeus-group.com>
Date:   Mon Oct 29 13:03:52 2012 -0700

    Add generic type arguments to HashSet constructor delegate parameters.