Jonas Jenwald
7f18c57c12
Fix the inconsistent return types for Dict.{get, getAsync}
...
Having these methods fallback to returning `null` in only *one* particular case seems outright wrong, since a "falsy" value will thus be handled incorrectly.
The only reason that this hasn't caused issues in practice is that there's only one call-site passing in three keys, and in that case we're trying to read a font file where falling back to `null` isn't a problem.
2019-09-23 11:41:19 +02:00
..
2019-07-28 20:36:21 +02:00
2019-08-25 15:14:57 +02:00
2017-04-30 00:34:02 +02:00
2019-02-27 15:00:29 -08:00
2018-06-03 00:28:40 +02:00
2019-02-26 22:40:55 +01:00
2019-02-23 16:30:16 +01:00
2019-05-26 12:23:37 +02:00
2019-05-26 12:23:37 +02:00
2017-04-30 00:34:02 +02:00
2019-02-23 16:30:16 +01:00
2018-01-13 01:31:05 +01:00
2019-05-05 14:51:03 +02:00
2019-04-20 13:11:17 +02:00
2017-12-24 18:14:40 +01:00
2019-08-24 15:56:40 +02:00
2019-08-01 16:40:46 +02:00
2018-01-03 13:32:57 +01:00
2019-04-07 13:14:03 +02:00
2019-09-02 23:31:07 +02:00
2019-01-19 19:54:08 +01:00
2017-04-30 00:34:02 +02:00
2019-08-01 16:40:46 +02:00
2019-07-31 09:33:56 +08:00
2019-08-01 16:40:46 +02:00
2019-06-23 16:01:45 +02:00
2019-01-12 22:27:40 +01:00
2018-09-10 11:59:29 +02:00
2017-10-09 21:58:54 +02:00
2019-09-23 11:41:19 +02:00
2018-06-12 11:01:32 +02:00
2019-04-20 13:11:17 +02:00
2018-08-05 21:21:46 +02:00
2019-09-18 10:15:09 +02:00
2019-01-18 17:57:41 +01:00
2017-04-30 00:34:02 +02:00
2017-02-27 08:32:39 -06:00
2019-09-19 14:09:51 +02:00