chiark / gitweb /
Ceremonially delete the Python prototype!
authorSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 09:58:28 +0000 (09:58 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 5 Jan 2024 09:58:28 +0000 (09:58 +0000)
commit3b6027d2bb19c580b71e961aea88361bbe7e19af
tree172b9edaef3df491815fed25f3dd2eb2b967545a
parent5b9da1bc372bb557eb59d59d0f395470eee89cd8
Ceremonially delete the Python prototype!

We've reached feature parity, although I haven't been running the Rust
version live for more than a few hours so far, so there's still a
possibility of finding a bug the old version lacked.

But it's now actually awkward to have it in the same directory - the
two clients look similar enough that I can accidentally run
'./mastodonochrome' in place of './target/debug/mastodonochrome'
during testing, and then be puzzled when it doesn't behave _quite_ the
same.

So, if I need it in an emergency, I can always recover it from the git
log.
.gitignore
client.py [deleted file]
cursesclient.py [deleted file]
login.py [deleted file]
mastodonochrome [deleted file]
scan_re.py [deleted file]
text.py [deleted file]
util.py [deleted file]