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 688016 - print statement with no arguments does not compile
print statement with no arguments does not compile
Status: RESOLVED NOTABUG
Product: vala
Classification: Core
Component: Genie
0.18.x
Other All
: Normal normal
: ---
Assigned To: Jamie McCracken
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2012-11-09 21:43 UTC by Tal Liron
Modified: 2013-09-08 21:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tal Liron 2012-11-09 21:43:33 UTC
This won't work:

 print

But this will

 print ""

I guess the first should default to the second!
Comment 1 Jamie McCracken 2013-09-08 21:26:06 UTC
print expects a string argument - closing bug