Code Monkey home page Code Monkey logo

Comments (5)

zopieux avatar zopieux commented on July 3, 2024

@gollux any idea or workaround? Thanks!

from isolate.

gollux avatar gollux commented on July 3, 2024

In fact, it works, but in a somewhat unexpected way: you really get both fd 1 and fd 2 pointing to the same file, but each fd has its own position in the file, so the echo'ed strings are overwriting one another.

Cloning the fd would have more sense, wouldn't it?

from isolate.

seirl avatar seirl commented on July 3, 2024

Cloning the fd would have more sense, wouldn't it?

That's what the code was doing before, yeah, but now I'm not sure what would be a good way to have the same feature again from the outside, especially with all the permission/setuid stuff that prevent us from opening /box files from the caller.

from isolate.

gollux avatar gollux commented on July 3, 2024

I just added a --stderr-to-stdout switch, which asks for the old default behavior.

I was thinking about adding a generic file redirection mechanism, but I failed to find any nice syntax for that. Nor did I find any other applications.

from isolate.

seirl avatar seirl commented on July 3, 2024

This is great, I'll try that as soon as possible! This mirrors the API we have in https://github.com/prologin/camisole/blob/master/camisole/isolate.py#L171 . The use case is when we have a single display and we want to preserve the timing of the logging, so we can't just concatenate the outputs. I also can't think of an use case for redirecting other files/fds so I think the current patch is exactly what was needed.

Thanks a lot!

from isolate.

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.