tfpt review "/shelveset:19compat;REDMOND\tomat" Comment : Adds LibraryPath19 option. This option allows to set paths to 1.9 libs and is used in -1.9 mode. Implements Kernel#trusted?, Kernel#trust, Kernel#untrust. The flag is always settable and not checked anywhere as we don't support Ruby's security model. Fixes Array#fill overload ambiguity. Fixes Array#== and Hash#== to handle recursive structures properly. Tomas
on 2010-07-19 22:46
on 2010-08-20 17:38
I know I'm a bit late but I have a question. > Implements Kernel#trusted?, Kernel#trust, Kernel#untrust. The flag is always settable and not checked anywhere as we don't support Ruby's security model. Since IR doesn't support Ruby's security model, does this mean that (for example) it's really OK to have Object#clone not preserving the untrusted state of an object or having Kernel#trust and Kernel#untrust not raising an exception if an object is frozen, like happen on MRI 1.9? On Mon, Jul 19, 2010 at 22:35, Tomas Matousek <Tomas.Matousek@microsoft.com> wrote: > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > -- Daniele Alessandri http://clorophilla.net/ http://twitter.com/JoL1hAHN
on 2010-08-20 18:36
The behavior differences you describe should be fixed. This doesn't mean though that you should base any security related decisions upon flags like tainted and untrusted. We are giving no security guarantees based upon these flags. The only security barriers are those defined by CLR security system. Tomas
on 2010-08-20 19:27
OK thanks. I supposed it was just like for the taint status but the "always settable and not checked anywhere" made me wonder if there was something else. On Fri, Aug 20, 2010 at 18:15, Tomas Matousek <Tomas.Matousek@microsoft.com> wrote: > >> Â Adds LibraryPath19 option. This option allows to set paths to 1.9 libs and is used in -1.9 mode. >> > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > _______________________________________________ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > -- Daniele Alessandri http://clorophilla.net/ http://twitter.com/JoL1hAHN
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.