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

getattr debugger #22843

Closed
jdemeyer opened this issue Apr 20, 2017 · 8 comments
Closed

getattr debugger #22843

jdemeyer opened this issue Apr 20, 2017 · 8 comments

Comments

@jdemeyer
Copy link

When getting an attribute of some object, there is a lot of stuff going on.

When working on #22747, I wrote a debugging version of getattr() which I think is useful enough to add to Sage.

Component: misc

Author: Jeroen Demeyer

Branch/Commit: db180c7

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/22843

@jdemeyer jdemeyer added this to the sage-8.0 milestone Apr 20, 2017
@jdemeyer
Copy link
Author

Branch: u/jdemeyer/getattr_debugger

@jdemeyer
Copy link
Author

Commit: 24e07f0

@jdemeyer
Copy link
Author

New commits:

24e07f0getattr() debugger

@tscrim
Copy link
Collaborator

tscrim commented Apr 21, 2017

comment:3

Nitpick: Returns -> Return. Otherwise LGTM.

@tscrim
Copy link
Collaborator

tscrim commented Apr 21, 2017

Reviewer: Travis Scrimshaw

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 21, 2017

Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:

db180c7getattr() debugger

@sagetrac-git
Copy link
Mannequin

sagetrac-git mannequin commented Apr 21, 2017

Changed commit from 24e07f0 to db180c7

@vbraun
Copy link
Member

vbraun commented Apr 23, 2017

Changed branch from u/jdemeyer/getattr_debugger to db180c7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants