[IronPython] Fix for 29928

2011-02-14 Thread haniti grk
Hi All, I tried to apply the fix as suggested by Dino for 29928. I have submitted a pull request, kindly review. Per my test, it took less than 1 sec (0.01 sec) for a 40 Or expression. Prior to the changes, 3 hours is not enough to complete the statement on a reasonably fast machine. #Haniti#

Re: [IronPython] Non-English Version of Win XP needed

2011-02-14 Thread Slide
On Sun, Feb 13, 2011 at 10:15 PM, Simon Dahlbacka simon.dahlba...@gmail.com wrote: Works for me also.  Swedish xp(sv-FI) On Feb 14, 2011 7:11 AM, Jeff Hardy jdha...@gmail.com wrote: I'd like one other person to confirm this is fixed before I close - Spanish or German preferably, since they

Re: [IronPython] Non-English Version of Win XP needed

2011-02-14 Thread Jeff Hardy
Thanks, guys! I'll close it off now. - Jeff On Mon, Feb 14, 2011 at 7:03 AM, Slide slide.o@gmail.com wrote: On Sun, Feb 13, 2011 at 10:15 PM, Simon Dahlbacka simon.dahlba...@gmail.com wrote: Works for me also.  Swedish xp(sv-FI) On Feb 14, 2011 7:11 AM, Jeff Hardy jdha...@gmail.com

[IronPython] Compiling with MonoDevelop on OSX

2011-02-14 Thread Tristan Zajonc
Has anybody managed to get the IronPython solution to compile using Mono/MonoDevelop on a platform other than Windows? My efforts quickly led me to make more changes to the sources than I'd prefer. Given that a number of bugs are OSX specific, it's much easier to fix them on OSX rather than go

[IronPython] sqlite3 + IP 2.7

2011-02-14 Thread Guillermo López
Hello all, I've managed to get the sqlite3 module ( https://bitbucket.org/jdhardy/ironpython.sqlite/src) working under IronPython 2.6, but it doesn't seem to work with 2.7. I couldn't find any info about compatibility with 2.7, so I'd like to know whether this is a known issue or maybe the

Re: [IronPython] sqlite3 + IP 2.7

2011-02-14 Thread Jeff Hardy
Hi Guillermo, I haven't tried that module against 2.7 in a while, but it should mostly work. You'll have to build from source and adjust the references to point to 2.7B2 - the downloadable packages are 2.6 only. I'll update the downloads to 2.7 shortly after it's released. - Jeff On Mon, Feb

[IronPython] ScriptScope.SetVariable tip

2011-02-14 Thread Steve Dower
Just sharing something I discovered today that surprised me a little. I use ScriptScopes extensively throughout my hosted code to try and prevent interaction between separate scripts. In most cases, since I'm dealing with user-provided keys, I don't cast them to dynamic but access their contents