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

Implement setInterval() #338

Merged
merged 2 commits into from
Mar 30, 2024
Merged

Implement setInterval() #338

merged 2 commits into from
Mar 30, 2024

Conversation

bnoordhuis
Copy link
Contributor

Coincidentally fixes a timer ordering bug for which a regression test has been added.

Fixes: #279

Coincidentally fixes a timer ordering bug for which a regression test
has been added.

Fixes: quickjs-ng#279
quickjs-libc.c Outdated Show resolved Hide resolved
quickjs-libc.c Outdated Show resolved Hide resolved
@bnoordhuis bnoordhuis merged commit f80a5b0 into quickjs-ng:master Mar 30, 2024
38 checks passed
@bnoordhuis bnoordhuis deleted the fix279 branch March 30, 2024 08:36
@saghul
Copy link
Contributor

saghul commented Apr 2, 2024

Hum, I'm seeing this failure on macOS and Windows:

build/qjs tests/test_std.js
Error: assertion failed: got |false|, expected |true|
    at assert (tests/test_std.js:21:51)
    at d (tests/test_std.js:287:33)

Which doesn't trigger a CI failure!

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.

Add setInterval?
2 participants