Code Monkey home page Code Monkey logo

Comments (8)

asottile avatar asottile commented on May 26, 2024

In GitLab by @sigmavirus24 on Dec 22, 2014, 12:56

So I think this is actually entirely due to the output being interleaved. Thanks to your excellent steps to reproduce this, I can confirm that I see lines like

testcase.py:590:1: F821 undef821 undefined name 'test422'

And then later

ined name 'test589'

I'll have a look at how our reporters work and if there's a way to prevent this without hurting performance

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @sigmavirus24 on Dec 26, 2014, 19:38

mentioned in merge request !15

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @methane on Dec 27, 2014, 01:01

This can be happen because stdout is block buffered when not stdout.isatty().
os.write() is the most safe way.
But flush() for each line can be enough and easy to achieve Python 2.5~ compatibility.

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @methane on Dec 27, 2014, 01:06

mentioned in merge request !16

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @methane on Dec 27, 2014, 02:31

PyCQA/pycodestyle#363

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @sigmavirus24 on Dec 27, 2014, 07:00

Status changed to closed by commit a239fe7

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @sigmavirus24 on Dec 27, 2014, 07:04

Thanks for reporting this @conkiztador and your help @methane

from flake8.

asottile avatar asottile commented on May 26, 2024

In GitLab by @sigmavirus24 on Dec 27, 2014, 07:33

mentioned in commit 6b27451

from flake8.

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.