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

Resolve type hints automatically and stuff #26

Merged
merged 11 commits into from
Feb 20, 2017

Conversation

ikitommi
Copy link
Member

@ikitommi ikitommi commented Feb 18, 2017

(defn map->strip-extra-keys [{:keys [keys pred]} x]
  (if (map? x)
    (s/conform pred (select-keys x keys))
    x))

@coveralls
Copy link

Coverage Status

Coverage increased (+2.5%) to 86.192% when pulling ac8ce9b on resolve-hits-automatically-and-stuff into 5a4fdfe on master.

@ikitommi ikitommi changed the title Resolve hits automatically and stuff Resolve type hints automatically and stuff Feb 19, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+2.5%) to 86.192% when pulling 63d2124 on resolve-hits-automatically-and-stuff into 5a4fdfe on master.

@ikitommi ikitommi merged commit a0f79ac into master Feb 20, 2017
@miikka miikka deleted the resolve-hits-automatically-and-stuff branch May 5, 2020 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants