Closed
Bug 1239354
Opened 9 years ago
Closed 9 years ago
test_connection_asyncClose.js fails lint checks because of deprecated generator function usage.
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
Core
SQLite and Embedded Database Bindings
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/30733/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/30733/
Attachment #8707498 -
Flags: review?(bugmail)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dtownsend
Comment 2•9 years ago
|
||
Updated•9 years ago
|
Attachment #8707498 -
Flags: review?(bugmail) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8707498 [details]
MozReview Request: Bug 1239354: Replace old-style generator function with star functions. r?asuth
https://reviewboard.mozilla.org/r/30733/#review27573
Comment 4•9 years ago
|
||
I'm very sorry about that; the eslint plugin in atom was throwing all kinds of errors because I use global eslint because of CSP reasons when I invoke atom against only a subtree of gaia. I tried to globally install the mozilla plugin that was missing, but it's not published on npm, and mach didn't seem to have any magic available.
| Assignee | ||
Comment 5•9 years ago
|
||
(In reply to Andrew Sutherland [:asuth] from comment #4)
> I'm very sorry about that; the eslint plugin in atom was throwing all kinds
> of errors because I use global eslint because of CSP reasons when I invoke
> atom against only a subtree of gaia. I tried to globally install the
> mozilla plugin that was missing, but it's not published on npm, and mach
> didn't seem to have any magic available.
mach eslint --setup will install the right plugins globally including the mozilla plugin.
Comment 7•9 years ago
|
||
(In reply to Dave Townsend [:mossop] from comment #5)
> mach eslint --setup will install the right plugins globally including the
> mozilla plugin.
Ahhhh! Thank you! I experienced argument-blindness for "./mach eslint --help" and missed it, and so just ran "./mach bootstrap" and "./mach eslint" each in the hope they'd do things. (Count me as a vote for having "./mach eslint" prompt/suggest the setup automatically like how "./mach build" will aggressively intercede in certain cases.)
| Assignee | ||
Comment 8•9 years ago
|
||
(In reply to Andrew Sutherland [:asuth] from comment #7)
> (In reply to Dave Townsend [:mossop] from comment #5)
> > mach eslint --setup will install the right plugins globally including the
> > mozilla plugin.
>
> Ahhhh! Thank you! I experienced argument-blindness for "./mach eslint
> --help" and missed it, and so just ran "./mach bootstrap" and "./mach
> eslint" each in the hope they'd do things. (Count me as a vote for having
> "./mach eslint" prompt/suggest the setup automatically like how "./mach
> build" will aggressively intercede in certain cases.)
Yeah I want to do that in bug 1239139 when I get chance.
Comment 9•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•1 year ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•