This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexander Riccio
Recipients Alexander Riccio, christian.heimes, loewis, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2015-12-14.22:47:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450133276.45.0.344408542508.issue25847@psf.upfronthosting.co.za>
In-reply-to
Content
> OK, let's move this to patch needed, then, and see if anyone is ambitious enough to do the work needed to make it useful to us :)


I can try and hack it in, just as proof of concept. I think I should just be able to add something like:

/p:EnablePREfast=%EnablePREfast%^

...along with something like:

if "%~1"=="--enable-code-analysis" (set EnablePREfast=true) & shift & goto CheckOpts




God I hate batch scripting.
History
Date User Action Args
2015-12-14 22:47:56Alexander Ricciosetrecipients: + Alexander Riccio, loewis, paul.moore, christian.heimes, tim.golden, r.david.murray, zach.ware, steve.dower
2015-12-14 22:47:56Alexander Ricciosetmessageid: <1450133276.45.0.344408542508.issue25847@psf.upfronthosting.co.za>
2015-12-14 22:47:56Alexander Ricciolinkissue25847 messages
2015-12-14 22:47:55Alexander Ricciocreate