Coder Social home page Coder Social logo

Comments (7)

goodsimon avatar goodsimon commented on September 6, 2024

I resolved this with adding:

gem 'sexp_processor', '> 3.0'
gem 'wrong', '
> 0.6.2'

to my Gemfile that was requiring 'wrong'. You won't get the latest sexp_processor but it will work.

from wrong.

virgoproz avatar virgoproz commented on September 6, 2024

I changed manually the gemspecs and all is good with the latest sexp_processor. Too bad this gem does not get updated.

Another issue is with RubyInline. I d love to use the 3.11+ but Wrong locks it to 3.9 (that contains deprecated code).

RubyInline-3.9.0/lib/inline.rb:375: Use RbConfig instead of obsolete and deprecated Config.

from wrong.

alexch avatar alexch commented on September 6, 2024

I'm in the process of upgrading Wrong to use Ryan's new versions of ruby_parser and ruby2ruby; hopefully that'll fix the sexp_processor and RubyInline fallout.

from wrong.

virgoproz avatar virgoproz commented on September 6, 2024

Awesomness!

On Sep 17, 2012, at 5:51 PM, Alex Chaffee [email protected] wrote:

I'm in the process of upgrading Wrong to use Ryan's new versions of ruby_parser and ruby2ruby; hopefully that'll fix the sexp_processor and RubyInline fallout.


Reply to this email directly or view it on GitHub.

from wrong.

jneen avatar jneen commented on September 6, 2024

With the latest release, @goodsimon's workaround breaks bundle install. Deleting the line makes it work again.

from wrong.

goodsimon avatar goodsimon commented on September 6, 2024

Good to know you're still looking out for us. We miss you @jayferd - talk to Joshua if you are looking for some "entertainment".

from wrong.

alexch avatar alexch commented on September 6, 2024

The latest Wrong has these deps:

s.add_dependency "predicated", "~> 0.2.6"
s.add_dependency "ruby_parser", ">= 3.0.1"
s.add_dependency "ruby2ruby", ">= 2.0.1"
s.add_dependency "sexp_processor", ">= 4.0"
s.add_dependency "diff-lcs", "~> 1.1.2"

After pushing Wrong 0.7.0, I had an odd situation where doing "bundle update wrong" in a different project somehow made bundler forget about predicated, but doing a plain "bundle update" worked fine.

from wrong.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.