GNOME Bugzilla – Bug 784927
64bit-portability-issues detected
Last modified: 2018-05-22 15:50:48 UTC
When building new 0.37.1 unstable release, our post build checker complains about 64bit-portability-issues in the following files: [ 63s] E: vala 64bit-portability-issue content/embedded.c:613, 616 [ 63s] E: vala 64bit-portability-issue content/paragraph.c:416, 419 [ 63s] E: vala 64bit-portability-issue content/sourcecode.c:1588 [ 63s] E: vala 64bit-portability-issue content/tablecell.c:485, 488
Created attachment 355568 [details] [review] codegen: Use g_value_*_pointer for nullable ValueType
Created attachment 355742 [details] [review] libvaladoc: Avoid nullable enum as property-type
Comment on attachment 355742 [details] [review] libvaladoc: Avoid nullable enum as property-type Attachment 355742 [details] pushed as 93c41d6 - libvaladoc: Avoid nullable enum as property-type
Confirmed the BRP checks are passing with attachment 355742 [details] [review] added to the package.
Review of attachment 355568 [details] [review]: This issue need to be take care in some way. Applying this unconditionally obviously changes ABI for projects using such typed properties. Should there be some feature compile flag to opt-in?
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/590.