python-json-patch
python-json-patch copied to clipboard
[WIP] Wrong Patch Generated
- [ ] Confirm the issue by running test that reproduces the error
- [ ] Analyze the patch generation logic in DiffBuilder to understand why the order of operations is incorrect
- [ ] Create a focused test case that can be added to the test suite
- [ ] Determine the root cause of the issue by examining how operations are ordered
- [ ] Implement a fix that ensures operations are generated in the correct order
- [ ] Verify the fix by running the test case
- [ ] Add the test case to the test suite
- [ ] Run the full test suite to ensure the fix doesn't break existing functionality
Fixes #138.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.