Giter Site home page Giter Site logo

Comments (6)

eliben avatar eliben commented on May 12, 2024

Thank you for reporting this.

We're thinking what the best way to handle cases like this is, but in the meantime you can run yapf with --noverify on your code.

from yapf.

flyte avatar flyte commented on May 12, 2024

Is my solution in #54 workable? I'm happy to modify it if there's anything you'd like changed.

from yapf.

eliben avatar eliben commented on May 12, 2024

@flyte To be honest, I'm not sure. There are other ways verification can be tripped (in particular when dealing with the Python 2/3 boundary) and I'm not sure we want to engage in full-scale reparsing just for the sake of verification.

from yapf.

flyte avatar flyte commented on May 12, 2024

I thought that may be the case. I wasn't sure how important verification was, and without turning it off this seemed to me like the only way to fix the bug.

If you do end up going this way, then something I didn't implement was only scanning the beginning of the file since the 'from future import' lines must be before all other code. This would reduce the cost a fair bit.

from yapf.

bwendling avatar bwendling commented on May 12, 2024

I commented in #54 about the code. IMHO, just adding from __future__ import ... statements when things don't work and seeing if they pass would be sufficient for the verifier module. :-)

from yapf.

eliben avatar eliben commented on May 12, 2024

Closing this, as verification is now disabled by default (starting with 7a01d00)

Please reopen if you still see this

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.