Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Ruby > Re: Gems as key...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 61 of 71 Topic 12688 of 52647
Post > Topic >>

Re: Gems as key? Re: The real Ruby vs. Python.

by ggarramuno@[EMAIL PROTECTED] (GGarramuno) Oct 29, 2004 at 05:45 AM

>
>Then it sounds like that RubyGems needs to adopt the framework of RPA,
and 
>help improve/adapt it to its needs, e.g. versionsing.
>
>I like RPA. I want to use RPA. But I can't. I have to say "pretty please"

>package this for me. I understand the QA. I think that's great. But I
also 
>think there needs be a way for beta wares to "get on the line". Gems
allows 
>that. So I'll just use Gems.

Amen, brother.  

From trying both, my impression so far (which does not yet include
evaluation
of how C modules are handled) is that rpa is clearly superior for my
needs.

But, as well intentioned as rpa's team may be, not having a well
do***ented and
clean way to distribute your own packages, I see it never catching on.
Mauricio, that web page explaining things really does not explain
anything.  I
could not make head or tails of it.  Having perhaps the rpa "gemspec"
available
for the modules of rpa would be a better approach.

The rubygems team seems to have a somewhat "unfair" advantage as they seem
to
have better "contacts" among the ruby community as they got the benefit of
a
full chapter in the PickAxe and the sup****t of rubyforge.net, and the
one-click
installer while rpa got neither so far.

If RPA's format was do***ented and was as simple to use as a gemspec (or,
better yet, use gemspec itself as it stands, as it is popular enough
already),
I really would not bother with rubygems, imo.

Having tried rubygems, I really did not like it much, except for the
feature of
being in control of packaging my own stuff.  
But even then, as it stands, I saw a lot of problems with it (if I'm wrong
about any of the things below, please let me know).

Things that, imo, rubygems got wrong so far include:

* Lack of atomic installs.  For a system that is sup****ting multiple
versions
of libraries in different directories, perhaps this is not as dangerous.

* The whole versioning thing of installing in separate subdirectories
   This *seems* like a good idea.  But I consider this one of rubygems
biggest
misfeatures. 
  After working at one of python's largest shops in the world for 3 years
and
seeing python code written in the span of 5+ years and having dealt with
perl
for as many years, I can state with some certaintity that the conflict
among
libraries (particularly popular ones) is few and far between.  And in the
rare
cases it arises, it is much easier to just change the library path as
needed or
not upgrade until the libraries you need work nicely together, without
having
to change any code.  If you absolutely need to use a new version of a
library,
naming it, say "library2.0" and using it like that is easier (and much
simpler
as a symbolic link solves all issues without changing a single line of
code).
   As having this feature also encourages libraries to not be mantained or
upgraded, since you can always "use require_gem gem version number to work
around it", I have to say I feel very, very, very strongly against having
this.
   Finally, it isn't clear to me if this feature is compatible with having
installs of platform-indepent modules in a single location.  As I usually
have
to deal with mantaining scripting languages across multiple platforms, I
like
the idea of having a single location where libraries are dumped (usually a
unix
box).  With rubygems, my impression is that it seems like libraries for
multiple platforms would need to be installed repeatedly multiple times
and in
separate locations.

* rubygems adds the whole require_gem which is silly.  It completely
breaks
code written before its appearance and gives sysadmins/coders, at least
for
now, the headache of mantaining two systems.  It also can lead to the same
module being installed normally in different versions, meaning require_gem
returns one version while require returns another.  If rubygems becomes
popular, this may not be an issue.  But there's a lot to say about keeping
any
new system backwards compatible.

* rubygems lacks ri do***entation.  Without that, rubygems should really
not
have been released yet, in my opinion.  Much more im****tant to me than any
silly windows gui installer or what not.

* As a package installer, rubygems currently seems like it does not
sup****t
installing gems that have nested directory constructs.  Again, this is a
huge
problem.  For my Getopt/Declare module, it became just getopt-declare/. 
This
difficults maintaining any complex project with it.  It also difficults
users'
looking up do***entation for it, as ri getopt-declare will deal with
nothing.

Anyway, my $0.02 so far.
 




 71 Posts in Topic:
The real Ruby vs. Python.
Abe Vionas_MailingList &l  2004-10-27 23:11:19 
Re: The real Ruby vs. Python.
James Edward Gray II <  2004-10-27 23:23:25 
Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-27 23:29:29 
Unix vs Windows [was: The real Ruby vs. Python.]
"Curt Hibbs" &l  2004-10-28 00:29:06 
Re: Unix vs Windows [was: The real Ruby vs. Python.]
David Ross <dross@[EMA  2004-10-28 01:05:55 
Re: Unix vs Windows [was: The real Ruby vs. Python.]
Kaspar Schiess <eule@[  2004-10-28 17:10:25 
Re: Unix vs Windows [was: The real Ruby vs. Python.]
Aredridel <aredridel@[  2004-10-28 02:32:29 
Re: Unix vs Windows [was: The real Ruby vs. Python.]
David Ross <dross@[EMA  2004-10-30 13:17:41 
Re: The real Ruby vs. Python.
Alexander Kellett <rub  2004-10-27 23:39:48 
Re: The real Ruby vs. Python.
Howard Lewis Ship <hls  2004-10-27 23:48:23 
Re: The real Ruby vs. Python.
"trans. (T. Onoma)&  2004-10-28 00:07:10 
Re: The real Ruby vs. Python.
Alexander Kellett <rub  2004-10-28 00:18:31 
Re: The real Ruby vs. Python.
=?UTF-8?B?SmFuIEtyw7xnZXI  2004-10-28 00:39:41 
Re: The real Ruby vs. Python.
Matt Mower <matt.mower  2004-10-27 23:51:33 
Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 00:03:14 
Re: The real Ruby vs. Python.
Alexander Kellett <rub  2004-10-28 00:11:07 
Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 00:25:37 
Re: The real Ruby vs. Python.
gabriele renzi <rff_rf  2004-10-27 21:27:57 
Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 06:33:16 
Re: The real Ruby vs. Python.
"trans. (T. Onoma)&  2004-10-27 23:55:01 
Re: The real Ruby vs. Python.
Justin Rudd <justin.ru  2004-10-28 00:18:58 
Re: The real Ruby vs. Python.
gabriele renzi <rff_rf  2004-10-27 21:36:50 
Re: The real Ruby vs. Python.
Justin Rudd <justin.ru  2004-10-28 00:22:11 
Re: The real Ruby vs. Python.
Howard Lewis Ship <hls  2004-10-28 00:50:29 
Re: The real Ruby vs. Python.
Matt Mower <matt.mower  2004-10-28 00:55:37 
Gems as key? Re: The real Ruby vs. Python.
"Its Me" <it  2004-10-27 16:04:54 
Re: Gems as key? Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 01:12:24 
Re: The real Ruby vs. Python.
Austin Ziegler <halost  2004-10-28 01:57:16 
Re: The real Ruby vs. Python.
Austin Ziegler <halost  2004-10-28 02:00:43 
Re: The real Ruby vs. Python.
Joao Pedrosa <joaopedr  2004-10-28 02:38:03 
Re: Gems as key? Re: The real Ruby vs. Python.
Michael DeHaan <michae  2004-10-28 02:45:07 
Re: Gems as key? Re: The real Ruby vs. Python.
"Curt Hibbs" &l  2004-10-28 03:00:08 
Re: Gems as key? Re: The real Ruby vs. Python.
"Curt Hibbs" &l  2004-10-28 03:06:50 
Re: Gems as key? Re: The real Ruby vs. Python.
"trans. (T. Onoma)&  2004-10-28 03:30:25 
Re: Gems as key? Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 04:32:55 
Re: Gems as key? Re: The real Ruby vs. Python.
gabriele renzi <rff_rf  2004-10-27 21:45:40 
Re: Gems as key? Re: The real Ruby vs. Python.
dross@[EMAIL PROTECTED]   2004-10-28 03:35:34 
Re: Gems as key? Re: The real Ruby vs. Python.
dross@[EMAIL PROTECTED]   2004-10-28 03:32:00 
Re: Gems as key? Re: The real Ruby vs. Python.
Eivind Eklund <eeklund  2004-10-28 03:48:10 
Re: Gems as key? Re: The real Ruby vs. Python.
"Its Me" <it  2004-10-27 20:48:17 
Re: Gems as key? Re: The real Ruby vs. Python.
Mauricio =?iso-8859-1?Q?F  2004-10-28 07:34:59 
Re: Gems as key? Re: The real Ruby vs. Python.
"trans. (T. Onoma)&  2004-10-28 09:38:11 
Re: Gems as key? Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 10:13:35 
Re: Gems as key? Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 10:22:18 
Re: Gems as key? Re: The real Ruby vs. Python.
Andreas Schwarz <usene  2004-10-28 06:38:25 
Re: Gems as key? Re: The real Ruby vs. Python.
David Ross <dross@[EMA  2004-10-28 13:48:16 
Re: Gems as key? Re: The real Ruby vs. Python.
Mauricio =?iso-8859-1?Q?F  2004-10-28 20:44:21 
Re: Gems as key? Re: The real Ruby vs. Python.
"David A. Black"  2004-10-28 21:08:08 
Re: Gems as key? Re: The real Ruby vs. Python.
Mauricio =?iso-8859-1?Q?F  2004-10-28 22:14:41 
Re: Gems as key? Re: The real Ruby vs. Python.
Ara.T.Howard@[EMAIL PROTE  2004-10-28 07:53:29 
Re: Gems as key? Re: The real Ruby vs. Python.
Mauricio =?iso-8859-1?Q?F  2004-10-29 02:46:05 
Re: Gems as key? Re: The real Ruby vs. Python.
Chad Fowler <chad@[EMA  2004-10-28 23:31:05 
Cooperation between RubyGems and RPA (Ruby Production Archive)
Mauricio =?iso-8859-1?Q?F  2004-10-29 05:13:27 
Re: Gems as key? Re: The real Ruby vs. Python.
Bill Guindon <agorilla  2004-10-29 01:16:56 
Re: Gems as key? Re: The real Ruby vs. Python.
Gavin Sinclair <gsincl  2004-10-29 01:59:46 
Re: Gems as key? Re: The real Ruby vs. Python.
vruz <horacio.lopez@[E  2004-10-29 02:05:05 
Re: Gems as key? Re: The real Ruby vs. Python.
Hal Fulton <hal9000@[E  2004-10-29 06:33:31 
Re: Gems as key? Re: The real Ruby vs. Python.
Eivind Eklund <eeklund  2004-10-29 02:43:10 
Re: Gems as key? Re: The real Ruby vs. Python.
Chad Fowler <chad@[EMA  2004-10-29 03:06:17 
Cooperation between RubyGems and RPA (Ruby Production Archive)
Mauricio =?iso-8859-1?Q?F  2004-10-28 11:09:54 
Re: Gems as key? Re: The real Ruby vs. Python.
ggarramuno@[EMAIL PROTECT  2004-10-29 05:45:25 
Re: Gems as key? Re: The real Ruby vs. Python.
Eivind Eklund <eeklund  2004-10-28 04:03:15 
Re: The real Ruby vs. Python.
djberg96@[EMAIL PROTECTED  2004-10-27 12:41:46 
Ruby/DL (was Re: The real Ruby vs. Python.)
Jamis Buck <jgb3@[EMAI  2004-10-28 06:53:39 
Re: Ruby/DL (was Re: The real Ruby vs. Python.)
gabriele renzi <rff_rf  2004-10-27 22:44:19 
Re: Ruby/DL (was Re: The real Ruby vs. Python.)
Bill Atkins <batkins57  2004-10-28 07:44:25 
Re: Gems as key? Re: The real Ruby vs. Python.
Chad Fowler <chadfowle  2004-10-28 11:03:53 
Re: Gems as key? Re: The real Ruby vs. Python.
Eivind Eklund <eeklund  2004-10-28 21:09:33 
Re: Ruby/DL (was Re: The real Ruby vs. Python.)
Michael DeHaan <michae  2004-10-28 21:51:43 
Re: Ruby/DL (was Re: The real Ruby vs. Python.)
Jamis Buck <jgb3@[EMAI  2004-10-29 00:30:30 
Re: Ruby/DL (was Re: The real Ruby vs. Python.)
Guillaume Marcais <gus  2004-10-29 02:06:17 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Wed Dec 3 22:59:37 CST 2008.