Seth
Seth
Hi! I'll keep this open in the event that I come back into perbase to do more development, but I don't currently have enough bandwidth to be doing a lot...
Tried to create a more minimal version of it: ``` from pathlib import Path from testing import assert_equal struct BufferedReader: """Dummy impl.""" var fh: FileDescriptor var buffer_capacity: Int fn __init__(out...
> I think this is the same “first variable mistakenly marked as unused in the raising function” problem again. It might be a duplicate of [#4182](https://github.com/modular/modular/issues/4182). I think it's different?...
Interesting. I don't like that, but I get it. The bit about the "assign to '_'" was why I thought it was talking about the variable itself. That covers the...
Hi! I think that would be pretty tricky on the full object: https://github.com/sstadick/gzp/blob/f31a4dd622d61e3ba9139935fc71644a3f4f1d42/src/par/compress.rs#L150. Specifically I don't think the channels and joinhandle will serialize nicely. You could theoretically grab the dictionary...
Making the dictionary accessible and also allowing a dict to be passed in do seem like the way to go for that. You may have to just dump the dictionary...
Thanks @Some1and2-XC I'll take a look over the weekend and get back to you 👍
@Some1and2-XC I got to go over what you have so far. I think it seems like an okay direction. Agreed that we'd want to test it on all the different...
@FunGeST - see version 0.10.0 with the fix from @biermanr
Closing, feel free to reopen if the problem remains