[Python-Dev] Changing Clinic's output (original) (raw)
Ethan Furman ethan at stoneleaf.us
Tue Jan 7 22:15:08 CET 2014
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 01/07/2014 01:04 PM, Antoine Pitrou wrote:
On Tue, 07 Jan 2014 12:33:11 -0800 Ethan Furman <ethan at stoneleaf.us> wrote:
On 01/07/2014 12:07 PM, Antoine Pitrou wrote:
On Tue, 07 Jan 2014 12:03:00 -0800 Ethan Furman <ethan at stoneleaf.us> wrote:
On 01/07/2014 11:53 AM, Antoine Pitrou wrote:
- move all generated code to separate C files, which would then be #included'd into the main module file -1 (Guido has stated a strong dislike for this method) Is it your own opinion too? Otherwise it shouldn't count as a -1. Yes it is. Would you care to elaborate on why you're against it?
Seriously? Are you going to now ask all the other respondents who didn't explain themselves to do so?
I don't care for it because I like to have all the code be in one file. I will say that Serhiy's comment about code churn has given me some pause to think...
Okay, changing my vote to:
- Use both /* AC */ markers for every line and have all the code be in one spot
+1
This way the diffs will easily be clear on what was code generator and what was human. (Thanks, Breamoreboy, for the idea! ;)
--
Ethan
- Previous message: [Python-Dev] Changing Clinic's output
- Next message: [Python-Dev] Changing Clinic's output
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]