Skip to content
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

JSON/TOML backend: introduce abbreviated IO modes #1493

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from

toml11 4.0 compatibility

20d6502
Select commit
Loading
Failed to load commit list.
Open

JSON/TOML backend: introduce abbreviated IO modes #1493

toml11 4.0 compatibility
20d6502
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Aug 5, 2024 in 3s

3 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 98 in examples/14_toml_template.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 1532 in src/IO/JSON/JSONIOHandlerImpl.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Long switch case Note

Switch has at least one case that is too long:
array (67 lines)
.

Check warning on line 1606 in test/SerialIOTest.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Poorly documented large function Warning test

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