Skip to content

VMS Filename length Assert breaks build on linux #31

Description

@PeterBBBBB

Build fails with;
raised ADA.ASSERTIONS.ASSERTION_ERROR : file name too long: Tangut_Components_Supplement

This file comes from recent versions of unicode-data

Line 200 & 201 in unicode/importer/convert.adb (v26) are

--  On VMS, Filename lengths are limited to 39.39 characters.
      pragma Assert (14 + Pkg'Length <= 39, "file name too long: " & Pkg);

Maybe drop this Assert? Or if VMS is still used, please consider making it OS specific.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions