~chicharreros/magicicada-protocol/+git/main:main

Last commit made on 2022-08-22
Get this branch:
git clone -b main https://git.launchpad.net/~chicharreros/magicicada-protocol/+git/main

Branch merges

Branch information

Recent commits

23a3c52... by Natalia Bidart

Merge pull request #12 from chicharreros/black-formatting

Ran black reformat tool

2dd614a... by Natalia Bidart

Fixed regex for exclusions

7bcd662... by Natalia Bidart

Ran black reformat tool

Fixes #4

4f9c902... by Natalia Bidart

Release 3.0.3

1f68eb8... by Natalia Bidart

Merge pull request #11 from chicharreros/fix-eof-handling

Ensure GetContent.processMessage always handles bytes

e22cf67... by Natalia Bidart

Ensure GetContent.processMessage always handles bytes

This fixes the error obtained when running server tests:

magicicadaprotocol/client.py", line 640, in processMessage
    self.data = "".join(self.parts)
builtins.TypeError: sequence item 0: expected str instance, bytes found

a0916c2... by Natalia Bidart

Merge pull request #10 from chicharreros/run-tests-py3.10

Runs tests in newer Ubuntu and latest Python 3.10

dbdaddf... by Natalia Bidart

Runs tests in newer Ubuntu and latest Python 3.10

c745c88... by Natalia Bidart

Bumped version to 3.0.2

edddf5d... by Natalia Bidart

Merge pull request #9 from chicharreros/client-derived-fixes

Fixed derived from IRL testing with the ported client