Am 15.10.2013 03:59, schrieb Aaron Meurer:
I would just start a pull request with the script, so that people can
review it on GitHub.

Okay, done.
I made it check every import inside of sympy, except those that involve sympy.mpmath.
That's now ~3000 errors. I think I'll know what to do whenever I'm bored :-/

I noticed that some errors are duplicates; it's not really a problem but it's not what I expected, so the code might not be doing what I think it does.

Funny note on the way: I had the error messages emit the imported objects, which would try to run __repr__ on them, which would in turn fail because the modules needed for __repr__ weren't fully imported yet. Or it would trigger an import, which would then start more diagnostics which would run inside a half-done import.
(Curse that imperative import semantics of Python.)

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to