-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
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
perlPackages.NetAsyncHTTP: init at 0.47 #102066
Conversation
Result of 2 packages failed to build:
|
Thanks - so similar issue to #102071 (comment) I think I'll just disable network tests for here and on NetAsyncWebSocket entirely. |
542b12b
to
943642f
Compare
Is there a way to disable the network tests? It is rather nice to have at least some use_ok() tests to catch future breakage. :) |
Maybe with some patching (e.g. |
You can remove files for tests that are failing in t/ for instance:
or, for quick patches, |
Awesome, let me try that 💪 |
943642f
to
489c736
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Result of nixpkgs-review pr 102066
1
2 packages built:
- perl530Packages.NetAsyncHTTP
- perl532Packages.NetAsyncHTTP
@SuperSandro2000 Can you test on your Darwin? |
@GrahamcOfBorg build perlPackages.NetAsyncHTTP perldevelPackages.NetAsyncHTTP |
Result of 2 packages built:
|
Thanks! 🎉 |
Motivation for this change
https://metacpan.org/pod/Net::Async::HTTP
This pure Perl module allows accessing HTTP using IO::Async, along with accessing HTTPS (when IO::Async::SSL is available.)
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)