[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Odd Ruby 1.9.1.rc2 error message

Yukihiro Matsumoto

1/30/2009 9:48:00 AM

Hi,

In message "Re: Odd Ruby 1.9.1.rc2 error message"
on Fri, 30 Jan 2009 09:52:31 +0900, mwlang88 <mwlang@gmail.com> writes:

|I've been largely successful in compiling Ruby 1.9.1.rc2 and launching
|a Rails 2.2.2 with mysql backend but as I pull in the various gems
|such as hpricot, thin, mongrel, I'm encountering this "top (required)"
|error in many ruby files and not quite sure what it means.
|
|what does this error mean? ---> `block in <top (required)>'

I think you've omitted important part of the message. Could you fully
disclose your error message lines?

matz.

1 Answer

mwlang88

1/31/2009 12:30:00 PM

0

On Jan 30, 4:48 am, Yukihiro Matsumoto <m...@ruby-lang.org> wrote:
> Hi,
>
> In message "Re: Odd Ruby 1.9.1.rc2 error message"
>     on Fri, 30 Jan 2009 09:52:31 +0900, mwlang88 <mwl...@gmail.com> writes:
>
> |I've been largely successful in compiling Ruby 1.9.1.rc2 and launching
> |a Rails 2.2.2 with mysql backend but as I pull in the various gems
> |such as hpricot, thin, mongrel, I'm encountering this "top (required)"
> |error in many ruby files and not quite sure what it means.
> |
> |what does this error mean?  ---> `block in <top (required)>'
>
> I think you've omitted important part of the message.  Could you fully
> disclose your error message lines?
>
>                                                         matz.

Sorry, wasn't meaning to be cryptic. It was an error I encountered in
several gem packages I was attempting to test out in the 1.9
environment, so I was just seeking a general explanation of what the
error meant.

Installing the Ruby 1.9.1.p0 release that was just announced fixed it
and I've since wiped out RC2 (before seeing this request for more
info).

I have yet to see the message again in 1.9.1.p0. If I do encounter,
will definitely update this thread with more info. At any rate, great
work on getting 1.9.1 final released.

Michael