kschiess / parslet

A small PEG based parser library. See the Hacking page in the Wiki as well.
kschiess.github.com/parslet
MIT License
809 stars 95 forks source link

fix #151 #163

Closed aoitaku closed 7 years ago

aoitaku commented 8 years ago

I think the name of Parslet::Cause has no problem, so I keep it.

olbrich commented 8 years ago

looks good, but I'm having trouble accessing the travis build to see if it's actually working properly.

aoitaku commented 8 years ago

Travis results are :

Ruby 1.9.3 is no longer supported. This can be ignored.

Ruby 2.1 failed because:

NoMethodError: undefined method `spec' for nil:NilClass
An error occurred while installing parslet (1.7.1), and Bundler cannot continue.

Ruby 2.1 or higher, bundler needs to be upgraded because rubygems is updated, but travis uses older version. (see detail)

aprescott commented 7 years ago

I believe a rebase of this PR to include #170 should get the build passing.

aoitaku commented 7 years ago

build got passed thanks to @aprescott.

kschiess commented 7 years ago

Thanks a lot for your work!