You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ability to write helper modules that will output kwargs for targets that follow a specific convention, such as a module for libtool naming and versioning, which many projects porting from Autotools need to maintain ABI compatibility. Currently all these projects duplicate code to calculate these and set them. Ex:
I have three main use-cases for this:
Factoring out kwargs that are applied to a number of targets at once
Conditionally setting kwargs based on
name_suffix
/name_prefix
, etc)The ability to write helper modules that will output kwargs for targets that follow a specific convention, such as a module for libtool naming and versioning, which many projects porting from Autotools need to maintain ABI compatibility. Currently all these projects duplicate code to calculate these and set them. Ex:
The text was updated successfully, but these errors were encountered: