aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/aflow/tool/codeeditor
Commit message (Collapse)AuthorAgeFilesLines
* pkg/aflow/flow/patching: harden against empty generated patchesDmitry Vyukov2026-01-272-2/+25
| | | | | | | | Make codeeditor error on nop changes that don't actually change the code. Make patch testing error on empty patch. Perhaps we need a notion of "mandatory" tools that must be called successfully at least once... not sure yet.
* pkg/aflow/tool/codeeditor: add actual implementationDmitry Vyukov2026-01-262-18/+252
|
* pkg/aflow: add helper for tool testingDmitry Vyukov2026-01-262-1/+93
| | | | Add simple codeeditor tests to test testing.
* pkg/aflow/tool/codeeditor: add packageDmitry Vyukov2026-01-231-0/+37
Code editing tool stub. Update #6470