Re: [Vala] [Genie] multi-line structs
- From: Arc Riley <arcriley ubuntu com>
- To: jamie mccrack gmail com
- Cc: vala-list <vala-list gnome org>
- Subject: Re: [Vala] [Genie] multi-line structs
- Date: Tue, 5 Jan 2010 22:51:44 -0500
35 var attrs = Gdk.WindowAttr () {
36 title = self._title,
37 width = 100, height = 100
38 }
src/windows.gs:36.1-36.7: error: syntax error, expected `=' but got `tab
indent' with previous end of line
This is with git master, works fine when lines 35-37 end in \ though
I have now implemented the python way in master (stuff in parens and
braces may straddle multiple lines) - please verify it works as you now
expect
jamie
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]