Re: [Ironpython-users] IronPython for Android
FTW! On Dec 22, 2011, at 2:34, Jeff Hardy wrote: > In what must have been a fit of insanity, I decided to try porting > IronPython to Mono for Android. Surprisingly, it wan't that hard to > get it to compile, and the new build system makes it much easier to > add more platforms (this is not a coincidence, of course). > > Unfortunately, I don't know enough about MonoDroid to say that it will > work 100%. My very quick hello world demo worked, but it doesn't do > much. I don't know what pieces are only loaded at runtime that will > fail, and I haven't figured out a sane way to run the test suite under > the Android emulator. > > If you want to check it out, there's a preview build available at > http://dl.dropbox.com/u/18551867/IronPython-2.7.2a0.zip (look in > Platforms/android) and the source is at > https://github.com/jdhardy/ironpython/tree/ipy-2.7-android. Please > open any issues on http://ironpython.codeplex.com/workitem/list/basic, > as always. > > This, of course, is just the beginning. MonoTouch, Windows Phone, > Windows 8 Metro, etc. would all be nice additions as well. > > - Jeff > ___ > Ironpython-users mailing list > [email protected] > http://mail.python.org/mailman/listinfo/ironpython-users ___ Ironpython-users mailing list [email protected] http://mail.python.org/mailman/listinfo/ironpython-users
[Ironpython-users] IronPython, Daily Digest 12/21/2011
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py 2. [New comment] IPy version string somewhat misleading. 3. [Status update] 2.0.3: Uninstalling (Ngen'ed) IronPython 2.0.2's MSI doesn't remove Ngen'ing 4. [New comment] Memory leak in IronPython 2.0 CreateScriptSource 5. [Status update] "from System.Net import *" throws "SystemError: Object reference not set to an instance of an object" 6. [Status update] def test_dst() fails on new VMs added to the snap pool 7. [Status update] When console_hw.exe fails in SNAP, it should be automatically closed... 8. [Status update] SNAP failure when sanity check passes 9. [Status update] SNAP: RunDesktopDebuggingTests.cmd now failing on x64 OSes 10. [Status update] SNAP: test_cookielib.py randomly failing 11. [Status update] CPython's test_inspect.py randomly failing in SNAP 12. [Status update] CPython's test_asynchat.py failing randomly in SNAP 13. [Status update] CPython's test_ssl.py failing randomly in SNAP 14. [Status update] SNAP: CPython's test_tokenize.py failing randomly 15. [Status update] test_generator_throw randomly failing in SNAP 16. [Status update] SNAP BLOCKING: test_threadedtempfile_cpy fails randomly 17. [Status update] CPy 2.5 test_weakref.py fails on 32-bit Vista quad core SNAP machines 18. [Status update] SNAP: test_bufio.py failing randomly 19. [Status update] SNAP blocking: test_threadsafety_20 is failing randomly in the Signoff and Main pools 20. [Status update] SNAP BLOCKING: CPy 2.5's test_socket.py fails randomly under ipy 21. [Status update] SNAP blocking: test_cgcheck.py failing in the Signoff SNAP pool 22. [New comment] 2.7.1 Missing Prompts with -i parameter 23. [New comment] 2.7.1 Missing Prompts with -i parameter 24. [Status update] Implement strop module -- ISSUES 1. [New comment] sys.version is incomplete in user created engine, creating problems in platform.py http://ironpython.codeplex.com/workitem/31736 User jdhardy has commented on the issue: "Fixed in baf43f6/a093f70."- 2. [New comment] IPy version string somewhat misleading. http://ironpython.codeplex.com/workitem/31420 User jdhardy has commented on the issue: "Fixed in baf43f6/a093f70."- 3. [Status update] 2.0.3: Uninstalling (Ngen'ed) IronPython 2.0.2's MSI doesn't remove Ngen'ing http://ironpython.codeplex.com/workitem/23556 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "Obsolete."- 4. [New comment] Memory leak in IronPython 2.0 CreateScriptSource http://ironpython.codeplex.com/workitem/20399 User slide_o_mix has commented on the issue: "Is this still the case on 2.7.2?"- 5. [Status update] "from System.Net import *" throws "SystemError: Object reference not set to an instance of an object" http://ironpython.codeplex.com/workitem/25806 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "Can't replicate this with the post-MS environment. "- 6. [Status update] def test_dst() fails on new VMs added to the snap pool http://ironpython.codeplex.com/workitem/24078 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP tests not reproducible"- 7. [Status update] When console_hw.exe fails in SNAP, it should be automatically closed... http://ironpython.codeplex.com/workitem/24496 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP failures not reproducible"- 8. [Status update] SNAP failure when sanity check passes http://ironpython.codeplex.com/workitem/23501 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP failures not reproducible"- 9. [Status update] SNAP: RunDesktopDebuggingTests.cmd now failing on x64 OSes http://ironpython.codeplex.com/workitem/23588 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP failures not reproducible"- 10. [Status update] SNAP: test_cookielib.py randomly failing http://ironpython.codeplex.com/workitem/21692 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP failures not reproducible"- 11. [Status update] CPython's test_inspect.py randomly failing in SNAP http://ironpython.codeplex.com/workitem/27625 User slide_o_mix has updated the issue: Status has changed from Active to Closed with the following comment, "SNAP failures not reproducible"- 12. [Status update] CPython's test_asynchat.py failing randomly i
