[#8484] strptime fails to properly parse certain inputs — <noreply@...>

Bugs item #5263, was opened at 2006-08-01 23:14

13 messages 2006/08/02
[#8485] Re: [ ruby-Bugs-5263 ] strptime fails to properly parse certain inputs — Yukihiro Matsumoto <matz@...> 2006/08/02

Hi,

[#8538] Re: [ ruby-Bugs-5263 ] strptime fails to properly parse certain inputs — nobu@... 2006/08/06

Hi,

[#8561] sandbox timers & block scopes — why the lucky stiff <ruby-core@...>

Two puzzles I am trying to solve:

28 messages 2006/08/08
[#8624] Re: sandbox timers & block scopes — why the lucky stiff <ruby-core@...> 2006/08/15

raise ThisDecayingInquisition, "anyone? anyone at all?"

[#8627] Re: sandbox timers & block scopes — MenTaLguY <mental@...> 2006/08/15

On Wed, 2006-08-16 at 00:35 +0900, why the lucky stiff wrote:

[#8628] Re: sandbox timers & block scopes — why the lucky stiff <ruby-core@...> 2006/08/15

On Wed, Aug 16, 2006 at 02:46:30AM +0900, MenTaLguY wrote:

[#8629] Re: sandbox timers & block scopes — "Charles O Nutter" <headius@...> 2006/08/15

On 8/15/06, why the lucky stiff <ruby-core@whytheluckystiff.net> wrote:

[#8690] a ruby-core primer — why the lucky stiff <ruby-core@...>

Hello, all. I've been working on the ruby-core page for the new Ruby site.

21 messages 2006/08/22

Re: a ruby-core primer

From: "M. Edward (Ed) Borasky" <znmeb@...>
Date: 2006-08-24 05:11:21 UTC
List: ruby-core #8707
Dave Howell wrote:
> 
> [ sad tale of dependency hell deleted ]
> Maybe the ruby-core primer could contain information, or a link to
> information, about what's going to be required to work with it? (In this
> case, OSX 10.3.9 apparently isn't good enough. I suppose 10.4's autoconf
> has that extra critical 1/100th of a whatever that makes all the
> difference.) I'm thinking of something relatively broad, like "OSX 10.4,
> RedHat n.n.n, Windows something with development kit X" not something as
> gory as "Autoconf 2.58, gcc compiler 3.3, gcc linker" OK, I have no idea
> what to put after linker, since mine (I think) is "version
> cctools-525.obj~1". But you get my point.
I don't know how this is handled on MacOS, but on "most modern Linux
distros", there is a package/dependency management scheme that, if
properly maintained by the distributor and the user, keeps all of the
dependencies straight. I run Gentoo Linux, and Gentoo's Portage one of
the "big three" package management systems, the other two being Debian's
"apt" and Fedora's/CentOS' "yum".

For example, let's say I just installed a Gentoo system and I want to
install Rails. I type "emerge rails" and it brings in Ruby,
activerecord, gem, and everything else I need automatically. The
versions are all compatible. And when there's an update, it gets done.
Furthermore, if it's broken -- if the update fails, for example, or if a
dependency doesn't get loaded automatically -- it's a bug and the Gentoo
developers fix it. The same is true for Debian.

Strictly within the Ruby universe, most of this happens through
RubyGems, although core things like "make", the C compiler and linker,
etc. aren't gems. The downside is that the user does have to wait for
someone to build the packages. Since most of the Gentoo packages are
installed from source, they tend to show up earlier in Gentoo than the
other distros.

In This Thread