Actions
Bug #22989
closedBug #22986: Rudder 8.0 compilation is broken
Finer grained warning exclusion for fastparse nowarn problem
Status:
Released
Priority:
N/A
Assignee:
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
In parent ticket, we were forced to silent warning for when we have a useless @nowarn tag because of: https://github.com/com-lihaoyi/fastparse/issues/285
Actually, we can be finer-grained and only silence them on the problematic files, and keep them for all other places where they matter (see https://github.com/com-lihaoyi/fastparse/issues/285#issuecomment-1614307764)
Actions