From: Dominik Csapak <d.csapak@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH v2 0/3] make linting threaded
Date: Mon, 19 Jul 2021 12:31:46 +0200 [thread overview]
Message-ID: <20210719103149.3430829-1-d.csapak@proxmox.com> (raw)
NOTE: this series will not build until a 'make buildupstream' is
executed (and 'src/lib/eslint.js' should be committed as well). I
did not send it because it would be too big.
this series convert the package into a proper nodejs module
'pve-eslint', and adds threading to the linting binary
changes from v1:
* convert to nodejs module
* split worker code to own file
* drop hacky self-loading script, and use the 'pve-eslint' module instead
Dominik Csapak (3):
ship proper nodejs module 'pve-eslint'
remove unnecessary eslint.js
use worker_threads for linting
Makefile | 2 +-
debian/control | 7 +-
debian/dirs | 1 +
debian/links | 1 +
debian/rules | 5 +-
patches/0001-adapt-webpack-config.patch | 19 +-
src/Makefile | 15 -
src/{ => bin}/app.js | 40 +-
src/eslint.js | 138871 ---------------------
src/index.js | 5 +
src/lib/worker.js | 27 +
src/package.json | 10 +
12 files changed, 92 insertions(+), 138911 deletions(-)
create mode 100644 debian/dirs
create mode 100644 debian/links
delete mode 100644 src/Makefile
rename src/{ => bin}/app.js (92%)
delete mode 100755 src/eslint.js
create mode 100644 src/index.js
create mode 100644 src/lib/worker.js
create mode 100644 src/package.json
--
2.30.2
next reply other threads:[~2021-07-19 10:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-19 10:31 Dominik Csapak [this message]
2021-07-19 10:31 ` [pve-devel] [PATCH v2 1/3] ship proper nodejs module 'pve-eslint' Dominik Csapak
2021-08-25 16:38 ` Thomas Lamprecht
2021-08-30 9:17 ` Dominik Csapak
2021-08-30 9:25 ` Thomas Lamprecht
2021-08-30 10:06 ` Dominik Csapak
2021-08-30 10:36 ` [pve-devel] applied: " Thomas Lamprecht
2021-08-30 10:43 ` Dominik Csapak
2021-08-30 11:03 ` Thomas Lamprecht
2021-07-19 10:31 ` [pve-devel] [PATCH v2 2/3] remove unnecessary eslint.js Dominik Csapak
2021-07-19 10:31 ` [pve-devel] [PATCH v2 3/3] use worker_threads for linting Dominik Csapak
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210719103149.3430829-1-d.csapak@proxmox.com \
--to=d.csapak@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.