Git Product home page Git Product logo

Comments (4)

bwendling avatar bwendling commented on May 6, 2024

It's chocking on the "yield from ..." syntax. I assume that this is Python 3.x? I get the same when I run '2to3' on it:

[morbo:yapf] 2to3 /tmp/bad.py
RefactoringTool: Skipping implicit fixer: buffer
RefactoringTool: Skipping implicit fixer: idioms
RefactoringTool: Skipping implicit fixer: set_literal
RefactoringTool: Skipping implicit fixer: ws_comma
RefactoringTool: Can't parse /tmp/bad.py: ParseError: bad input: type=1, value=u'from', context=(u' ', (2, 18))
RefactoringTool: No files need to be modified.
RefactoringTool: There was 1 error:
RefactoringTool: Can't parse /tmp/bad.py: ParseError: bad input: type=1, value=u'from', context=(u' ', (2, 18))

from yapf.

myint avatar myint commented on May 6, 2024

I might be wrong, but wasn't yield from introduced in 3.3 and not 3.2, which @DRMacIver seems to be using?

from yapf.

DRMacIver avatar DRMacIver commented on May 6, 2024

I am indeed using 3.2 for running this, mostly due to a quirk of my system setup. I'll try to only report things that happen on 3.4 in future. Sorry for the confusion.

from yapf.

DRMacIver avatar DRMacIver commented on May 6, 2024

I see you don't in fact support 3.2, so I will close this as invalid.

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.