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

[Ftr] Conforming values to a canonical format #112

Open
l3nz opened this issue Jun 7, 2020 · 0 comments
Open

[Ftr] Conforming values to a canonical format #112

l3nz opened this issue Jun 7, 2020 · 0 comments

Comments

@l3nz
Copy link
Owner

l3nz commented Jun 7, 2020

Is your feature request related to a problem? Please describe.

I am always frustrated when something could be done more naturally, especially on a CLI. Say that we have a field --date 2020-08-07. If we are in 2020, maybe --date 08-07 could be easier. It looks like spec can offer ways to conform values: https://clojureverse.org/t/clojure-spec-conforming-values/1747 - it could be worthwhile do add this to our spec validation.

Describe the solution you'd like

Investigate conform with the point of being able to conform multiple accepted values into one canonical representation to be passed to the :runs function.

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

No branches or pull requests

1 participant