patchwork
patchwork copied to clipboard
Automate development gruntwork like code reviews, patching and documentation with LLM workflows.
This PR solves this issue https://github.com/patched-codes/patchwork/issues/58
A naming conflict issue has been identified with the patchwork binary in the Graphviz package under Linux operating systems. Details are as follows: OS: Fedora Linux 40 (Workstation Edition) pkginfo:...
While attempting to extend the library by creating a GenerateUnitTests patchflow, several limitations in the current architecture were identified. These limitations hinder the easy extension of the library, which is...
In the get_source_code_context method in the ExtractCode.py file. If the context is larger than the context_token_length we just return None, None as position (as seen here - https://github.com/patched-codes/patchwork/blob/f1b107ab86c70a246691fc3062d561dd098a75ff/patchwork/steps/ExtractCode/ExtractCode.py#L32). As a...
Fixes issue #946
Javadocs comments are created with surrounding ``` which are breaking to java compilation. See example: https://github.com/FalkorDB/JFalkorDB/pull/71
when `--debug` mode is enabled, make sure not to print api keys to the logs