Results 151 comments of Alex Earl

I would recommend doing all changes in the ironruby repo. On Fri, Jul 15, 2016, 16:59 Ale Miralles [email protected] wrote: > Hi guys, I been trying to build ironruby using...

_From @amiralles on July 16, 2016 23:45_ All right. I'll do that then. Just another question: Now that you are splitting projects, wouldn't be better for each project/repo to have...

The ironruby has its own build script, but it still has to depend on the dlr somehow. Its currently pulling in a prerelease via nuget. We're going to do a...

_From @amiralles on July 17, 2016 16:18_ That'll be great. Thanks.

Current output is this: ``` SyntaxError: encoding problem: nonsense ```

There is a different error message printed out on CPy 2.7 ``` SyntaxError: encoding problem: nonsense ```

This issue was moved to IronLanguages/ironpython2#183

There has been some significant work that will be part of 2.7.8, is it possible for you to grab the alpha release a d try it out to see if...

@kunom Do your recent changes cover this?

Does that directory only contain .pyc files for the module? IronPython doesn't support .pyc files (precompiled python bytecode).