On Jan 28, 2012 5:37 PM, "Lukasz Mach" <[email protected]> wrote:
>
> However, I saw in sibbling thread, that pyjamas should be "pure GWT port
> to python". If it's true - then apparently monthfield isn't taken from
> GWT, but is hacked DateField and Calendar.
>
> I don't use java, so I'm not able to check, if they have anything like
> monthfield. Could someone who is using it, tell me if they have it and
> is it usable? If yes - should I remove monthfield and replace it with
> widget taken from GWT?
>
> Should pyjamas really pure gwt port to python, nothing more?

the thread wasn't suggesting pyjamas cannot be more, but rather realizing
that GWT represents 95% of the codebase, and pyjamas is a *derivative*.

The idea was to keep the raw translation separate from pyjamas enhancements
or additions -- how will you know where things came from it comes time
(overdue) to update the GWT baseline?  Everything is dumped into the same
namespace, and thus risks being accidentally removed or modified, and makes
it difficult for the people translating to monitor progress, etc etc ...

It just makes life harder for everyone in my mind.  Once a single external
modification is done to an automated translation, even if some must be done
manually (more likely scripted), it cannot safely be ran again.

--

C Anthony

Reply via email to