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)
Updated by François ARMAND over 1 year ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/4866
Updated by Anonymous over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|28f4063d3411875c70b44376bf7e06852b44e470.
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.0.0~alpha1 which was released today.
Actions