Managing different versions of libraries/modules

H

H. Simpson

Does Ruby suffer from the same problems as "dll hell"?

How does Ruby 1.8.2 handle different versions of 3rd party ruby modules
being required by different scripts?

Do 3rd party ruby module names need to include version numbers when they
become incompatible with prior versions?
 
A

Austin Ziegler

Does Ruby suffer from the same problems as "dll hell"?

How does Ruby 1.8.2 handle different versions of 3rd party ruby modules
being required by different scripts?

Do 3rd party ruby module names need to include version numbers when they
become incompatible with prior versions?

Ruby does not yet have a built-in solution for library versioning
issues. There are a couple of third-party approaches that may
ultimately find their way into Ruby at the core, but they are not
feature complete and matz has not indicated one way or another except
that they must meet the usual level of quality.

-austin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top