You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(config): route SEvt output directory through app config (#322)
This PR makes `gphox::Config` the authoritative source for runtime
configuration parameters that are applied to supported binaries
execution. The main focus is refactoring event runtime controls,
especially `event.mode` and `event.output_dir`, so they are read from
the app config JSON and then synchronized into `SEventConfig` from one
place.
- Added `--config` support to the affected binaries so runtime behavior
can be selected via config file.
- Updated tests/scripts to use the config-controlled output location
instead of relying on fake `USER`/`GEOM` environment setup.
- Eliminated the need to set `USER` and `GEOM` environment variables for
the supported binaries/tests that now route output through `Config`.
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments