Re: [Ironpython-users] [Ironruby-core] IronRuby scripting in Windows Store apps

2012-08-28 Thread Jeff Hardy
On Tue, Aug 28, 2012 at 2:11 PM, Curt Hagenlocher wrote: > ...as opposed to one of a set of predefined types whose source is compiled > into IronRuby. Or any types precompiled ahead of time, which is what I'm working on now. I need it for Android anyway, but it looks like I'll need it here too.

Re: [Ironpython-users] [Ironruby-core] IronRuby scripting in Windows Store apps

2012-08-28 Thread Curt Hagenlocher
...as opposed to one of a set of predefined types whose source is compiled into IronRuby. On Tue, Aug 28, 2012 at 1:38 PM, Tomas Matousek < [email protected]> wrote: > That's correct, new types can't be generated at runtime and hence it is > not possible to inherit from an arbitrary CL

Re: [Ironpython-users] [Ironruby-core] IronRuby scripting in Windows Store apps

2012-08-28 Thread Tomas Matousek
That's correct, new types can't be generated at runtime and hence it is not possible to inherit from an arbitrary CLR type. Tomas -Original Message- From: [email protected] [mailto:ironpython-users-bounces+tomas.matousek=microsoft@pytho

Re: [Ironpython-users] [Ironruby-core] IronRuby scripting in Windows Store apps

2012-08-28 Thread Jeff Hardy
On Sat, Aug 25, 2012 at 3:39 PM, Tomas Matousek wrote: > > IronPython doesn’t build yet for Win8 profile, there is quite a bit of work > to be done to make it work. If anyone is interested in making IronPython work > or improving IronRuby let me know. I'm interested (as you know) and I'm alread

[Ironpython-users] IronPython, Daily Digest 8/27/2012

2012-08-28 Thread no_reply
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] IronPython 2.6 not finding a .pyc file. 2. [New issue] Make PythonHiddenAttribute public -- ISSUES 1. [New comment] IronPython