Aaron Clauson
2008-Oct-18 04:57 UTC
[Ironruby-core] Microsoft.Scripting.ExtensionAttribute
Hi All, I''m attempting to build from Trunk but am having a problem with assembly references. The main projects are referencing a Microsoft.Scripting.ExtensionAttribute assembly that doesn''t seem to be in svn. The object that seems to be heavily used from that assembly is System.Runtime.CompilerServices.ExtensionAttribute can also be found in System.Core but adding a reference to that for the Microsoft.Scripting project generates 900 errors. Is there a trick to building from Trunk now or is the missing Microsoft.Scripting.ExtensionAttribute assembly required? Regards, Aaron -- Posted via http://www.ruby-forum.com/.
Curt Hagenlocher
2008-Oct-18 14:14 UTC
[Ironruby-core] Microsoft.Scripting.ExtensionAttribute
We''ve had to do a lot of tap-dancing to deal with the overlap between
Microsoft.Scripting.Core and System.Core. Some of this ended up being very
"last minute" as part of releasing IronPython 2.0 -- and these changes
haven''t necessarily made it into the IronRuby export script.
We''re trying to juggle that with PDC preparation right now, so I
don''t know how quickly the script will be updated.
The added assembly really contains nothing but the following code:
namespace System.Runtime.CompilerServices {
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class |
AttributeTargets.Assembly)]
public sealed class ExtensionAttribute : Attribute { }
}
-----Original Message-----
From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at
rubyforge.org] On Behalf Of Aaron Clauson
Sent: Friday, October 17, 2008 9:57 PM
To: ironruby-core at rubyforge.org
Subject: [Ironruby-core] Microsoft.Scripting.ExtensionAttribute
Hi All,
I''m attempting to build from Trunk but am having a problem with
assembly
references. The main projects are referencing a
Microsoft.Scripting.ExtensionAttribute assembly that doesn''t seem to be
in svn.
The object that seems to be heavily used from that assembly is
System.Runtime.CompilerServices.ExtensionAttribute can also be found in
System.Core but adding a reference to that for the Microsoft.Scripting
project generates 900 errors.
Is there a trick to building from Trunk now or is the missing
Microsoft.Scripting.ExtensionAttribute assembly required?
Regards,
Aaron
--
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
Ironruby-core at rubyforge.org
http://rubyforge.org/mailman/listinfo/ironruby-core