Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
srcshelton opened this issue Nov 4, 2016 · 0 comments

Comments

@srcshelton
Copy link
Owner

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...

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

No branches or pull requests

1 participant