You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucy.apache.org by rectang <gi...@git.apache.org> on 2016/04/07 00:31:52 UTC

[lucy-dev] [GitHub] lucy pull request: LUCY-295 Change I32Array to use size_t (v2)

GitHub user rectang opened a pull request:

    https://github.com/apache/lucy/pull/39

    LUCY-295 Change I32Array to use size_t (v2)

    Change I32Array so that it uses a size_t to index into its array of 32-bit integers. This entails both changes to the class internals and to the internal API. (I32Array is not a public API.)
    
    This pull requests adds one commit to fix the Go bindings compared to v1.

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

    $ git pull https://github.com/rectang/lucy LUCY-295-i32array-size-v2

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

    https://github.com/apache/lucy/pull/39.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 #39
    
----
commit 7e31cc6930fe9c78b9a21124765dc33a98d10759
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-03-31T00:34:19Z

    Change I32Array size to `size_t`.
    
    Only the core module -- all usage sites need to be changed next.

commit 0c494085ac98a77d7969f1a385be1bf39936bb2e
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T00:47:50Z

    Adapt Perl bindings for I32Array size change.

commit bb4f6e44bc55664f7ac4ec5e3c318619ffa6f8f2
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T02:02:38Z

    Adapt PolyReader_sub_tick for changes to I32Array.

commit ffb3c830ac57fd5d94b24b1ad438542238b8ac84
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T02:05:43Z

    Adapt PhraseQuery, ProximityQuery for I32Array.
    
    Adapt these two very similar Query subclasses for the I32Array size
    change.

commit 3f0e59ba8f3f7c99f6ea8950d48c4fcd28a700b9
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T02:09:54Z

    Adapt calls into I32Array APIs for size change.
    
    Add/remove casts for functions where the width of a size argument has
    changed.

commit e7b501caf3e6b6672f7c888e3fadecb30d07b360
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T02:14:53Z

    Various adaptations to I32Array size change.
    
    These changes are a grab bag, some of which are easy to review and some
    of which are more subtle.

commit c07e85462f3d763fa5b2cbfc291eb03c5d52ebe2
Author: Marvin Humphrey <ma...@rectangular.com>
Date:   2016-04-06T22:28:24Z

    Adapt Go bindings for I32Array size change.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[lucy-dev] [GitHub] lucy pull request: LUCY-295 Change I32Array to use size_t (v2)

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/lucy/pull/39


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---