*On Behalf Of *Dino
> Viehland
> *Sent:* Thursday, February 23, 2012 10:16 PM
> *To:* Slide; [email protected]
> *Subject:* Re: [Ironpython-users] Patch
>
> ** **
>
> This is awesome, a couple comments:
>
> Can AssemblyRes
ailto:
> [email protected]] *On Behalf Of *
> Slide
> *Sent:* Thursday, February 23, 2012 7:55 PM
> *To:* [email protected]
> *Subject:* [Ironpython-users] Patch
>
> ** **
>
> Just wanted to get this out for review before I pu
Good point, I'll make the change before pushing.
On Thu, Feb 23, 2012 at 9:32 PM, Jeff Hardy wrote:
> On Thu, Feb 23, 2012 at 7:55 PM, Slide wrote:
> > Just wanted to get this out for review before I push it. I would have
> done
> > it through my fork on github and issued a pull request, but my
; [email protected]
Subject: Re: [Ironpython-users] Patch
This is awesome, a couple comments:
Can AssemblyResolve be moved into PythonOps? It looks like it
keys off of Assembly.GetEntryAssembly() and so doesn't rely on anything in the
generated assembly. That'
[email protected]
[mailto:[email protected]] On Behalf Of
Slide
Sent: Thursday, February 23, 2012 7:55 PM
To: [email protected]
Subject: [Ironpython-users] Patch
Just wanted to get this out for review before I push it. I would have done it
On Thu, Feb 23, 2012 at 7:55 PM, Slide wrote:
> Just wanted to get this out for review before I push it. I would have done
> it through my fork on github and issued a pull request, but my fork is
> currently messed up. Let me know if you see anything out of the ordinary.
>
> Fixes 32288 and 26706
Just wanted to get this out for review before I push it. I would have done
it through my fork on github and issued a pull request, but my fork is
currently messed up. Let me know if you see anything out of the ordinary.
Fixes 32288 and 26706
Thanks,
slide
--
Website: http://earl-of-code.com
Hi, Dino,
Von: Dino Viehland [mailto:[email protected]]
>> [... reporting warnings for old print statement syntax ...]
> You could add a thread static bool which tracks whether or not we're
> already reporting the warning, and if so don't recurse and report again.
That would fix the problem wit
python.org] On Behalf Of
Markus Schaber
Sent: Thursday, October 13, 2011 1:26 AM
To: Markus Schaber; Discussion of IronPython
Subject: Re: [Ironpython-users] Patch: Warn user when using old print syntax
Hi,
Von: [email protected]
> Von: Markus Sc
Hi,
Von: [email protected]
> Von: Markus Schaber
> > The patch below emits a warning during Compilation for print
> > statements whose argument list does not start with a '(' if Py3k warnings
> are enabled.
>
> Somehow, this patch leads to a StackOverFl
Hi,
Von: Markus Schaber
> The patch below emits a warning during Compilation for print statements
> whose argument list does not start with a '(' if Py3k warnings are enabled.
Somehow, this patch leads to a StackOverFlowException in some cases, so please
don't apply it.
(It seemed to work fine
Thanks!
Can you make this a pull request on GitHub? It's much easier to manage
patches from there.
- Jeff
On Wed, Oct 12, 2011 at 7:44 AM, Markus Schaber
wrote:
> Hi,
>
> Von: Markus Schaber
>> Von: Dino Viehland [mailto:[email protected]]
>> > So you want to warn if the file contains a print
Hi,
Von: Markus Schaber
> Von: Dino Viehland [mailto:[email protected]]
> > So you want to warn if the file contains a print statement w/o from
> > __future__ import print_function? What if it's a call to print such
> > as
> > print('foo') which is valid in both 2.x and 3.x?
>
> Considering o
13 matches
Mail list logo