-
Notifications
You must be signed in to change notification settings - Fork 34
Remove error pattern regex validation system #9309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot keep removing log errors and warnings |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Completed removal of all log errors and warnings support:
All error and warning detection has been removed from the codebase. Commit: 027de2e |
|
@copilot lint go |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot lint go |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Go linting now passes successfully. Fixed:
All linting checks passing. Commit: 96b9f06 |
|
@copilot format, lint js |
JavaScript formatting and linting already passing:
No changes needed. |
|
@copilot merge main, lint go, lint js |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Remove errors and warnings support
This change removes the error pattern regex system and warning detection from the codebase.
Completed Changes
Go Code Changes
ErrorPatternstruct frompkg/workflow/agentic_engine.goGetErrorPatterns()method from engine interface and implementationsGetCommonErrorPatterns()functionengine.gocompiler_yaml_ai_execution.goCountErrorsAndWarningsWithPatterns()frommetrics.goLogErrorstruct and related functions frommetrics.goLogMetricsstruct to removeErrorsfieldJavaScript Changes
validate_errors.cjsand its test fileTesting
Summary
All error pattern regex support has been completely removed from:
The codebase is now:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.