WIP: Multiple fixes on loader due to extended tests. #15

Draft
kenkeiras wants to merge 7 commits from fixes/loading into develop
Owner
  • Support code blocks outside headlines
  • Support generic drawer names
  • Add .get_raw() to dom.TableRow
  • Add .get_raw() to all DOM elements
  • Don't cut delimiter lines out of get_lines_between().
  • Return all elements in get_lines_between().
- [x] Support code blocks outside headlines - [x] Support generic drawer names - [x] Add `.get_raw()` to dom.TableRow - [ ] Add `.get_raw()` to all DOM elements - [x] Don't cut delimiter lines out of `get_lines_between()`. - [ ] Return all elements in `get_lines_between()`.
kenkeiras self-assigned this 2025-02-09 12:50:58 +00:00
kenkeiras added 1 commit 2025-02-09 12:51:00 +00:00
Fix support of code blocks outside headlines.
Some checks failed
Testing / pytest (push) Failing after 1m11s
Testing / mypy (push) Failing after 17s
Testing / style-formatting (push) Failing after 15s
Testing / style-sorted-imports (push) Failing after 16s
Testing / stability-extra-test (push) Failing after 20s
9c04717a12
kenkeiras added 1 commit 2025-02-09 13:11:51 +00:00
fix(gitea): Fix build with newer images.
Some checks failed
Testing / pytest (push) Has been cancelled
Testing / mypy (push) Has been cancelled
Testing / style-formatting (push) Has been cancelled
Testing / style-sorted-imports (push) Has been cancelled
Testing / stability-extra-test (push) Has been cancelled
34446bdb3b
kenkeiras added 1 commit 2025-02-09 13:12:14 +00:00
feat(dom): Add support for generic drawer outputs.
Some checks failed
Testing / stability-extra-test (push) Waiting to run
Testing / pytest (push) Failing after 21s
Testing / mypy (push) Failing after 24s
Testing / style-formatting (push) Failing after 16s
Testing / style-sorted-imports (push) Has been cancelled
bd1c464a2a
kenkeiras force-pushed fixes/loading from bd1c464a2a to df178d08d8 2025-02-09 13:13:35 +00:00 Compare
kenkeiras added 1 commit 2025-02-09 15:26:00 +00:00
Add dom.TableRow.get_raw() support.
Some checks failed
Testing / pytest (push) Successful in 36s
Testing / mypy (push) Failing after 1m17s
Testing / style-formatting (push) Failing after 41s
Testing / style-sorted-imports (push) Failing after 25s
Testing / stability-extra-test (push) Successful in 31s
e07964af55
kenkeiras added 2 commits 2025-02-09 15:50:00 +00:00
fix(org_rw): Ensure closing delimiters are same subtype as openers.
Some checks failed
Testing / style-formatting (push) Waiting to run
Testing / style-sorted-imports (push) Waiting to run
Testing / stability-extra-test (push) Waiting to run
Testing / pytest (push) Successful in 25s
Testing / mypy (push) Has been cancelled
24dc516d64
kenkeiras force-pushed fixes/loading from 24dc516d64 to 3b90723250 2025-02-09 15:51:00 +00:00 Compare
kenkeiras changed title from Fix(org_rw.py): Accept code blocks outside in main doc, outside headlines. to Multiple fixes on loader due to extended tests. 2025-02-09 15:53:06 +00:00
kenkeiras changed title from Multiple fixes on loader due to extended tests. to WIP: Multiple fixes on loader due to extended tests. 2025-02-09 15:53:22 +00:00
All checks were successful
Testing / pytest (push) Successful in 23s
Testing / mypy (push) Successful in 28s
Testing / style-formatting (push) Successful in 23s
Testing / style-sorted-imports (push) Successful in 19s
Testing / stability-extra-test (push) Successful in 26s
This pull request is marked as a work in progress.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin fixes/loading:fixes/loading
git checkout fixes/loading
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kenkeiras/org-rw#15
No description provided.