Commit graph

30 commits

Author SHA1 Message Date
Paul Gauthier
97c6002690 moved to tests/basic/test_find_or_blocks.py 2024-08-22 09:27:53 -07:00
Paul Gauthier
695e8c384c fix: Update error message formatting in process_markdown function 2024-08-22 09:10:31 -07:00
Paul Gauthier
882cf676b9 fix: Handle errors in processing Markdown sections 2024-08-22 09:01:04 -07:00
Paul Gauthier (aider)
8ec67d339d fix: Remove unused variable section_result 2024-08-22 08:58:08 -07:00
Paul Gauthier
892f0b9a9d fix: Update file processing logic in testsr.py 2024-08-22 08:57:03 -07:00
Paul Gauthier
8b1113dd2d fix: Refactor all_fences import and add new fence definitions 2024-08-22 08:47:09 -07:00
Paul Gauthier
52ddef9f79 fix: Remove unnecessary checks and simplify content extraction in process_markdown function 2024-08-22 08:46:50 -07:00
Paul Gauthier
1d6bdfce80 skip editblocks 2024-08-22 08:38:54 -07:00
Paul Gauthier (aider)
f064820f06 fix: Remove unused import of DEFAULT_FENCE 2024-08-22 08:23:19 -07:00
Paul Gauthier (aider)
15d5377040 style: Fix formatting in testsr.py 2024-08-22 08:22:51 -07:00
Paul Gauthier (aider)
2f7e690966 fix: Correct indentation in process_markdown function 2024-08-22 08:22:48 -07:00
Paul Gauthier (aider)
d48d231349 style: Apply linter formatting to testsr.py 2024-08-22 08:22:09 -07:00
Paul Gauthier (aider)
b219e790a4 fix: Move FileNotFoundError handling up after file open and read 2024-08-22 08:22:06 -07:00
Paul Gauthier
35c6d5b569 fix: Update the all_fences import and usage in the process_markdown function 2024-08-22 08:22:04 -07:00
Paul Gauthier (aider)
9982863042 fix: move except ValueError up right after find_original_update_blocks 2024-08-22 08:19:44 -07:00
Paul Gauthier (aider)
1e1bb53ca3 fix: Correct indentation in testsr.py 2024-08-22 08:18:54 -07:00
Paul Gauthier (aider)
333fcf5624 style: Format imports in testsr.py 2024-08-22 08:18:30 -07:00
Paul Gauthier (aider)
d8e5f4fdec refactor: Optimize if section.strip() condition 2024-08-22 08:18:27 -07:00
Paul Gauthier
9463639228 fix: Add all_fences import from aider.coders.editblock_coder 2024-08-22 08:18:26 -07:00
Paul Gauthier (aider)
6a612d784f feat: add shebang 2024-08-22 08:01:35 -07:00
Paul Gauthier
ed60c094b9 fix: Make testsr.py executable 2024-08-22 08:01:24 -07:00
Paul Gauthier (aider)
10d885dfd1 style: Apply linter formatting to testsr.py 2024-08-22 06:40:06 -07:00
Paul Gauthier (aider)
b32fa29ba4 fix: Catch exceptions in find_original_update_blocks 2024-08-22 06:40:03 -07:00
Paul Gauthier
ac5667696c fix: Replace error message with raw exception 2024-08-22 06:40:02 -07:00
Paul Gauthier (aider)
cb7879a89a style: use indent=4 for all json.dumps calls 2024-08-22 06:37:36 -07:00
Paul Gauthier (aider)
4763582c9e style: Format Python code 2024-08-22 06:34:22 -07:00
Paul Gauthier (aider)
7e763094b3 feat: Replace wordcount with find_original_update_blocks in testsr.py 2024-08-22 06:34:19 -07:00
Paul Gauthier (aider)
3272a2b84e style: Apply linter formatting to testsr.py 2024-08-22 06:30:57 -07:00
Paul Gauthier (aider)
55bca8d9e9 feat: Implement a script to process Markdown files and count words in each section 2024-08-22 06:30:54 -07:00
Paul Gauthier
53d992aa97 fix: Add testsr.py 2024-08-22 06:30:50 -07:00