Skip to content

Fix openPMD_USE_AWS=AUTO

364eeea
Select commit
Loading
Failed to load commit list.
Draft

External block storage for JSON/TOML backend via file system or S3 #1789

Fix openPMD_USE_AWS=AUTO
364eeea
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jan 7, 2026 in 2s

8 new alerts

New alerts in code changed by this pull request

  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 145 in include/openPMD/cli/convert-toml-json.hpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _ is not used.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable args is never read.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable args is not used.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable extra_json_hierarchy is never read.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable extra_json_hierarchy is not used.

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

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable extent is not used.

Check notice on line 1076 in src/Series.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable comm is not used.

Check notice on line 1076 in src/Series.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused static variable Note

Static variable comm is never read.