aider icon indicating copy to clipboard operation
aider copied to clipboard

Indication of started linting

Open Nihisil opened this issue 1 year ago • 1 comments

Issue

If we are using a custom lint command and this command takes some time (10s for example), the aider just freezes during this period without any indication that linting has started. This happens in both the GUI and terminal interface.

Displaying "Linting started..." after "Applied edit to ..." would resolve the confusion.

Version and model info

aider: v0.39.0

Nihisil avatar Jun 23 '24 08:06 Nihisil

Thanks for trying aider and filing this issue.

Can your lint command print something?

Or you could try --lint-cmd "echo Starting lint... ; my-lint-cmd" or use a shell script to the same effect.

paul-gauthier avatar Jul 07 '24 10:07 paul-gauthier