-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix breaking changes in most recent nightly build (#89)
Hi there — big fan of libxev! Noticed some recent Zig changes (namely, this [commit](ziglang/zig@265f42d) + some other recent ones), broke a bunch of stuff in here. Went through and did updates to get libxev working with the latest nightly build (`0.12.0-dev.3191+9cf28d1e9`), and tested the changes on both macOS and Linux. Don't have a windows machine, so I expect more changes might be needed. Also, mlugg seems like he's on a `std.os` refactor spree, so we might need to do even more updates here eventually.
- Loading branch information
Showing
7 changed files
with
50 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
.{ | ||
.name = "libxev", | ||
.minimum_zig_version = "0.12.0-dev.3191+9cf28d1e9", | ||
.paths = .{""}, | ||
.version = "0.0.0", | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.