#263 warn if both "features.enable-all = true" and "features.hide = [nonempty]" are set in config
Closed: Fixed 2 months ago by decathorpe. Opened 2 months ago by decathorpe.

Using both these settings together causes behaviour that is most likely unwanted - all features are enabled for dependency resolution and building, but some features are not available for building of dependent packages. rust2rpm should warn about this case.

When features need to be removed from packages and all-features needs to be enabled, the only way to do this safely is to patch out the features from Cargo.toml.


Metadata Update from @decathorpe:
- Issue set to the milestone: v26.0 (was: v27.0)

2 months ago

Metadata Update from @decathorpe:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

2 months ago

Login to comment on this ticket.

Metadata