Commit 838cb7a
authored
Revert "[Observation] Ensure deinitialized Observable types don't leave active observations in memory (swiftlang#82752)" (swiftlang#83492)
This reverts commit a349e64.
This is in concert of swiftlang#83436
<!--
If this pull request is targeting a release branch, please fill out the
following form:
https://github.com/swiftlang/.github/blob/main/PULL_REQUEST_TEMPLATE/release.md?plain=1
Otherwise, replace this comment with a description of your changes and
rationale. Provide links to external references/discussions if
appropriate.
If this pull request resolves any GitHub issues, link them like so:
Resolves <link to issue>, resolves <link to another issue>.
For more information about linking a pull request to an issue, see:
https://docs.github.com/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue
-->
<!--
Before merging this pull request, you must run the Swift continuous
integration tests.
For information about triggering CI builds via @swift-ci, see:
https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md#swift-ci
Thank you for your contribution to Swift!
-->1 parent 0f05528 commit 838cb7a
File tree
2 files changed
+4
-55
lines changed- stdlib/public/Observation/Sources/Observation
- test/stdlib/Observation
2 files changed
+4
-55
lines changedLines changed: 4 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
| 113 | + | |
131 | 114 | | |
132 | 115 | | |
133 | | - | |
134 | 116 | | |
135 | 117 | | |
136 | 118 | | |
| |||
175 | 157 | | |
176 | 158 | | |
177 | 159 | | |
178 | | - | |
179 | | - | |
| 160 | + | |
| 161 | + | |
180 | 162 | | |
181 | 163 | | |
182 | 164 | | |
| |||
207 | 189 | | |
208 | 190 | | |
209 | 191 | | |
210 | | - | |
| 192 | + | |
211 | 193 | | |
212 | 194 | | |
213 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | | - | |
306 | 290 | | |
307 | 291 | | |
308 | 292 | | |
| |||
527 | 511 | | |
528 | 512 | | |
529 | 513 | | |
530 | | - | |
531 | | - | |
532 | | - | |
533 | | - | |
534 | | - | |
535 | | - | |
536 | | - | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | 514 | | |
548 | 515 | | |
549 | 516 | | |
| |||
0 commit comments