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 729488 - Null-coalescing operator doesn't play well with experimental non-null
Null-coalescing operator doesn't play well with experimental non-null
Status: RESOLVED DUPLICATE of bug 611223
Product: vala
Classification: Core
Component: Non-null
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2014-05-04 03:19 UTC by Evan Nemerson
Modified: 2017-04-11 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Evan Nemerson 2014-05-04 03:19:34 UTC
glib-2.0.vapi:983.39-983.56: error: Argument 2: Cannot convert from `string?' to `string'
				ptr = string.copy_to_buffer (ptr, str_array[i] ?? "");
				                                  ^^^^^^^^^^^^^^^^^^
Comment 1 Al Thomas 2017-04-11 16:16:33 UTC

*** This bug has been marked as a duplicate of bug 611223 ***