| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ff1990c commit 64ed65e
8 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Commit Queue | ||
| 1 | + # Commit queue | ||
| 2 | 2 | ||
| 3 | 3 | > Stability: 1 - Experimental | |
| 4 | 4 | ||
@@ -37,7 +37,7 @@ From a high-level, the Commit Queue works as follow: | |||
| 37 | 37 | 3. Close the PR | |
| 38 | 38 | 4. Go to next PR in the queue | |
| 39 | 39 | ||
| 40 | - ## Current Limitations | ||
| 40 | + ## Current limitations | ||
| 41 | 41 | ||
| 42 | 42 | The Commit Queue feature is still in early stages, and as such it might not | |
| 43 | 43 | work for more complex Pull Requests. These are the currently known limitations | |
@@ -106,7 +106,7 @@ If no errors happen during `git node land`, the script will use the | |||
| 106 | 106 | `Landed in ...` comment in the PR, and then will close it. Iteration continues | |
| 107 | 107 | until all PRs have done the steps above. | |
| 108 | 108 | ||
| 109 | - ## Reverting Broken Commits | ||
| 109 | + ## Reverting broken commits | ||
| 110 | 110 | ||
| 111 | 111 | Reverting broken commits is done manually by Collaborators, just like when | |
| 112 | 112 | commits are landed manually via `git node land`. An easy way to revert is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Diagnostic Tooling Support Tiers | ||
| 1 | + # Diagnostic tooling support tiers | ||
| 2 | 2 | ||
| 3 | 3 | Diagnostic tooling is important to the consumers of Node.js. It is used both | |
| 4 | 4 | in development and in production in order to investigate problems. The failure | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Investigating Memory Leaks with valgrind | ||
| 1 | + # Investigating memory leaks with valgrind | ||
| 2 | 2 | ||
| 3 | 3 | A Node.js process may run out of memory due to excessive consumption of | |
| 4 | 4 | native memory. Native Memory is memory which is not managed by the | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,7 +33,7 @@ $ node -p process.versions | |||
| 33 | 33 | } | |
| 34 | 34 | ``` | |
| 35 | 35 | ||
| 36 | - ### Time Zone Data | ||
| 36 | + ### Time zone data | ||
| 37 | 37 | ||
| 38 | 38 | Time zone data files are updated independently of ICU CLDR data. ICU and its | |
| 39 | 39 | main data files do not need to be upgraded in order to apply time zone data file | |
@@ -50,7 +50,7 @@ in the icu/icu-data repository. | |||
| 50 | 50 | All modern versions of Node.js use the version 44 ABI of the time zone data | |
| 51 | 51 | files. | |
| 52 | 52 | ||
| 53 | - #### Example: Updating the ICU `.dat` File | ||
| 53 | + #### Example: updating the ICU `.dat` file | ||
| 54 | 54 | ||
| 55 | 55 | * Decompress `deps/icu/source/data/in/icudt##l.dat.bz2`, where `##` is | |
| 56 | 56 | the ICU major version number. | |
@@ -68,7 +68,7 @@ files. | |||
| 68 | 68 | * Build, test, verifying `process.versions.tz` matches the desired version. | |
| 69 | 69 | * Create a new minor version release. | |
| 70 | 70 | ||
| 71 | - ## Release Schedule | ||
| 71 | + ## Release schedule | ||
| 72 | 72 | ||
| 73 | 73 | ICU typically has >1 release a year, particularly coinciding with a major | |
| 74 | 74 | release of [Unicode][]. The current release schedule is available on the [ICU][] | |
@@ -237,7 +237,7 @@ You should see a message such as: | |||
| 237 | 237 | INFO: Using floating patch "tools/icu/patches/63/source/tools/toolutil/pkg_genc.cpp" from "tools/icu" | |
| 238 | 238 | ``` | |
| 239 | 239 | ||
| 240 | - ### Clean Up | ||
| 240 | + ### Clean up | ||
| 241 | 241 | ||
| 242 | 242 | Any patches older than the minimum version given in `tools/icu/icu_versions.json` | |
| 243 | 243 | ought to be deleted, because they will never be used. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,7 +38,7 @@ $ git commit -m "doc: update npm LICENSE using license-builder.sh" | |||
| 38 | 38 | ||
| 39 | 39 | Note: please ensure you are only making the updates that are changed by npm. | |
| 40 | 40 | ||
| 41 | - ## Step 4: Apply Whitespace fix | ||
| 41 | + ## Step 4: Apply whitespace fix | ||
| 42 | 42 | ||
| 43 | 43 | ```console | |
| 44 | 44 | $ git rebase --whitespace=fix master | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ This document describes how to update `deps/openssl/`. | |||
| 8 | 8 | * `nasm` (<https://www.nasm.us/>) Version 2.11 or higher is needed. | |
| 9 | 9 | * GNU `as` in binutils. Version 2.26 or higher is needed. | |
| 10 | 10 | ||
| 11 | - ## 0. Check Requirements | ||
| 11 | + ## 0. Check requirements | ||
| 12 | 12 | ||
| 13 | 13 | ```console | |
| 14 | 14 | % perl -v | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Maintaining the Root Certificates | ||
| 1 | + # Maintaining the root certificates | ||
| 2 | 2 | ||
| 3 | 3 | Node.js contains a compiled-in set of root certificates used as trust anchors | |
| 4 | 4 | for TLS certificate validation. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - # Maintaining the Build files | ||
| 1 | + # Maintaining the build files | ||
| 2 | 2 | ||
| 3 | 3 | This document explains how to maintain the build files in the codebase. | |
| 4 | 4 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments