Adam Boniecki
Adam Boniecki
Week 2: I have tracked what I thought was a bug in my code (mentioned last week) but turned out to be just some unexpected output cleansing and fixed it...
Week 3: This week I have completed the encoding part of json module. PR is ready for review: https://github.com/pybee/batavia/pull/577. As mentioned, I ended up NOT using JSON.stringify as heavily, which...
Week 4: As I mentioned, this week I had to suspend my activity in Batavia. Last week's PR is merged now, but no other progress has been made. My last...
Week 5: This week I had less time than expected, but I managed to put together a functional implementation of `JSONDecoder`. As I realized, that some of the decoder's features...
Week 6: I finished up https://github.com/pybee/batavia/pull/586 (it is ready for review now) and moved on to generators. Fixed number of issues so far but there is still at least one...
Week 7: PR with fixes for various generator bugs and missing features is ready for review: https://github.com/pybee/batavia/pull/590 I looked into implementing `yield from`. It does not seem overly complicated, some...
Week 8: `yield from` is there as a PR: https://github.com/pybee/batavia/pull/592 and I have already started working on `with` statement: https://github.com/abonie/batavia/commits/with_statement. I feel like it may be a good idea to...
Week 9: There is a WIP PR for `with` statement: https://github.com/pybee/batavia/pull/594, it only needs some minor cleanup and will be ready for review. I also have a quick, but working...
Week 10: I finished up `with` statement (#594) and once that was merged, submitted PR for the Python 3.5+ compatibility (#620). Both of those things were more or less ready...
Week 11: Still working on #621 (Python 3.6 bytecode compatibility). CALL_FUNCTION_* opcodes are done (and in the meantime I fixed splat operator #623), but I have some trouble with EXTENDED_ARG...