GithubHelp home page GithubHelp logo

Comments (2)

eliben avatar eliben commented on July 24, 2024

To format Python 3 code, run yapf under Python 2, and vice versa. This is because yapf tries to verify it didn't mess up the semantic meaning of the code. The sample you pasted is invalid in Python 2

from yapf.

DRMacIver avatar DRMacIver commented on July 24, 2024

I don't think the way this is currently handled is a good call. It's fine (well, not fine, but acceptable) if yapf can't format code running on a different version, but crashing is a really bad way to signal this and severely limits the utility. If you can't parse code as valid python syntax when you're given it, silently doing nothing (or better yet, giving a warning) is better than crashing.

One of the problems here is that code bases for libraries can be and often are mixed python 2 / python 3. I'd love to be able to drop python 2 support, but I basically can't, and until the point when I can the entire code base is highly likely to have some bits which don't parse correctly on python 2 and some bits that don't parse correctly on python 3 (as it happens I've avoided this so far, but I'm not going to be able to for much longer), so unless I'm very very careful about how I run yapf it's just going to crash.

from yapf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.