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 592369 - compiler is complaining about indentation if there are comments
compiler is complaining about indentation if there are comments
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Genie
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jamie McCracken
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2009-08-19 18:49 UTC by Abderrahim Kitouni
Modified: 2009-08-23 04:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Abderrahim Kitouni 2009-08-19 18:49:15 UTC
the following program gives 2 compilation error (one per comment). in both cases, the compiler is 'expecting end of line'

init
	var
//		i = 0
		j = 0
	if i != 0 //this is of course impossible
		print "something wrong"
Comment 1 Jamie McCracken 2009-08-23 04:02:54 UTC
Now fixed in master