~kemon98/launchpad:master

Last commit made on 2021-08-20
Get this branch:
git clone -b master https://git.launchpad.net/~kemon98/launchpad
Only kemondora can upload to this branch. If you are kemondora please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~kemon98/launchpad

Recent commits

7edb2d4... by Colin Watson

Fix position tracking in EncodableLibraryFileAlias

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407468

87772b7... by Colin Watson

Fix position tracking in EncodableLibraryFileAlias

Python's `len()` requires that `__len__` returns a value greater than or
equal to 0. `EncodableLibraryFileAlias` violated this in the case where
a caller passed an explicit length to its `read` method which was
greater than the number of bytes remaining. In this case, increase the
position only up to the end of the file, not past it.

LP: #1940664

37750d2... by Colin Watson

Ignore various want line length errors in doctests

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407453

6b24101... by Colin Watson

Reformat more doctest headers in reStructuredText style

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407456

f9d35e5... by Colin Watson

Reformat more doctest headers in reStructuredText style

I missed these in my previous pass because they either were very
deeply-nested headers or had unbalanced Moin-style headers.

a57bb65... by Colin Watson

Ignore various want line length errors in doctests

This covers cases where it isn't reasonable or practical to wrap the
want lines, such as long URLs or wide tables.

8722084... by Colin Watson

lp-lint-doctest: Fix "source exceeds 78 characters" errors

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407399

25edfd4... by Colin Watson

Extend Charmhub client to handle pushing and releasing charms

Merged from https://code.launchpad.net/~cjwatson/launchpad/+git/launchpad/+merge/407380

e8c07b0... by Colin Watson

lp-lint-doctest: Fix "source exceeds 78 characters" errors

This is almost entirely just reformatting. In a couple of cases I
removed now-redundant "u" prefixes from strings where that was the
simplest way to make the line fit.

b03acb7... by Colin Watson

Extend Charmhub client to handle pushing and releasing charms