Skip to content

repl: persist in plain text, save to home tmp directory by default

I know @chrisdickinson said it would have been better to have the repl save in plain text, and that doing so would require a semver-major change.

I'd like to get it into 3.0 if possible, and I'm willing to do whatever if it looks good to people.

This also effectively enables it by default, by using os.homedir() to get an appropriate location (I think?). Perhaps I should be handling more errors if it can't exist?

The first commit is the important one.

R= @chrisdickinson or @rvagg since he's doing 3.0?

Merge request reports

Loading