Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

test: add uv_fs_poll_t immediate file change test#4912

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
bnoordhuis wants to merge1 commit intolibuv:v1.x
base:v1.x
Choose a base branch
Loading
frombnoordhuis:immediate-fs-poll-test

Conversation

@bnoordhuis
Copy link
Member

Test that synchronous file changes right after starting the uv_fs_poll_t handle are picked up by libuv.

Refs:#4543

Test that synchronous file changes right after starting the uv_fs_poll_thandle are picked up by libuv.Refs:libuv#4543
Comment on lines -59 to +60
ASSERT((fp=fopen(FIXTURE,"w+")));
fp=fopen(path,"w+");
ASSERT_NOT_NULL(fp);
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Spot the buglet of usingFIXTURE instead ofpath here. Harmless because everything calls it withFIXTURE but still.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant

@bnoordhuis

[8]ページ先頭

©2009-2025 Movatter.jp