Commit c795cc8
WIN-4504 | Remove notices from Slack ext/json patches (facebook#114)
ext/json contains a set of temporary patches for backwards compatibility
with the jsonc parser, emitting notices when input is encountered that
would fail to parse were it not for these patches.
However, almost every call to `json_decode_mixed` in webapp is conveniently
prefixed with the error silence operator `@`, so we don't really hear from
them much. So, remove the notices outright. If we ever want to invest into
removing the patches, we can implement the logging in a different way.1 parent fddbe36 commit c795cc8
2 files changed
+1
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
1331 | | - | |
1332 | | - | |
1333 | | - | |
1334 | | - | |
1335 | | - | |
1336 | | - | |
1337 | | - | |
1338 | | - | |
1339 | | - | |
| 1331 | + | |
1340 | 1332 | | |
1341 | 1333 | | |
1342 | 1334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
| |||
299 | 298 | | |
300 | 299 | | |
301 | 300 | | |
302 | | - | |
303 | | - | |
304 | | - | |
305 | 301 | | |
306 | 302 | | |
307 | 303 | | |
| |||
0 commit comments