You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by holdenk <gi...@git.apache.org> on 2017/11/05 07:41:28 UTC

[GitHub] beam pull request #4079: [BEAM-3143][WIP] Py3 type inferance

GitHub user holdenk opened a pull request:

    https://github.com/apache/beam/pull/4079

    [BEAM-3143][WIP] Py3 type inferance

    Initial work attempt to do type inference correctly in Python 3. Currently this doesn't work for for comprehension in Python 3.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/holdenk/beam BEAM-3143-py3-type-inferance

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/4079.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4079
    
----
commit eac2b826a127e80617b09d761e31750b0f383297
Author: Holden Karau <ho...@google.com>
Date:   2017-11-05T04:28:46Z

    Add a test for lists, switch div in trivial_inference

commit 3b63c6e87e26519b085161a2bf2fbcf31183e56c
Author: Holden Karau <ho...@us.ibm.com>
Date:   2017-08-21T08:18:57Z

    Try and fix some of the type inferance, list generators are kind of not going to work super well as is.

----


---