Git Product home page Git Product logo

Comments (4)

ryanking avatar ryanking commented on August 21, 2024

I'm not familiar enough with jruby to know how extensive problems like this are, but it seems to make sense to push this problem down the package management (echoe in this case). Do any of echoe's competitors do this better?

from cassandra.

tritonrc avatar tritonrc commented on August 21, 2024

I didn't know echoe has competitors :)

One idea that comes to mind is Bundler. We can can create a MRI and JRuby group marking the specific versions of 'json' we want or we can simply execute the statement some code to determine what version to use. Of course, Bundler comes with its own set of warts that can be annoying at times.

Jeweler and newgem appear to be in the same boat as echoe in this regard.

One of the ideas I bounced off Evan last week was the ability to pass a Proc (or string to eval) instead of a plain old string to the dependencies portion of the spec and then call the Proc from gemspec.

from cassandra.

tritonrc avatar tritonrc commented on August 21, 2024

After investigating this for more than a couple of hours, I really don't see a clean way to do this. I thought about adding a 'dependency_eval' stanza to Echoe that would simply be copied through to the .gemspec but all of the heavy lifting of generating the final .gemspec is handled by to_ruby in Gem::Specification.
At this point, I am considering using a Regex to rewrite %q{json} to my snippet above. Admittedly this is very hacky but unless we are willing to go the @wycats route by manually maintaining the .gemspec, I just don't see an easy, straightforward alternative.

from cassandra.

tritonrc avatar tritonrc commented on August 21, 2024

Yeah this is a total non-start at this point. I am just going to create a jruby branch for cassandra and cassandra_object and use Bundler to bring them in for my purposes.

I appreciate the consideration.

from cassandra.

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.