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 Credo 1.4-specific features #12

Merged
merged 1 commit into from
May 7, 2020
Merged

Conversation

remi
Copy link
Member

@remi remi commented May 7, 2020

Well most of these features are actually from Credo 1.3.

We’re now using the explanations (1.3), params_defaults (1.3) and tags (1.4) options in the use Credo.Check API.

The only thing that needed refactoring is that since we have to declare default values for params at compile time instead of runtime, the valid_filename_callback needs to support the {mod, fun} syntax in addition to the &fun/3 syntax (for backward compatibility).

Closes #10

@remi remi requested review from simonprev and gcauchon May 7, 2020 10:22
@remi remi force-pushed the feature/add-credo-1.4-features branch from 7b1ca72 to e62b7da Compare May 7, 2020 10:45
@remi remi merged commit 42157ba into master May 7, 2020
@remi remi deleted the feature/add-credo-1.4-features branch May 7, 2020 12:45
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.

Warnings following Credo 1.4.0 update
3 participants