-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
test: timers.js fails lint check in master #5823
Comments
MylesBorins
added
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
meta
Issues and PRs related to the general management of the project.
labels
Mar 21, 2016
@mhdawson this is definitely broken 😢 Looks like it happened in this commit 4fe02e2. Switching from a function literal to a function expression removed the need of a semi colon. This specific commit was not put through CI, and thus the lint issue was not found. /cc @Fishrock123 |
mhdawson
added
test
Issues and PRs related to the tests.
and removed
meta
Issues and PRs related to the general management of the project.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
labels
Mar 21, 2016
Will put together a PR to vix |
mscdex
added
the
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
label
Mar 21, 2016
doh |
Fishrock123
added a commit
to Fishrock123/node
that referenced
this issue
Mar 21, 2016
Fixes: nodejs#5823 Refs: nodejs#5793 PR-URL: nodejs#5825 Reviewed-By: Myles Borins <myles.borins@gmail.com>
my bad, fixed in d3a7534 |
3 tasks
Fishrock123
added a commit
that referenced
this issue
Mar 22, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Started run of jslint on master after seeing error in checking out a PR that did not chagne timers.js at all
https://ci.nodejs.org/job/node-test-linter/1744/
Fails with
The text was updated successfully, but these errors were encountered: