charlierudolph / cucumber_lint

A linter and formatter for cucumber features
MIT License
8 stars 4 forks source link

Doesn't work on JRuby 9.0.0.0 #14

Closed kevgo closed 8 years ago

kevgo commented 9 years ago

I'm not implying that it necessarily should run on that platform. Just putting this on your radar so that there is a single place to talk about this. Here is the stacktrace:

gherkin/formatter/PrettyFormatter.java:293:in `prepareTable': java.lang.ClassCastException: org.jruby.RubyObject cannot be cast to gherkin.formatter.model.Row
    from gherkin/formatter/PrettyFormatter.java:279:in `table'
    from java/lang/reflect/Method.java:497:in `invoke'
charlierudolph commented 8 years ago

I noticed nucleus is not longer using jruby. Do you think this is still worth supporting?

kevgo commented 8 years ago

No urgent need. JRuby is a lot more for edge use cases than I thought initially.