git hash in drv_in not updated after case creation.
Open
Low Priority
tp: CIMElib
ty: Bug
- Dominant language
- Python
- Stars
- 174
- Forks
- 225
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 14
Description
The git hash recorded in the drv_in namelist file seems to be set at whatever it was when the case was created.
That makes sense for production runs. However a typical development pattern is to create a feature branch, create a case for testing development, and then add commits on that feature branch, building and running with each change within the case first created. The hash in drv_in should change if the SRCROOT hash changes but it does not. Not even "case.setup --reset" will change it.
Contributor guide
Assessment
This issue has not been assessed yet.