Skip to content

Clarify value type for SWC "Type" identifier #10

@eleftherioszisis

Description

@eleftherioszisis

The SWC field "Type", corresponding to column index 2, is defined as a positive integer in:

2 Type Type identifier. A positive integer.

And then below in the list of allowed types, there is also a 0 listed as a type for undefined structures:

undefined 0 Structure type unknown or unspecified

However, zero is not a positive integer, therefore there is a conflict between the definition of the field and its allowed values. I would assume that the field type is also allowed to be 0, but could you please verify it?

Metadata

Metadata

Assignees

No one assigned

    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