Skip to content

implement handleNotFoundStyleName #249

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

Merged
merged 3 commits into from
Jul 26, 2017

Conversation

pechitook
Copy link
Contributor

As discussed in #248, this enables different levels of logging when a class is not found: throw, log, and ignore.

README.md Outdated

- `'throw'` will throw an error
- `'log'` will log a warning to the console
- `'ignore'` will silently ignore it
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this list of available parameters could be improved, but nothing good happens after 2am. Open to ideas.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Improved how? Documentation?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think the wording used to define each option is a bit redundant, but if you think it is understandable it's good enough :)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, it is perfect.

Is this ready to be merged?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added tests and also tested locally against my project, so yes!

@gajus gajus merged commit bb23402 into gajus:master Jul 26, 2017
@gajus
Copy link
Owner

gajus commented Jul 26, 2017

Thank you

@pechitook pechitook deleted the implement-handleNotFoundStyleName branch July 26, 2017 21:34
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.

2 participants