Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI is red again #474

Open
hmelder opened this issue Dec 2, 2024 · 5 comments
Open

CI is red again #474

hmelder opened this issue Dec 2, 2024 · 5 comments
Assignees

Comments

@hmelder
Copy link
Contributor

hmelder commented Dec 2, 2024

image

@hmelder hmelder self-assigned this Dec 2, 2024
@fredkiefer
Copy link
Member

Hi, this is great thank you for this clever fix. But this also raises a new question. GNUstep code as well as application code is full of IMP caching and my impression now is that that code also would be affected of the sam issue. Should we rewrite all that code to use the proper way to get the method implementation and advise users to do the same?

@hmelder
Copy link
Contributor Author

hmelder commented Dec 3, 2024

Hi, this is great thank you for this clever fix. But this also raises a new question. GNUstep code as well as application code is full of IMP caching and my impression now is that that code also would be affected of the sam issue. Should we rewrite all that code to use the proper way to get the method implementation and advise users to do the same?

I think this is the wrong issue ^^

@rfm
Copy link
Contributor

rfm commented Dec 3, 2024 via email

@triplef
Copy link
Member

triplef commented Jan 20, 2025

These are the two remaining failures on Windows MSVC (everything else is green):

base/NSURLSession/simpleTaskTests.m:
Failed file:  simpleTaskTests.m aborted without running all tests!

base/NSURLSession/uploadTaskTests.m:
Failed file:  uploadTaskTests.m aborted without running all tests!

They both fail with this error:

Uncaught exception NSInternalInconsistencyException, reason: failed to load HTTPServer.bundle

It looks like the HTTPServer helper is not actually being built: running the tests just creates the empty folders HTTPServer.bundle and obj/HTTPServer.obj. Is bundle.make maybe not supported on Windows?

@hmelder
Copy link
Contributor Author

hmelder commented Jan 20, 2025

I'll take a look at it tomorrow :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants