Giter Club home page Giter Club logo

Comments (4)

juhp avatar juhp commented on June 5, 2024

Actually this is not new, at least in the sense I can reproduce also with 3.8.4.
I was building on Rawhide, which could also affect it.

from translate.

nijel avatar nijel commented on June 5, 2024

This program does not accept any parameters, it just parses stdin:

def main(argv=None):
import sys
lines = sys.stdin.readlines()
for line in funny2prop(lines):
sys.stdout.write(line)

It behaves this way for 16 years, so this is really not a new thing ;-).

from translate.

juhp avatar juhp commented on June 5, 2024

Okay... but it builds fine in the Fedora build system, but hangs for me locally (dunno if it is something to do with my environment?) Noone else faces/faced this build problem?

from translate.

nijel avatar nijel commented on June 5, 2024

Probably depends on what stdin is. In the build system, it will be most likely /dev/null, while on your system it is waiting for the input from the terminal. Anyway, testing mozfunny2prop --manpage is not really useful, so should be removed from the package build.

from translate.

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.