Code Review: i-scripts

tfpt review “/shelveset:i-scripts;REDMOND\jimmysch”

Cleans up i* scripts

  • only keep gem, irb, rdoc, ri; delete rack, rails, etc
  • rename Ruby scripts to non-i names, and keep i*.bat files (igem.bat
    and gem)
  • Fix tutorial.bat

Ryan, fwiw, the window for getting this into the V1 release will be
closing down in the next few days.

Sorry I wasn’t able to get this to you in time. I’m finally making some
progress, but I won’t have it done in time for release.

Ryan

Thanks for the update. We can target getting this into the next bug-fix
release (1.0.1).


From: [email protected]
[[email protected]] on behalf of Ryan R.
[[email protected]]
Sent: Friday, April 02, 2010 4:37 PM
To: [email protected]
Subject: Re: [Ironruby-core] Anyone interested in implementing Etc
module for Mono?

Sorry I wasn’t able to get this to you in time. I’m finally making some
progress, but I won’t have it done in time for release.

Ryan

On Mon, Mar 29, 2010 at 1:39 PM, Shri B.
<[email protected]mailto:[email protected]> wrote:
Ryan, fwiw, the window for getting this into the V1 release will be
closing down in the next few days.

Thanks for the update. I am working on it now and will keep you posted.

Ryan R.

Email: [email protected]
LinkedIn: http://www.linkedin.com/in/ryanriley
Blog: http://wizardsofsmart.net/
Twitter: @panesofglass
Website: http://panesofglass.org/

Sounds good. I think I’m making good progress, though figuring out how
to
run tests is a challenge right now. Anyone run tests on linux?

By the way, I finally got a good build by using Ivan’s linux branch on
Mono
2.7 (trunk) using rake compile and setting the environment variables
noted
in the wiki docs. xbuild threw a load of errors. I think I can sort out
the
testing issue by figuring out from Dev.bat what paths I need to get
mspec to
run. Right now it’s not recognized and won’t run.

Ryan R.

Email: [email protected]
LinkedIn: http://www.linkedin.com/in/ryanriley
Blog: http://wizardsofsmart.net/
Twitter: @panesofglass
Website: http://panesofglass.org/

for xbuild you have to turn off warnings as errors with a command-line
switch.
…so I think you can do MONO_IOMAP=all xbuild ./Ruby.sln
/clp:warnaserror-

that last command line parameter could be a little bit different but
that
gives the idea.
You would still need mono trunk because of a bug in the compiler on
2.6.3

Met vriendelijke groeten - Best regards - Salutations
Ivan Porto C.
Web: http://whiterabbitconsulting.eu - http://flanders.co.nz
Twitter: http://twitter.com/casualjim
Author of IronRuby in Action (http://manning.com/carrero)
Microsoft IronRuby/C# MVP

Where is documentation on converting between CLR and Ruby types? I can
get
RubyStrings, but what about Fixnum and Array?

Thanks,

Ryan R.