The good news here is that we're almost done w/ the breaking changes... If you depend on the AST namespace we'll probably break you a little bit more in the next release (all the public fields have become properties), but that should be it.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of JoeSox Sent: Thursday, June 22, 2006 8:05 AM To: Discussion of IronPython Subject: Re: [IronPython] embedding IP in C# Windows .NET GUI On 6/22/06, Dan Shechter <[EMAIL PROTECTED]> wrote: > I can verify that :) > I was able to change beta7 <-> IronPythonTextBox to work together, but > it's not working on beta8 again.... :) Yes, lots of changes in beta8. adding using IronPython.Runtime.Operations; using IronPython.Compiler.AST; eliminates some compile errors but there are some spots that need to be updated. The SetGlobal() and GetGlobal I have already fixed but the others I haven't had time yet, like "Error 8 The best overloaded method match for 'IronPython.Compiler.Parser.FromString(IronPython.Runtime.SystemState, IronPython.Compiler.CompilerContext, string)' has some invalid arguments" and PythonSyntaxError has changed so I need to fix that one. lol I'll probably update the project tonight. -- Later, Joe _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
