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

Remove unwanted traces and fix registryslice summary #713

Merged
merged 9 commits into from
Sep 5, 2016
Merged

Conversation

rob-c
Copy link
Member

@rob-c rob-c commented Aug 3, 2016

This addresses 2 areas where stack traces are generated within the IPython prompt that aren't particularly wanted/required.
The 2 stack traces I'm looking to avoid here are, 1) mis-typed commands from the IPython prompt, and 2) attributes not being found from in front of the Proxy.
Fixes #709

I've also added a small fix which removes empty objects from the _display method for objects which have been marked as incomplete during runtime. (I think this effects very few users).

@rob-c
Copy link
Member Author

rob-c commented Aug 3, 2016

retest this please

@rob-c
Copy link
Member Author

rob-c commented Aug 3, 2016

Any objections to merging this?

@rob-c rob-c added this to the 6.2.1 milestone Aug 24, 2016
@rob-c
Copy link
Member Author

rob-c commented Aug 24, 2016

Rats forgot to mark this for inclusion before 6.2.0, 6.2.1 will have to be good enough although it improves the experience of users on the IPython prompt imo.

@rob-c
Copy link
Member Author

rob-c commented Sep 5, 2016

Any objections to merging this?
I'd strongly regard it as a bugfix as the only thing being done here is to improve the handling of some exceptions thrown at the IPython prompt.

@rob-c rob-c merged commit 2b557e1 into develop Sep 5, 2016
@rob-c rob-c deleted the cleanupProxy branch September 5, 2016 13:12
rob-c added a commit that referenced this pull request Sep 16, 2016
* Fixing treatment of not found attributes to avoid stack traces when they're not needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

should we introduce a ProxyError
1 participant