Commit dbb2869
committed
Editorial fixes
| File | Change |
|------|--------|
| variables.md ~L1342 | Qualify scoped applicability: "local variable or parameter" (not fields). |
| variables.md ~L1443 | Add normative restriction: scoped not on fields, array elements, return types. |
| variables.md ~L203 | Make IsNullRef paragraph informative (wrap in note). |
| variables.md ~L1441 | "asserts" → "requires". |
| expressions.md ~L3521 | "may not" → "shall not" for ref field default. |
| statements.md ~L382 | Better RS examples: `new RS(ref orders)` to show why scoped matters. |
| expressions.md ~L7172 | Delete old ref-safe-context rule (subsumed); consolidate into two-rule formulation with §9.7.2 xref. |
| structs.md ~L164 | Restore note: struct members = class members minus finalizer, plus ref fields. |
| structs.md ~L795 | Constructor text: add "and all reference variable fields to null references". |1 parent 77624af commit dbb2869
5 files changed
Lines changed: 16 additions & 14 deletions
File tree
- standard
- tools/example-templates/additional-files
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3500 | 3500 | | |
3501 | 3501 | | |
3502 | 3502 | | |
3503 | | - | |
| 3503 | + | |
3504 | 3504 | | |
3505 | 3505 | | |
3506 | 3506 | | |
| |||
7348 | 7348 | | |
7349 | 7349 | | |
7350 | 7350 | | |
7351 | | - | |
7352 | | - | |
7353 | | - | |
| 7351 | + | |
7354 | 7352 | | |
7355 | 7353 | | |
7356 | 7354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
168 | 170 | | |
169 | 171 | | |
170 | 172 | | |
| |||
794 | 796 | | |
795 | 797 | | |
796 | 798 | | |
797 | | - | |
| 799 | + | |
798 | 800 | | |
799 | 801 | | |
800 | 802 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
206 | 204 | | |
207 | 205 | | |
208 | 206 | | |
| |||
1350 | 1348 | | |
1351 | 1349 | | |
1352 | 1350 | | |
1353 | | - | |
| 1351 | + | |
1354 | 1352 | | |
1355 | 1353 | | |
1356 | 1354 | | |
| |||
1458 | 1456 | | |
1459 | 1457 | | |
1460 | 1458 | | |
1461 | | - | |
| 1459 | + | |
1462 | 1460 | | |
1463 | | - | |
| 1461 | + | |
1464 | 1462 | | |
1465 | 1463 | | |
1466 | 1464 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments