Philipp Hansch
1573d10325
tabs_in_doc_comments: Fix ICE due to char indexing
...
This is a quick-fix for an ICE in `tabs_in_doc_comments`. The problem
was that we we're indexing into possibly multi-byte characters, such as '位'.
More specifically `get_chunks_of_tabs` was returning indices into
multi-byte characters. Those were passed on to a `Span` creation that
then caused the ICE.
This fix makes sure that we don't return indices that point inside a
multi-byte character. *However*, we are still iterating over unicode
codepoints, not grapheme clusters. So a seemingly single character like y̆ ,
which actually consists of two codepoints, will probably still cause
incorrect spans in the output.
2021-04-06 07:20:55 +02:00
..
2021-03-17 09:13:52 -05:00
2021-03-31 11:18:48 +09:00
2021-04-02 10:10:54 -05:00
2021-04-02 15:10:24 +00:00
2021-03-31 14:06:27 -05:00
2021-03-26 20:22:07 +09:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-26 20:18:37 +09:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:31:20 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-28 07:54:00 -04:00
2021-03-17 09:13:52 -05:00
2021-03-29 17:20:04 +09:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-25 18:38:13 +01:00
2021-03-17 09:13:52 -05:00
2021-03-17 12:04:11 -04:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-26 20:18:37 +09:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-25 18:38:13 +01:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-26 20:18:37 +09:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-27 09:04:44 -04:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-04-02 12:42:40 +00:00
2021-03-25 18:38:13 +01:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-30 10:56:08 -04:00
2021-04-02 12:42:40 +00:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:31:20 -05:00
2021-03-31 14:06:27 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-15 20:06:01 -05:00
2021-04-03 14:17:58 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 07:36:09 +02:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-15 20:06:01 -05:00
2021-04-01 00:08:59 +09:00
2021-03-25 18:38:13 +01:00
2021-03-18 23:47:21 +01:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-15 20:06:01 -05:00
2021-03-30 16:04:16 -07:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-25 18:38:13 +01:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-15 20:06:01 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 15:35:34 -04:00
2021-03-31 14:06:27 -05:00
2021-03-15 20:06:01 -05:00
2021-03-25 18:38:13 +01:00
2021-03-15 20:06:01 -05:00
2021-03-25 22:30:14 -04:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-24 17:31:20 -07:00
2021-03-25 18:38:13 +01:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-04-06 07:20:55 +02:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 12:04:11 -04:00
2021-03-26 14:36:09 +01:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-27 01:08:14 +01:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-17 09:13:52 -05:00
2021-03-16 12:27:21 -04:00
2021-03-15 20:06:01 -05:00
2021-03-17 09:13:52 -05:00