Skip to content

fix(linux): fixes test suite failure - #58

Merged
index1207 merged 10 commits into
releasefrom
develop
Sep 6, 2026
Merged

fix(linux): fixes test suite failure#58
index1207 merged 10 commits into
releasefrom
develop

Conversation

@index1207

Copy link
Copy Markdown
Owner

No description provided.

- Update include path <net/Socket.hpp> to <net/socket.hpp>
- Update net::network_exception to net::exception in examples
- Remove error code suffix from example comment
- Rename README_ko_KR.md to README.ko.md and update link
- Add .clang-tidy tuned for the project's C++20 cross-platform code base
- Restrict linting to library sources/headers (skip gtest, vcpkg, system)
- Use linux snake_case naming to match the project convention
- README: list macOS platform, update minimum compiler/CMake versions
- AGENTS.md: add CI section, naming/lint rules, repo/version metadata
- connect sockaddr and send/recv msghdr lived on the submitting frame, but io-wq may read them after return
- reference the endpoint-stored address for connect and hoist msghdr into context
- async_connect_stack_reuse clobbers the callee stack to detect sockaddr use-after-return
- sync_send_failure verifies send() returns false on an unopened socket
- async_receive_buffer_list tests payload scattered across multiple buffers
Introduce vcpkg.json as the dependency manifest (liburing for non-Windows)
and switch CMakePresets triplets to standard format compatible with
manifest mode. Update .gitignore to ignore the build/ directory.
Describe how dependencies are declared in the vcpkg.json manifest,
installed via the vcpkg toolchain, and consumed through
pkg_check_modules (liburing ships only a pkg-config file).
@index1207
index1207 merged commit fd17e11 into release Sep 6, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant