Skip to content

Enabling integer128 feature will break code #563

@epage

Description

@epage

Because features get unified, the enabling of a feature should not break other packages in the dependency tree that did not enable a feature.

If one package in the dependency tree does not enable integer128 and exhaustively destructures Value, then something else enabling integer128 in the dependency tree will break that first package because new enum variants will be added that won't be taken care of.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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