On 30 August 2015 at 11:18, Lars Schneider <larsxschnei...@gmail.com> wrote:
> Thanks for your feedback!
>
> I like the “handle big files” plugin kind of idea. However, I wonder if it 
> makes sense to put more and more stuff into git-p4.py (>3000 LOC already). 
> What do you think about splitting git-p4 into multiple files?

I was wondering about that. I think for now, the simplicity of keeping
everything in one file is worth the slight extra pain. I don't imagine
that the big-file-handler code would be very large.

>
> Regarding Python 3:
> Would you drop Python 2 support or do you want to support Python 2/3 in 
> parallel? I would prefer the former…

For quite some time we would need to support both; we can't just have
a release of git that one day breaks git-p4 for people stuck on Python
2. But it might not be that hard to support both (though converting
all those print statements could be quite tiresome).
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to