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 support for having warnings vs errors #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dmaclach
Copy link
Contributor

A basic framework for dealing with issues that users may want to treat as either
warnings or errors.

It supports setting a default from compile time, modifying it at runtime using an
environment variable, and push/popping states off of a stack.

It also changes some exceptions that were being thrown to issues specifically because
those exceptions are making it very difficult for me to transition my codebase from
OCMock 3.4.1 to OCMock 3.6, and I know it will also be an issue for
https://github.com/TextureGroup/Texture moving to OCMock 3.6.

Beginning of support for #413 .

A basic framework for dealing with issues that users may want to treat as either
warnings or errors.

It supports setting a default from compile time, modifying it at runtime using an
environment variable, and push/popping states off of a stack.

It also changes some exceptions that were being thrown to issues specifically because
those exceptions are making it very difficult for me to transition my codebase from
OCMock 3.4.1 to OCMock 3.6, and I know it will also be an issue for
https://github.com/TextureGroup/Texture moving to OCMock 3.6.
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