← Back to team overview

divmod-dev team mailing list archive

Re: [Merge] lp:~jml/divmod.org/pyflakes-reporter into lp:divmod.org

 

1. duplicate & simplify _EverythingGetter, rather than import it
 Done. 

2. change mod_reactor import to modReactor (or similar), and change both __import__'s to __future__.absolute_import
 Done (except I should have said "mod_reporter", not "mod_reactor")

3. attempt to make the reporter interface all text, documenting it as such
 Done, I think.

4. attempt to unify the multiple import methods
 Done, sort of. Combined ioError and problemDecodingSource into one unexpectedError method.  Syntax errors have special needs re output, so have left as-is.

I think we're good to merge now. 
-- 
https://code.launchpad.net/~jml/divmod.org/pyflakes-reporter/+merge/113857
Your team Divmod-dev is subscribed to branch lp:divmod.org.


References