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 577114 - Base access should respect method.vfunc_name instead of using method.name
Base access should respect method.vfunc_name instead of using method.name
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Code Generator
0.5.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-28 19:24 UTC by rainwoodman
Modified: 2009-03-30 07:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Base access should respect method.vfunc_name instead of using method.name (1.19 KB, patch)
2009-03-28 19:28 UTC, rainwoodman
committed Details | Review

Description rainwoodman 2009-03-28 19:24:24 UTC
Please describe the problem:
Base access should use Method.vfunc_name since it is the name of the vfunc in the class structure and can differ from the method name.


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
the patch follows
Comment 1 rainwoodman 2009-03-28 19:28:01 UTC
Created attachment 131587 [details] [review]
Base access should respect method.vfunc_name instead of using method.name
Comment 2 Jürg Billeter 2009-03-30 07:36:47 UTC
commit 9f8853416eb94673c439f470f3625f9b8e33e424
Author: Feng Yu <fengyu@dhcp5-240.iucf.indiana.edu>
Date:   Sat Mar 28 15:20:39 2009 -0400

    Use vfunc_name for base access
    
    Base access should respect Method.vfunc_name instead of using
    Method.name. Fixes bug 577114.