Does anyone know when is the source code available on http://dynamicsilverlight.net/ going to be committed to the RubyForge SVN repo? Also, it looks like the DLR hosting API has changed. For example, the example code on the IronRuby Wiki ( http://ironruby.rubyforge.org/wiki/wiki.pl?ExecutingIronRubyFromCSharp) no longer works. Is there any public documentation on the updated DLR API? Thanks! ~Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080311/039829e6/attachment.html
Mike Moore:> Does anyone know when is the source code available on > http://dynamicsilverlight.net/ going to be committed to the RubyForge > SVN repo?Soon ... :) I tried pushing out before we left, and something''s mucked up in the sync script. I''ll need to spend some time investigating before I can give you a better ETA. Thanks, -John
The DLR hosting APIs should now closely match the hosting API spec which is available here: http://compilerlab.members.winisp.net/dlr-spec-hosting.pdf There may be small tweaks here and there but they shouldn''t be changing much in the future either. From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Mike Moore Sent: Tuesday, March 11, 2008 1:20 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Shiny New Code Does anyone know when is the source code available on http://dynamicsilverlight.net/ going to be committed to the RubyForge SVN repo? Also, it looks like the DLR hosting API has changed. For example, the example code on the IronRuby Wiki (http://ironruby.rubyforge.org/wiki/wiki.pl?ExecutingIronRubyFromCSharp) no longer works. Is there any public documentation on the updated DLR API? Thanks! ~Mike -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080311/deeccd75/attachment.html
Just updated that wiki page with a working demo I had laying around... wonder why I hadn''t before.. ah well thanks for pointing it out! On Tue, Mar 11, 2008 at 4:19 PM, Mike Moore <blowmage at gmail.com> wrote:> Does anyone know when is the source code available on > http://dynamicsilverlight.net/ going to be committed to the RubyForge SVN > repo? > > Also, it looks like the DLR hosting API has changed. For example, the > example code on the IronRuby Wiki > (http://ironruby.rubyforge.org/wiki/wiki.pl?ExecutingIronRubyFromCSharp) no > longer works. Is there any public documentation on the updated DLR API? > > Thanks! > ~Mike > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-- Michael Letterle [Polymath Prokrammer] http://blog.prokrams.com
Awesome. Thanks Dino! Sent from my iPhone On Mar 11, 2008, at 2:46 PM, Dino Viehland <dinov at exchange.microsoft.com> wrote:> The DLR hosting APIs should now closely match the hosting API spec > which is available here: > > > > http://compilerlab.members.winisp.net/dlr-spec-hosting.pdf > > > > There may be small tweaks here and there but they shouldn?t be chang > ing much in the future either. > > > > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org > ] On Behalf Of Mike Moore > Sent: Tuesday, March 11, 2008 1:20 PM > To: ironruby-core at rubyforge.org > Subject: [Ironruby-core] Shiny New Code > > > > Does anyone know when is the source code available on http://dynamicsilverlight.net/ > going to be committed to the RubyForge SVN repo? > > Also, it looks like the DLR hosting API has changed. For example, > the example code on the IronRuby Wiki (http://ironruby.rubyforge.org/wiki/wiki.pl?ExecutingIronRubyFromCSharp > ) > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/ironruby-core/attachments/20080311/0fcc870b/attachment-0001.html
Does IronRuby support .NET custom attributes? Is this even possible on the DLR? I recall that this was a problem with IronPython, but I wasn''t sure if it also affects DLR-based languages like IronRuby and IronPython v2.0... Brian
IronRuby doesn''t support custom attributes. It currently doesn''t support compilation to static .NET types at all, so there is nothing the attributes could be applied on. We will look at this issue in future. Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Brian Blackwell Sent: Tuesday, March 11, 2008 3:32 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] .NET custom attributes Does IronRuby support .NET custom attributes? Is this even possible on the DLR? I recall that this was a problem with IronPython, but I wasn''t sure if it also affects DLR-based languages like IronRuby and IronPython v2.0... Brian _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core