[#9854] BUG: ruby-yarv 1.9 undefined method `close' for nil:NilClass in ensure — ville.mattila@...
Hello,
[#9864] String#upto edge case - empty string causes infinite loop — Daniel Berger <Daniel.Berger@...>
Hi,
Hi,
On 1/8/07, Yukihiro Matsumoto <matz@ruby-lang.org> wrote:
> -----Original Message-----
On 1/8/07, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
> -----Original Message-----
On 1/9/07, Berger, Daniel <Daniel.Berger@qwest.com> wrote:
[#9869] a block argument within a block which argument has the same name leaks — <noreply@...>
Bugs item #7680, was opened at 2007-01-08 22:53
Hi,
On Jan 8, 2007, at 2:30 PM, Yukihiro Matsumoto wrote:
Hi,
Hi --
Hi,
Hi --
Hi,
Hi,
Evan Phoenix wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
On Jan 10, 2007, at 8:43 AM, Yukihiro Matsumoto wrote:
Hi,
Hi,
Hi,
[#9897] Time Zone printing differently for 1.8.4 and 1.8.5. — "Jim Freeze" <jim@...>
> ruby -rparsedate -ve 'puts Time.mktime(* ParseDate.parsedate("Thu Nov 02
[#9908] rdoc for 1.8.5 not creating Module docs? — James Britt <james.britt@...>
When running rdoc over the current 1.8.5 source, the resulting HTML file
[#9926] Fix for File and File::Stat to deal with bogus stat.st_size member — <noreply@...>
Patches item #7760, was opened at 2007-01-11 14:26
On Fri, 12 Jan 2007, noreply@rubyforge.org wrote:
> -----Original Message-----
On Sat, 13 Jan 2007, Berger, Daniel wrote:
[#9949] sandbox 0.4 (r115) with a new patch — _why <why@...>
Okay, here's the latest release of the freaky freaky sandbox.
[#9959] anonymous classes share single alloc function — <noreply@...>
Bugs item #7974, was opened at 2007-01-18 13:28
[#9960] Scoping and locating definitions — Jos Backus <jos@...>
Consider the following:
Jos Backus schrieb:
On Fri, Jan 19, 2007 at 06:40:03PM +0900, Pit Capitain wrote:
On Sat, Jan 20, 2007 at 02:18:19AM +0900, Jos Backus wrote:
On 1/20/07, Jos Backus <jos@catnook.com> wrote:
Jos Backus schrieb:
On Sun, Jan 21, 2007 at 04:39:52AM +0900, Pit Capitain wrote:
Jos Backus schrieb:
[#9969] Allowing Unicode in the grammar? — "Berger, Daniel" <Daniel.Berger@...>
Hi Matz,
[#9996] new method dispatch rule (matz' proposal) — SASADA Koichi <ko1@...>
Hi,
Hi,
It's late for me here, so I have just brief comments below...
Hi,
SASADA Koichi wrote:
Hi,
On Jan 23, 2007, at 7:41 AM, Yukihiro Matsumoto wrote:
On Tue, 23 Jan 2007, James Edward Gray II wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
Yukihiro Matsumoto wrote:
Hi,
The more this discussion goes on, the more I worry that Joe Q Public
Hi,
[#10019] stable branch policy & schedule for 1.8.6 — "Akinori MUSHA" <knu@...>
Core developers,
Akinori MUSHA wrote:
Charles Oliver Nutter wrote:
On Jan 23, 2007, at 22:13, Joel VanderWerf wrote:
At Wed, 24 Jan 2007 15:13:52 +0900,
Hello,
Hi,
[#10066] class variables and inheritance — <noreply@...>
Bugs item #8156, was opened at 2007-01-25 15:05
[#10068] Re: Method Dispatch (was Adding methods to String, but only in my own Module?) — gwtmp01@...
[#10085] Collaborative Ruby Language Specification — "John Lam (CLR)" <jflam@...>
Hi Everyone,
On 1/28/07, John Lam (CLR) <jflam@microsoft.com> wrote:
Hi --
>> I'm not sure what there is to be non-neutral about :-)
Hi --
On Mon, 29 Jan 2007, dblack@wobblini.net wrote:
John Lam (CLR) wrote:
> I hope such a spec would be developed "in the open" from the beginning,
M. Edward (Ed) Borasky wrote:
-----BEGIN PGP SIGNED MESSAGE-----
On 1/30/07, Eustaquio Rangel de Oliveira Jr. <eustaquiorangel@yahoo.com> wrote:
On 1/30/07, Nikolai Weibull <now@bitwi.se> wrote:
> > I was checking some CLR opinions and - correct me please if I'm wrong - seems
[#10114] add usage of uri.userinfo to open-uri.rb — <noreply@...>
Patches item #8309, was opened at 2007-01-30 15:25
On 2007/01/31, at 06:07, Yukihiro Matsumoto wrote:
Hi,
On Thu, Feb 01, 2007 at 01:19:34AM +0900, Yukihiro Matsumoto wrote:
Hi,
Hi matz,
Hi,
On Feb 2, 2007, at 7:40 PM, Yukihiro Matsumoto wrote:
[#10135] Another .document patch. — Hugh Sasse <hgs@...>
I have been looking at the tips for irb at:
Compiling ruby on cygwin-1.3.2
Hello..
This is my first port so.. Thanks for Ruby! Its amazying..
So I want to have it on every platform im working on ;)
Now, back to the subject.
I have problem w/ compiling (actualy using..) Ruby on Cygwin-1.3.2.
I know that problem is cygwin + WinXP specifing since on Win2000
everything works.. (Except bunch of Compilation warnings and one
error).
Now, this happens when im compiling Ruby on cygwin-1.3.2:
# ./miniruby.exe
u:\DEVEL\SRC.OTHER\ruby-1.8.5-p12\miniruby.exe: *** Couldn't
reserve space for cygwin's heap (0x2890000) in child, cygheap,
Win32 error 487
miniruby is needed to prepare some stuff to build main ruby.exe
But.. I just copied ruby.exe from my Win2000 box (exacly same cygwin)
and it doesnt work too.
I dont really know what the hell is going on.. This is my first
error like that.. Im working on cygwin from years.. and compiled
dozens of apps.
So after a while of googling I decided to use different aproach:
Makefile:
------------------------------------------------------------------
CC=gcc
# Cygwin
CFLAGS = -w -O
LFLAGS =
LIBS = -lcrypt
APPN = miniruby
OBJS = main.o \
array.o bignum.o class.o compar.o dir.o dmydln.o enum.o \
error.o eval.o file.o gc.o hash.o inits.o io.o dmyext.o \
marshal.o math.o numeric.o object.o pack.o parse.o \
process.o prec.o random.o range.o re.o regex.o \
ruby.o signal.o sprintf.o st.o string.o struct.o \
time.o util.o variable.o version.o \
flock.o
.c.o:
$(CC) $(CFLAGS) -c $?
all: $(OBJS)
$(CC) $(LFLAGS) -o $(APPN) $(OBJS) $(LIBS)
clean:
rm *.o
------------------------------------------------------------------
As you can see.. there is nothing cygwin specific.. I copied all *.c
and *.h files from Ruby root dir and 1 files from missing/
(./configure reported that 2 files needs to be used.. wrong.)
(So BIIIG + For developers.. seems *.c sources are clear as diamond..
no warnings during compilation of that)
After make I get one weird thing.. I never saw sth like that too..
gcc -o miniruby main.o array.o bignum.o class.o compar.o dir.o dmydln.o
enum.o error.o eval.o file.o gc.o hash.o inits.o io.o dmyext.o marshal.o
math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o
re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o
variable.o version.o flock.o -lcrypt
Warning: resolving _GetLastError by linking to _GetLastError@0
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
Really odd warning.. but okey.. its just a warning afterall :)
And now.. suprise.. miniruby.exe works fine.. I tested it on one of my
script and vioala.. no problems.
Now qustions.
1) What is the difference between miniruby and ruby itself?
Maybe I just waste your time guys and miniruby will be enough for me
;)
2) If not.. anyone interested in fixing that issue.
The esiest way I think is to add Makefile.cyg and bypass
configure. It looks b0rked to me.. adding a lot of crap.
All stuff I build on cygwin are staticaly linked.. Just to avoid
problems..
Or maybe you see different way to fix that?
Best regards,
Borg