amoghrajesh commented on PR #40588: URL: https://github.com/apache/airflow/pull/40588#issuecomment-2208111451
> > @potiuk @poorvirohidekar here we are failing at the first occurence of a fault. Wondering if its a good idea to scan across all the packages provided and then report them at once. > > Doesn't add much value though. If we use clean build, the next time the other packages wouldn't complain at all > > @amoghrajesh - In my opinion, scanning across all packages and reporting all issues at once does not add much value as using --clean-build would resolve issues for subsequent packages. Implementing this would introduce the complexity of caching which packages could successfully generate the docs and which couldn't. Yeah, wasn't too sure if it would add any such value because `--clean-build` would always fix it. There is no point in adding additional complexity to rare cases like this one (in fact its not even a case). Let us not address that situation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
