Christopher Swenson
Christopher Swenson
The bug looks to be here: https://github.com/beeware/batavia/blob/master/batavia/types/Complex.js#L364 If the exponent is larger than 100, we cast it to a JavaScript 52-bit `Number`, so we lose the lower-order bits. Instead we...
This is partially addressed, in that very simple `super()` usages were added in https://github.com/pybee/batavia/pull/268
@son-vyas This is a fairly deep issue to address, if it hasn't been already. It would probably be best to do something like: * Check that the reproducer above still...
I think that `reversed()` and `sorted()` are already implemented: https://github.com/pybee/batavia/blob/master/batavia/builtins/sorted.js https://github.com/pybee/batavia/blob/master/batavia/builtins/reversed.js Not that they couldn't be improved.
Thanks @tvoran for the tip about the passthroughbackend -- that was exactly the problem.
I converted this into a draft since I have a bit more work to do before it's quite ready. I went ahead and removed the plugin wrapper and used the...
@tvoran @tomhjp this is ready for review, I believe. I think I addressed all of your comments, and I did a lot of testing.
@tomhjp I think I addressed your concerns. PTAL.
Picking this back up and hoping to have it finished for 3.11.0