Skip to content

Commit

Permalink
meta: fold the Post-mortem WG into Diagnostics WG
Browse files Browse the repository at this point in the history
  • Loading branch information
richardlau committed Aug 15, 2018
1 parent dc82c96 commit a150399
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ The [Node.js Code of Conduct][] applies to this WG.
* [Docker](#docker)
* [Addon API](#addon-api)
* [Benchmarking](#benchmarking)
* [Post-mortem](#post-mortem)
* [Release](#release)
* [Security](#security)

Expand Down Expand Up @@ -303,6 +302,10 @@ Responsibilities include:
* Exploring opportunities and gaps, discussing feature requests, and addressing
conflicts in Node.js diagnostics.
* Fostering an ecosystem of diagnostics tools for Node.js.
* Defining and adding interfaces/APIs in order to allow dumps to be generated
when needed.
* Defining and adding common structures to the dumps generated in order to
support tools that want to introspect those dumps.

### i18n

Expand Down Expand Up @@ -408,20 +411,6 @@ Responsibilities include:
* Adding regular execution of chosen benchmarks to Node.js builds
* Tracking/publicizing performance between builds/releases

### [Post-mortem](https://github.com/nodejs/post-mortem)

The Post-mortem Diagnostics Working Group is dedicated to the support
and improvement of postmortem debugging for Node.js. It seeks to
elevate the role of postmortem debugging for Node, to assist in the
development of techniques and tools, and to make techniques and tools
known and available to Node.js users.

Responsibilities include:
* Defining and adding interfaces/APIs in order to allow dumps
to be generated when needed.
* Defining and adding common structures to the dumps generated
in order to support tools that want to introspect those dumps.

### [Release](https://github.com/nodejs/release)

The Release Working Group manages the release process for Node.js.
Expand Down

0 comments on commit a150399

Please sign in to comment.