[#6363] Re: rescue clause affecting IO loop behavior — ts <decoux@...>

>>>>> "D" == David Alan Black <dblack@candle.superlink.net> writes:

17 messages 2000/11/14
[#6367] Re: rescue clause affecting IO loop behavior — David Alan Black <dblack@...> 2000/11/14

Hello again --

[#6582] best way to interleaf arrays? — David Alan Black <dblack@...>

Hello --

15 messages 2000/11/26

[#6646] RE: Array Intersect (&) question — Aleksi Niemel<aleksi.niemela@...>

Ross asked something about widely known and largely ignored language (on

23 messages 2000/11/29
[#6652] RE: Array Intersect (&) question — rpmohn@... (Ross Mohn) 2000/11/29

aleksi.niemela@cinnober.com (Aleksi Niemel) wrote in

[#6723] Re: Array Intersect (&) question — Mathieu Bouchard <matju@...> 2000/12/01

> >Use a hash. Here's code to do both and more. It assumes that

[#6656] printing/accessing arrays and hashes — raja@... (Raja S.)

I'm coming to Ruby with a Python & Common Lisp background.

24 messages 2000/11/30

[ruby-talk:6048] Re: Cygwin conflicts

From: Andrew Hunt <andy@...>
Date: 2000-11-03 18:55:29 UTC
List: ruby-talk #6048
    >Andrew Hunt <Andy@toolshed.com> wrote:
    >> What do you do if you are running an incompatible version of 
    >> the Cygnus utilities?
    >
    >It's my impression that as long as you install the .dll in the same 
    >directory as the executables, that they will be found there before
    >looking in some more global location.  So I just put the .dll in
    >the \bin\ directory of Ruby and haven't seen any problems.

Which is, in fact, where I put the dll in the InstallShield version.
The problem is, I also put that bin directory in the PATH, so the cygnus
stuff stumbles across it and dies.

Now, at the moment (and contrary to my usual Unix philosophy), I am
putting Ruby at the head of the PATH.  If I put it at the end, and you
are right, then Ruby should look for it's dll first next to it's bin,
and cyguns will find their own dll's as usual before stumbling on to ours,
and everybody is happy.

Does that sound right?   (Conrad, could you try this out?)

/\ndy

In This Thread

Prev Next