Re: [Vala] [Genie] multi-line structs



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]