Fix issues with file encoding, newlines in rbtools/TFS.

Review Request #7401 — Created June 9, 2015 and submitted

Information

RBTools
release-0.7.x
e715721...

Reviewers

This change fixes up our diff processing to always work in bytes, rather than
trying to deal with unicode. It also fixes the diffing to work properly when
files don't end in a newline.

Posted a few changes that involved previously problematic files.

Description From Last Updated

Any issue with unicode vs. bytestring here?

chipx86chipx86
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        rbtools/clients/tfs.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        rbtools/clients/tfs.py
    
    
  2. 
      
chipx86
  1. 
      
  2. rbtools/clients/tfs.py (Diff revision 1)
     
     
    Show all issues

    Any issue with unicode vs. bytestring here?

  3. 
      
david
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        rbtools/clients/tfs.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        rbtools/clients/tfs.py
    
    
  2. 
      
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.7.x (e777703)
Loading...