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

An --ext option #3023

Merged
merged 5 commits into from
Aug 17, 2023
Merged

An --ext option #3023

merged 5 commits into from
Aug 17, 2023

Conversation

nikswamy
Copy link
Collaborator

From --help

 --ext One or more semicolon separated occurrences of colon-separated pairs, e.g., 'pulse:verbose;pulse:debug;foo:bar'
                These options are typically interpreted by extensions.
                An entry 'e' that is not of the form 'a:b' is treated as 'e:""', i.e., 'e' associated with the empty string

With an API in FStar.Options, which allows reading all options, or the options associated with a given extension.

val all_ext_options : unit -> list (string & string)
val ext_options (ext:string) : list string

@nikswamy nikswamy merged commit 37b6bfb into master Aug 17, 2023
@nikswamy nikswamy deleted the _nik_ext_option branch August 17, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant