Skip to content

ud.convert error on vectors of size > 2^32 #6

Description

@jameshiebert

ud.covert uses rep() to construct the return value before filling it in. Unfortunately, rep() fails for vector sizes > 2^32 or 4GB. ud.convert should be changed to use rep_len (which is unaffected) or to not use rep at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions