-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add aeon
to src
as a git subtree
#7
Conversation
…acOS X. With this change, both the sendmsg and nonblock tests complete successfully.
Fixes avsm#10.
* this addresses issue #16
use Bytes.t as data type for IPv6 addresses
Add `Ipaddr` octet functions
git-subtree-dir: src/aeon git-subtree-split: 7c590f3a982dd5dbb8e9d703083ab3f9862c4ce7
Required:
|
Should I be squashing git subtree operations? Updating ipaddr seems to have pulled in a lot of commits |
No need -- the fun of subtree is that it keeps all the intermediate commits of the subtrees! |
It looks like this has broken the macos build due to shell over DNS (SoD)'s dependency on Using cross platform support should fix this, but I should probably also upstream the PTY bindings. |
* Don't use `Thread.create` or `Eio_unix.run_in_systhread` * update flake * no cachix
See #5