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

Turn deprecation warnings into error ? #135

Open
Carreau opened this issue May 17, 2016 · 2 comments
Open

Turn deprecation warnings into error ? #135

Carreau opened this issue May 17, 2016 · 2 comments

Comments

@Carreau
Copy link
Member

Carreau commented May 17, 2016

What do you think ?

Should we try and see how many we have?

@takluyver
Copy link
Member

Doesn't Python already have an option to turn warnings into errors? It doesn't seem high priority to me, though.

@Carreau
Copy link
Member Author

Carreau commented May 17, 2016

A global one, you cannot filter by category. (-We IIRC.) we likely don't want deprecation warning from all over the place to actually fail, you want to error only on a few, default other, and completely ignore some other. I was mostly thinking of show all those that come from IPython itself, and once we update the API turn them into error to be sure not to reintroduce old API. Typically traitlets 4.2 @observe...

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

2 participants