Commit 8f04c49
committed
[SE-0474] Support
`yielding borrow` and `yielding mutate` are the final approved
names for the accessors previously known as `read` and `modify`
(which are themselves improvements over the earlier non-standard
`_read` and `_modify` accessors).
Since some people are already using these under the `read` and
`modify` names, we want to support the old and new names as synonyms
for a transition period until everyone has had a chance to migrate.yielding borrow and yielding mutate accessors1 parent 44ece85 commit 8f04c49
File tree
5 files changed
+38
-3
lines changed- CodeGeneration/Sources/SyntaxSupport
- Sources
- SwiftParser
- SwiftSyntax/generated
- Tests/SwiftParserTest
5 files changed
+38
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| 282 | + | |
282 | 283 | | |
283 | 284 | | |
284 | 285 | | |
| |||
691 | 692 | | |
692 | 693 | | |
693 | 694 | | |
694 | | - | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
695 | 698 | | |
696 | 699 | | |
697 | 700 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1671 | 1671 | | |
1672 | 1672 | | |
1673 | 1673 | | |
| 1674 | + | |
1674 | 1675 | | |
1675 | 1676 | | |
1676 | 1677 | | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
1677 | 1682 | | |
1678 | 1683 | | |
1679 | 1684 | | |
| |||
1692 | 1697 | | |
1693 | 1698 | | |
1694 | 1699 | | |
| 1700 | + | |
| 1701 | + | |
| 1702 | + | |
| 1703 | + | |
1695 | 1704 | | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
| 1708 | + | |
| 1709 | + | |
| 1710 | + | |
| 1711 | + | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
1696 | 1718 | | |
1697 | 1719 | | |
1698 | 1720 | | |
1699 | | - | |
| 1721 | + | |
1700 | 1722 | | |
1701 | 1723 | | |
1702 | 1724 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
240 | | - | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3467 | 3467 | | |
3468 | 3468 | | |
3469 | 3469 | | |
| 3470 | + | |
| 3471 | + | |
| 3472 | + | |
3470 | 3473 | | |
3471 | 3474 | | |
3472 | 3475 | | |
3473 | 3476 | | |
3474 | 3477 | | |
3475 | 3478 | | |
| 3479 | + | |
| 3480 | + | |
| 3481 | + | |
3476 | 3482 | | |
3477 | 3483 | | |
3478 | 3484 | | |
| |||
0 commit comments