Skip to content
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

feat(c/libuv): Add libuv missing funcs & refactor go func style #657

Merged
merged 9 commits into from
Aug 7, 2024

Conversation

hackerchai
Copy link
Contributor

Signed-off-by: hackerchai [email protected]

@xushiwei
Copy link
Member

xushiwei commented Aug 5, 2024

resolve conflict please

@hackerchai hackerchai changed the title feat(c/libuv): Add libuv missing funcs feat(c/libuv): Add libuv missing funcs & refactor go func style Aug 6, 2024
@hackerchai
Copy link
Contributor Author

resolve conflict please

resolved. @xushiwei @aofei @visualfc ready for review, thx.

@hackerchai hackerchai marked this pull request as ready for review August 6, 2024 08:59
@xushiwei
Copy link
Member

xushiwei commented Aug 6, 2024

ci is not passed.

Signed-off-by: hackerchai <[email protected]>

feat(c/libuv): Add uv_signal_stop func

Signed-off-by: hackerchai <[email protected]>

feat(c/libuv): Add GetIoWatcher, GetFd func & add Io srtuct

Signed-off-by: hackerchai <[email protected]>

refactor(c/libuv):  Rename some func

refactor(c/libuv): Remove net go wrapper

refactor(c/libuv):  Add GetIoWatcherFd func
refactro(c/libuv): Use cgo alias avoid implicit struct member declaration
This reverts commit 1ce1672.

Signed-off-by: hackerchai <[email protected]>
This reverts commit 45ba5b8.

# Conflicts:
#	c/libuv/net.go
Copy link

codecov bot commented Aug 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.57%. Comparing base (b34334b) to head (8848222).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #657   +/-   ##
=======================================
  Coverage   97.57%   97.57%           
=======================================
  Files          19       19           
  Lines        4584     4584           
=======================================
  Hits         4473     4473           
  Misses         94       94           
  Partials       17       17           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hackerchai
Copy link
Contributor Author

ci is not passed.

ci passed. ready for review. @xushiwei

@xushiwei xushiwei merged commit e6b4deb into goplus:main Aug 7, 2024
6 checks passed
@hackerchai hackerchai deleted the fix/c-libuv-missing-func branch August 7, 2024 07:07
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.

2 participants