Skip to content

Commit

Permalink
Dev notes for #218.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon24 committed Aug 24, 2023
1 parent e183267 commit e7a1de0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ Requests session plugins:
Retriever / parser split:

* :issue:`205#issuecomment-766321855`
* split exception hierarchy (not implemented as of 3.9): :issue:`218#issuecomment-1687094315`


Alternative feed parsers:

Expand Down Expand Up @@ -550,6 +552,13 @@ Minimal plugin API (from 2021) – case study and built-in plugin naming scheme:

We'll add / document new (public) hooks as needed.

"Tag before, clear tag after" pattern for resilient plugins: :issue:`246#issuecomment-1596097300`.

Update hook error handling:

* expected behavior: :issue:`218#issuecomment-1595691410`, :issue:`218#issuecomment-1666823222`
* update hook pseudocode + exception hierarchy: :issue:`218#issuecomment-1666869215`


Reserved names
~~~~~~~~~~~~~~
Expand Down

0 comments on commit e7a1de0

Please sign in to comment.