pony-vim-syntax icon indicating copy to clipboard operation
pony-vim-syntax copied to clipboard

syntax error: expected name after class [pony/ponyc]

Open killerswan opened this issue 8 years ago • 1 comments

Right after installing the latest pony-vim-syntax, and opening up some files in the latest ponyc master, I see this error.

Syntax has changed? screen shot 2016-03-26 at 8 25 13 pm

That's with syntastic set up more or less like so.

killerswan avatar Mar 27 '16 03:03 killerswan

From here you can see that the error is generated from ponyc --pass=expr parentdir. Either the syntax has changed or ponyc --pass=expr is incorrect, try asking #ponylang on freenode.net or opening an issue at https://github.com/ponylang/ponyc/issues

From pony.g this should be valid as it indicates an optional cap after the class_def.

Earnestly avatar Mar 27 '16 12:03 Earnestly