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 795521 - Broken "lock" on fields with cname ccode-attribute
Broken "lock" on fields with cname ccode-attribute
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Code Generator
0.41.x
Other Linux
: Normal normal
: 0.42
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-24 21:41 UTC by Rico Tzschichholz
Modified: 2018-04-27 12:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
codegen: Respect cname ccode-attribute when creating/using 'lock' field (4.77 KB, patch)
2018-04-24 21:50 UTC, Rico Tzschichholz
committed Details | Review

Description Rico Tzschichholz 2018-04-24 21:41:08 UTC
Naming the mutex fields and accessing them is not respecting the cname ccode-attribute of lockable members.
Comment 1 Rico Tzschichholz 2018-04-24 21:50:12 UTC
Created attachment 371349 [details] [review]
codegen: Respect cname ccode-attribute when creating/using 'lock' field