Commit 4dbdc93
committed
feature #48299 [Console] #47809 remove exit() call in last SignalHandler (akuzia)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Console] #47809 remove exit() call in last SignalHandler
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| BC? | yes
| New feature? | no
| Deprecations? | not sure
| Tickets | Fix #47809
| License | MIT
This PR possibly introduces some breaking changes.
Remove last SignalHandler `exit()` call in `Application:doRunCommand` introduced in df57119884f62c2c29e8a9232b56a287196dad32.
For more context see #47809
Commits
-------
bb7779d262 [Console] #47809 remove exit() call in last SignalHandler3 files changed
+43
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
998 | 998 | | |
999 | 999 | | |
1000 | 1000 | | |
1001 | | - | |
| 1001 | + | |
1002 | 1002 | | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | 1003 | | |
1011 | 1004 | | |
1012 | 1005 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2014 | 2014 | | |
2015 | 2015 | | |
2016 | 2016 | | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
| 2026 | + | |
| 2027 | + | |
| 2028 | + | |
| 2029 | + | |
2017 | 2030 | | |
2018 | 2031 | | |
2019 | 2032 | | |
| |||
2113 | 2126 | | |
2114 | 2127 | | |
2115 | 2128 | | |
| 2129 | + | |
2116 | 2130 | | |
2117 | 2131 | | |
2118 | 2132 | | |
| 2133 | + | |
2119 | 2134 | | |
2120 | | - | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
2121 | 2138 | | |
2122 | 2139 | | |
2123 | 2140 | | |
| 2141 | + | |
2124 | 2142 | | |
2125 | 2143 | | |
2126 | 2144 | | |
2127 | 2145 | | |
2128 | 2146 | | |
2129 | | - | |
| 2147 | + | |
2130 | 2148 | | |
2131 | 2149 | | |
2132 | 2150 | | |
2133 | 2151 | | |
2134 | 2152 | | |
2135 | | - | |
| 2153 | + | |
2136 | 2154 | | |
2137 | 2155 | | |
2138 | 2156 | | |
| |||
2155 | 2173 | | |
2156 | 2174 | | |
2157 | 2175 | | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
| 2183 | + | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
2158 | 2192 | | |
2159 | 2193 | | |
2160 | 2194 | | |
| |||
0 commit comments