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
I think the reset makes sense, otherwise the load would try to read from the end of the stream, right? We should probably make that clearer in the README, though!
The Atom case is probably that it triggers a show method call, which reads from the stream, which moves the position in the stream. Not sure what to do about that...
Yes, I think making this clearer in the README would be great. Maybe the easiest would be to move all the stream examples into a final section at the end? It is a bit more specialized, and it really helps if the load and save case are closer together?
I took a look at the tests, which include
mark
andreset
statements. When I add these statements, it works:Weirdly, that works in the REPL, but not in Atom, where I get the same stacktrace as above.
The text was updated successfully, but these errors were encountered: