You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I delete some text in between reloading an .agda file, these two bugs occur:
the color theme becomes inconsistent (and nonsensical),
some Unicode characters (from experience, always those high up in the coding table, such as 𝕍, 𝒫, etc.) turn into gibberish, such as ��.
Reloading fixes both issues. My suspicion is that characters "high up" in the table cause a one-character shift due to having a longer encoding, which the program for the color theme and display of Unicode characters does not take into account.
An example in pictures (normal vs. these two bugs present):
The source code from the above example is in this repository. I think both bugs can be replicated simply by deleting {_} character by character.
The text was updated successfully, but these errors were encountered:
When I delete some text in between reloading an
.agda
file, these two bugs occur:𝕍
,𝒫
, etc.) turn into gibberish, such as��
.Reloading fixes both issues. My suspicion is that characters "high up" in the table cause a one-character shift due to having a longer encoding, which the program for the color theme and display of Unicode characters does not take into account.
An example in pictures (normal vs. these two bugs present):
The source code from the above example is in this repository. I think both bugs can be replicated simply by deleting
{_}
character by character.The text was updated successfully, but these errors were encountered: