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
edits are currently read with text's readFile which seems to depend on the locale (like base). And by Murphy's law of locales it is going to be the wrong one for somebody. To make it more robust, we should just require UTF-8, by reading a bytestring and decoding it explicitly. And double check that the edits syntax handles \r for Windows.
The text was updated successfully, but these errors were encountered:
Issue mentioned on Zulip.
edits are currently read with
text
'sreadFile
which seems to depend on the locale (likebase
). And by Murphy's law of locales it is going to be the wrong one for somebody. To make it more robust, we should just require UTF-8, by reading a bytestring and decoding it explicitly. And double check that the edits syntax handles\r
for Windows.The text was updated successfully, but these errors were encountered: