Matthew Hughes

Results 19 comments of Matthew Hughes

~Under the assumption this isn't being maintained, I have been working on a similar (though, not drop-in alternative) program~ EDIT: project didn't quite achieve what I was hoping for

> @matthewhughes934 What's the status of scruf? Hi @nigels-com, unfortunately it's not to lively at this point. I think it needs a bit more maturing, but I've not really had...

Another hang I just noticed (got home and opened my laptop from sleep) ``` 0x00007fddd6901f2c in read () from /usr/lib/libc.so.6 (gdb) bt #0 0x00007fddd6901f2c in read () at /usr/lib/libc.so.6 #1...

@flatcap I've updated my approach following some of our discussions on IRC. I'm working on updating the tests under `test-library` too.

Split things out into a separate function, I also realised the separation for the IMAP case needed a bit more attention: I didn't realise 'state.imap_browse' was conditional on a '#ifdef...

Opening this (finally) for review. The last bit I'm not certain on is the desired browser behaviour after creation, should we be open in the folder we just created? I...

> but the new folders are always created in the **current** mailbox, not the **selected** mailbox. Ah right, so I should be getting the name of the current entry in...

> but the new folders are always created in the **current** mailbox, not the **selected** mailbox. If I understand correctly, I _think_ this might be how it is handled for...

> > like what is done for `OP_DESCEND_DIRECTORY` > > yes Apologies for the delay on this one (:see_no_evil: I'm back to finish this off if it's still desired) I...

With [5fd5a93](https://github.com/python/mypy/pull/13372/commits/5fd5a93c916f189098a97d64c5bc3bf82327ccde) I've moved the tests under `test-data/unit/pythoneval.test` just to verify they would work under a full set of stubs. I've (very roughly) documented some of the issues I ran...