Skip to content

Commit a7d552c

Browse files
Trotttargos
authored andcommitted
doc: remove "maintenance is supported by" text in BUILDING.md
The "maintenance is supported by" stuff in BUILDING.md is unclear. It seems unnecessary so I propose removing it. I don't understand what it means to, in this context, support maintenance. Does it mean that you simply do the maintenance? Does that mean it really just means "maintain"? Do we really mean that we mantain support, rather than support maintenance? That information does not seem necessary to include. I'm not sure it's meaningful. With (for example) Windows, is it accurate to say that the Node.js core team maintains support for it? Or is it accurate to say that support is maintaned by smaller groups or individuals within the Node.js core team? Both could be considered accurate. So is the difference meaningful? I think the more important elements of determinig tier support are the other listed elements. PR-URL: #30365 Reviewed-By: James M Snell <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent be0b53d commit a7d552c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

BUILDING.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,14 @@ There are three support tiers:
6767

6868
* **Tier 1**: These platforms represent the majority of Node.js users. The
6969
Node.js Build Working Group maintains infrastructure for full test coverage.
70-
Maintenance is supported by the Node.js core team. All commits to the
71-
Node.js repository are tested on multiple variants of these platforms. Test
72-
failures on tier 1 platforms will block releases.
70+
All commits to the Node.js repository are tested on multiple variants of these
71+
platforms. Test failures on tier 1 platforms will block releases.
7372
* **Tier 2**: These platforms represent smaller segments of the Node.js user
7473
base. The Node.js Build Working Group maintains infrastructure for full test
75-
coverage. Maintenance is supported by smaller groups or individuals within
76-
the Node.js core team, or the vendor of the platform itself. All commits to
77-
the Node.js repository are tested on multiple variants of these platforms
78-
where practical. Test failures on tier 2 platforms will block releases.
79-
Delays in release of binaries for these platforms are acceptable
80-
where necessary due to infrastructure concerns.
74+
coverage. All commits to the Node.js repository are tested on multiple
75+
variants of these platforms where practical. Test failures on tier 2 platforms
76+
will block releases. Delays in release of binaries for these platforms are
77+
acceptable where necessary due to infrastructure concerns.
8178
* **Experimental**: May not compile or test suite may not pass. The core team
8279
does not create releases for these platforms. Test failures on experimental
8380
platforms do not block releases. Contributions to improve support for these

0 commit comments

Comments
 (0)