Skip to content

enabling optional dependencies #235

Open
@hdhoang

Description

@hdhoang

crates are craterred with default features only, thus broken optional dependencies are not reported (case in point: rust-lang/rust#49799 breaks ocl-0.15.0 and clfft-0.3.1, but not basic_dsp_vector-0.5.2 which optionally uses those with use_gpu enabled).

A big hammer like --all-features could be a start, then we can configure mutually-exclusive features for each crate?

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-increase-coverageArea: increase number of tested cratesC-new-featureCategory: a new feature to implement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions