Skip to content

Test: workaround for gcc 4.8 std::string problem

52c28c2
Select commit
Loading
Failed to load commit list.
Merged

Ensure parse errors on more invalid YAML cases #585

Test: workaround for gcc 4.8 std::string problem
52c28c2
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 29, 2026 in 2s

3 new alerts

New alerts in code changed by this pull request

  • 2 warnings
  • 1 note

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 7425 in src/c4/yml/parse_engine.def.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 390 lines.
Poorly documented function: fewer than 2% comments for a function of 391 lines.

Check warning on line 7425 in src/c4/yml/parse_engine.def.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning

Poorly documented function: fewer than 2% comments for a function of 390 lines.
Poorly documented function: fewer than 2% comments for a function of 391 lines.

Check notice on line 986 in src/c4/yml/parse_engine.def.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
58 (32 lines)
.