Menu

#1899 Ruby SideKick Plugin Parser reports syntax error on correct line

open
nobody
None
5
2018-03-14
2018-01-19
Ronald
No

jEdit 5.4.0, Windows 7, Java 1.8.0, SideKick 1.8, RubyPlugin 0.9.5

I have a syntactically correct program (i.e. it is executed without problems using Ruby 1.9.5 and Ruby 2.3.3), but the RubyPlugin parser reports an error. The offending line is

LOG.if_verbose do |*_;parsz_str|

In the attachment, you see the error message. It seems that the parser doesn't like the semicolon in this line.

1 Attachments

Discussion

  • Ronald

    Ronald - 2018-01-19

    I have added an attachment of the edit buffer, which also shows the line before and the line after the offending line.

     
  • Ronald

    Ronald - 2018-03-14

    Here is an other example, where an error is reported for a correct statement.

     
  • Ronald

    Ronald - 2018-03-14

    And this is the error message.

     

Log in to post a comment.