Skip to content

Add variable-list or function to determine or list required features... #3

Description

@srcshelton

It would be helpful to be able to query a programmatic reference to specify the features needed, or to find out when a feature was first implemented (without requiring repo history).

For example, std::firstseen var std_LASTOUTPUT might return 2.0.4 whilst std::firstseen func std::vcmp could return 1.4.

(std::firstversion or std::initialversion, or even std::feature might be a better name?)

Alternatively, the same data could simply be exposed as std_VAR and std_FUNC associative arrays, linking name and release. More generically, std_FEATURES could link both features to versions, and versions to a list of features (where a 'feature' is an external variable or function).

std::requires could potentially then be updated to also support requiring specified internal facilities, as well as external tools...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions