Giter Site home page Giter Site logo

Comments (3)

sholderbach avatar sholderbach commented on June 13, 2024

Related challenge #12369 (not a duplicate)

@IanManske built some parts to potentially fix this in #12774 if I recall, I tried some things in #12370 but that did not work yet.

from nushell.

sholderbach avatar sholderbach commented on June 13, 2024

With #12774 we now properly pull out the signal but don't report the error as mentioned here (I think we had code for that at some point.) The $env.LAST_EXIT_CODE contains the signal value in negated form (which I think is not the conventional form. If I recall on Linux it is signal value + 128?)

from nushell.

tgross35 avatar tgross35 commented on June 13, 2024

Does nushell not use std::process::Command? If so, the signal is available with .signal() under the ExitSignalExt trait (which calls libc::WIFSIGNALED(self.0).then(|| libc::WTERMSIG(self.0)) internally)

from nushell.

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.