Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

LUCY-295 More Clownfish size_t adaptations#44

Merged
asfgit merged 10 commits intoapache:masterfrom
rectang:LUCY-295-more-cf-size_t
Apr 27, 2016
Merged

LUCY-295 More Clownfish size_t adaptations#44
asfgit merged 10 commits intoapache:masterfrom
rectang:LUCY-295-more-cf-size_t

Conversation

@rectang
Copy link
Contributor

@rectang rectang commented Apr 26, 2016

Adapt Lucy code for better conformance with Clownfish APIs -- in particular, those that have changed to use size_t for element counts.

rectang added 10 commits April 25, 2016 12:13
Adapt a few more easy-to-review transitions from uint32_t to size_t.
Cast from size_t to uint32_t to avoid -Wconversion warnings.  In each of
these cases, the number of elements in the Vector should be small.
The return value has been widened to size_t, so cast where necessary.
Change variable types or cast as necessary to adapt to size_t `tick`
param to Vec_Fetch.
Adapt for String methods which either return size_t or accept size_t
parameters.
@nwellnhof
Copy link
Contributor

Looks good.

@asfgit asfgit merged commit 7ffa1e0 into apache:master Apr 27, 2016
asfgit pushed a commit that referenced this pull request Apr 27, 2016
Adapt Lucy code for better conformance with Clownfish APIs -- in
particular, those that have changed to use size_t for element counts.

This closes #44.
@rectang rectang deleted the LUCY-295-more-cf-size_t branch April 27, 2016 01:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants