We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Zig version >= 0.14.0-dev.1052+d6f997259 (and probably some versions before, didn't track them all), this will not work anymore on Linux:
0.14.0-dev.1052+d6f997259
https://github.com/ZigEmbeddedGroup/serial/blob/91d2e8176b2f22bdb5963fb6380d1c07b24bf98a/src/serial.zig#L724C21-L724C51
the std.os.linux.tc_cflag_t implementation changed, now there is no field _ anymore but _12 for instance.
std.os.linux.tc_cflag_t
_
_12
The text was updated successfully, but these errors were encountered:
std.mem.tokenize is deprecated. Example line: https://github.com/ZigEmbeddedGroup/serial/blob/master/src/serial.zig#L321 Probably replaceable with std.mem.tokenizeAny
std.mem.tokenize
std.mem.tokenizeAny
Sorry, something went wrong.
No branches or pull requests
In Zig version >=
0.14.0-dev.1052+d6f997259
(and probably some versions before, didn't track them all), this will not work anymore on Linux:https://github.com/ZigEmbeddedGroup/serial/blob/91d2e8176b2f22bdb5963fb6380d1c07b24bf98a/src/serial.zig#L724C21-L724C51
the
std.os.linux.tc_cflag_t
implementation changed, now there is no field_
anymore but_12
for instance.The text was updated successfully, but these errors were encountered: