Giter Site home page Giter Site logo

Comments (3)

Vucius avatar Vucius commented on July 23, 2024

ah,I think I found this reason.
there's three rubygems sources:

  • rubygems.org/
  • gems.ruby-china.com/
  • mirrors.tuna.tsinghua.edu.cn/rubygems/
And the all gemspec on there require ffi ~> 1.11 rather than 1.15 so, that's ...

from seeing_is_believing.

Vucius avatar Vucius commented on July 23, 2024

BTW, seeing_is_believing's version is 4.0.1 on these three rubygems.
Maybe, something did't go right.

from seeing_is_believing.

JoshCheek avatar JoshCheek commented on July 23, 2024

Hi, I'm not sure how to get everything working on all the different systems that need to run it. I'm pretty sure I can get it if I drop Windows support and monkey patch the FFI gem to understand the ARM processors (I do that on my machine so that I can at least use it still). Unfortunately, child process management just doesn't behave consistently across the different operating systems, and the majority of effort involved in this project now is trying to debug that, which is super painful and hasn't yielded much success.

I did rewrite it to just use Ruby's spawn method, but of course, that failed on Windows, too (🤔 IIRC, it was due to streams behaving differently).

Anyway, I've put bursts of effort into figuring it out a bunch of different times, and kinda feel like I don't know what to do now 😞

🤔 maybe if I made it a little bit dumber (eg not recording which side closed a stream) I could get spawn to work, which would then presumably remove the need for the childprocess gem, which could maybe get it back into a functional state.

🤔 oh, maybe also try pointing at the master branch on here instead of at Rubygems. There's some work on master, I think, which I didn't publish b/c it wasn't passing, but it's probably more likely to be correct. Like it should mostly work on Windows, even though the tests don't pass. You might get zombie processes, if you set a timeout and it kill the children, I can't remember if that's still a problem or not, I had it fixed at one point.

from seeing_is_believing.

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.