[
https://issues.apache.org/jira/browse/LUCY-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marvin Humphrey resolved LUCY-88.
---------------------------------
Resolution: Fixed
Assignee: Marvin Humphrey
Committed as r890006.
After making an additional change to Clownfish as r890005 to add typemaps
for the stdint.h types to the Perl bindings, I was able to perform a
s/i64_t/int64_t/g for InStream.h/InStream.c and have all tests pass.
> change Charmonizer to use the standard stdint.h integer types
> -------------------------------------------------------------
>
> Key: LUCY-88
> URL: https://issues.apache.org/jira/browse/LUCY-88
> Project: Lucy
> Issue Type: Improvement
> Components: Charmonizer
> Reporter: Peter Karman
> Assignee: Marvin Humphrey
> Attachments: stdint_h.patch, stdint_h.patch
>
>
> Charmonizer currently uses non-standard type names for specific integer
> sizes. It would be more portable and easier for first-timers to grok if we
> used the standard stdint.h types instead, generating a usable stdint.h on
> systems where it isn't available.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.