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-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-17 09:31:20 -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-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-28 07:54:00 -04: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-31 14:06:27 -05:00
2021-03-17 09:13:52 -05:00
2021-03-31 14:06:27 -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-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-04-03 14:17:58 -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-17 09:13:52 -05:00
2021-03-31 14:06:27 -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-31 14:06:27 -05:00
2021-03-31 14:06:27 -05:00
2021-03-31 14:06:27 -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-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-31 14:06:27 -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-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-16 12:27:21 -04:00