Giter Club home page Giter Club logo

Comments (5)

skypjack avatar skypjack commented on June 9, 2024 1

It's likely something that isn't allowed/doesn't work in libuv for the specific platform. Consider that I also have ther error in the loop test locally on a Windows machine. From what I see, one of the handles isn't returned by a call to uv_walk for some reasons.
In theory, one could just drop these test and only check that everything compiles as expected. Technically speaking, we don't really need to test libuv on our own and these functions are just fowrarding the request to the underlying library.

from uvw.

skypjack avatar skypjack commented on June 9, 2024

Yeah, this is kinda expected. uvw doesn't add new functionalities on top of libuv. Instead, it wraps and it tests its own let's say forwarding functions.
We're probably doing something that only works on Windows and Linux (as expected on the libuv side), that is, our CI platforms.
You can either ignore these errors or submit a fix. I can't really try it on Darwin PPC, so I can't fix it either. πŸ€·β€β™‚οΈ

from uvw.

barracuda156 avatar barracuda156 commented on June 9, 2024

@skypjack Thank you. Do you have an idea what may cause these particular failures? Generally speaking, we got 3 typical sources of problems:

  1. Endianness ignored (LE assumed).
  2. 64-bitness is assumed.
  3. Code uses macOS-only features unavailable in older SDKs.

The latter problem may or may not be fixable (i.e. efforts involved may demotivate anyone to bother with a fix). The former two should be fixable, and can be tested on Linux or BSD – they are not macOS-specific.

from uvw.

skypjack avatar skypjack commented on June 9, 2024

Closing this due to starvation.

from uvw.

barracuda156 avatar barracuda156 commented on June 9, 2024

@skypjack Sorry, had no chance to return to this. I may soon, since we got an update with Macports libs which could be relevant.

from uvw.

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.