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
Can you give an example reproduction? I was unable to reproduce for a sample input:
>>> writeTextFile "foo.txt""abc\ndef\n">>> inplace chars1 "foo.txt"-- Attempt to do nothing to the file, using `inplace`>>> readTextFile "foo.txt""abc\ndef\n"
After running a script using "inplace", I appear to lose a newline character from the end of the file.
Running on Windows subsystem for Linux, Nix, unknown version of Turtle (because I haven't worked out how to do that yet.)
The text was updated successfully, but these errors were encountered: