Coder Social home page Coder Social logo

Comments (6)

fnichol avatar fnichol commented on June 26, 2024

Thanks for bringing this up, @mheffner. Initially, I did an RVM codebase dive to find the version string recognition and it was way more complicated than I expected. Basically a massive hunk of if/elsif constructs. As a result, my quicker-but-stricter implementation is in ruby_string_sane?() and ruby_known?()

When I started this cookbook I was trying to reduce the chances of a failed execution due to invalid user input (i.e. a bad or misspelled ruby string). I've been starting to rethink that position lately, since lots can go wrong in a chef execution given bad attribute metadata.

What do you think the metadata approach should be: a fail-fast (but more inflexible) or the unix chainsaw (anything you want, at your own peril)?

from rvm.

mheffner avatar mheffner commented on June 26, 2024

Personally I'm never a fan of duplicating validation logic, especially if the duplicate could contain bugs or become stale in reference to the canonical version. Therefore, as long as the error message from RVM when a bad ruby name is entered is clear enough, I would not duplicate the validation logic in chef-rvm that RVM is already doing.

from rvm.

relistan avatar relistan commented on June 26, 2024

+1

from rvm.

fnichol avatar fnichol commented on June 26, 2024

I'm almost finished a refactoring which should support the arbitrary RVM ruby strings that the CLI accepts. I'll update this issue when it's complete for some verification.

from rvm.

fnichol avatar fnichol commented on June 26, 2024

All done now. All resources that use rvm/ruby strings should support all the native RVM string forms like '1.8.7', '1.8.7-p352', 'ree', etc.

All the strings now get "normalized" through a Chef::RVM::StringCache class that uses RVM directly.

from rvm.

lock avatar lock commented on June 26, 2024

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from rvm.

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.