Commit f2d3304
committed
refactor: mirror synchronizer-phase fallback pattern in initializer phase
Call sourceManager.fdv1Fallback() unconditionally when an initializer
signals an FDv1 fallback directive, then let hasFDv1Fallback() govern
logging and the continue-vs-halt decision -- matching the
synchronizer-phase pattern introduced in 8cdf09d.
Functionally a no-op: the no-fallback branch already returns from run()
entirely, so the FDv2 synchronizers never get a chance to start. The
unconditional call is safe (its block-others / unblock-fdv1 loop is a
no-op when no FDv1 fallback is configured) and keeps the two phases
symmetric.1 parent 8cdf09d commit f2d3304
1 file changed
Lines changed: 5 additions & 3 deletions
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | | - | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
0 commit comments