Does anyone have a problem with rbx not exiting correctly in revision 77?

I'm getting a method missing error on "Exit":


Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

Q:\>c:

C:\>cd IronRuby

C:\IronRuby>rake gen
(in C:/IronRuby)

C:\IronRuby>rake compile
(in C:/IronRuby)
Read in 17 resources from "C:\IronRuby\src\microsoft.scripting\Math\MathResource
s.resx"
Writing resource file...  Done.
Read in 49 resources from "C:\IronRuby\src\microsoft.scripting\Resources.resx"
Writing resource file...  Done.

C:\IronRuby>cd build

C:\IronRuby\build>cd debug

C:\IronRuby\build\debug>dir
 Volume in drive C has no label.
 Volume Serial Number is 9C73-5E6E

 Directory of C:\IronRuby\build\debug

03/13/2008  03:43 PM    <DIR>          .
03/13/2008  03:43 PM    <DIR>          ..
03/13/2008  03:43 PM            36,864 ClassInitGenerator.exe
03/13/2008  03:43 PM            42,496 ClassInitGenerator.pdb
03/13/2008  03:43 PM           458,752 IronRuby.dll
03/13/2008  03:43 PM           274,432 IronRuby.Libraries.dll
03/13/2008  03:43 PM           697,856 IronRuby.Libraries.pdb
03/13/2008  03:43 PM         1,263,104 IronRuby.pdb
03/13/2008  03:43 PM           135,168 IronRuby.Tests.exe
03/13/2008  03:43 PM           198,144 IronRuby.Tests.pdb
03/13/2008  03:43 PM         1,134,592 Microsoft.Scripting.dll
03/13/2008  03:43 PM             1,477 Microsoft.Scripting.Math.MathResources.re
sources
03/13/2008  03:43 PM         3,022,336 Microsoft.Scripting.pdb
03/13/2008  03:43 PM             4,929 Microsoft.Scripting.Resources.resources
03/13/2008  03:43 PM             4,608 rbx.exe
03/13/2008  03:43 PM            11,776 rbx.pdb
              14 File(s)      7,286,534 bytes
               2 Dir(s)  52,908,146,688 bytes free

C:\IronRuby\build\debug>rbx
IronRuby 0.1 on .NET 2.0.50727.1433
Copyright (c) Microsoft Corporation. All rights reserved.

Note that local variables do not work today in the console.
As a workaround, use globals instead (eg $x = 42 instead of x = 42).

>>> exit
c:\IronRuby\src\IronRuby.Libraries\Builtins\Kernel.cs:145:in `Exit': exit (Syste
mExit)
        from c:\IronRuby\src\IronRuby.Libraries\Builtins\Kernel.cs:133:in `Exit'

        from :0:in `main'
        from :0:in `Initialize##1'
>>>
Josh
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to