[Ironpython-users] IronPython, Daily Digest 9/29/2014

2014-09-30 Thread CodePlex
Hi ironpython, Here's your Daily Digest of new issues for project "IronPython". In today's digest:ISSUES 1. [New comment] BaseHTTPServer doesn't accept empty string as server address like CPython does 2. [New comment] BaseHTTPServer doesn't accept empty string as server address like CPython do

[Ironpython-users] static analysis tool

2014-09-30 Thread Joseph Mortensen
I'm trying to static analysis on python code that has very heavy usage of .NET libraries. I've seen pyflakes, pylint, and pychecker as the main tools to do this stuff in python, but I haven't gotten any of them working properly with IronPython in windows. Are there any recommendations for somet

Re: [Ironpython-users] static analysis tool

2014-09-30 Thread Dino Viehland
Do you want to create your own static analysis rules or just use an existing checker? If it's the latter you could use PTVS's analyzer (I can point you to some example code if so). If it's the former we eventually want to add it to PTVS and when we do that we should pick up IronPython support