GNOME Bugzilla – Bug 687143
HashSet constructor delegate parameters missing type arguments
Last modified: 2012-11-04 15:21:23 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.
Review of attachment 227578 [details] [review]: Looks good. IIUC it should go to 0.8 and master as it make constructor unusable.
If it does not it should be commited only if it does not break API.
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.