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
Is your feature request related to a problem? Please describe.
Startup scripts currently need to be modified across systems that have different module suffixes.
Describe the solution you'd like #941 makes the module suffix available in software. If there is no suffix specified in the startup script, append it (backwards compatible). This would make startup scripts more portable.
Describe alternatives you've considered
None
Additional context #583 - table implementation would also benefit from not needing the suffix
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Implmements a new function in FS to parse an input file name
from a user. Initially applied to startup script processing.
The new function produces fully-qualified output where the input
may omit either a pathname or an extension. These items will be
added from the specified defaults, if missing, and a complete
fully-qualified filename will be output.
If the input is already a fully qualified filename, then the
output is the same as the input (basically a copy).
This initially is used to provide better cross-platform startup
script processing, where module suffix may differ across platforms.
Only the "basename" of the filename needs to be specified in the
startup script - everything else can come from defaults.
jphickey
added a commit
to jphickey/cFE
that referenced
this issue
Feb 5, 2021
Implmements a new function in FS to parse an input file name
from a user. Initially applied to startup script processing.
The new function produces fully-qualified output where the input
may omit either a pathname or an extension. These items will be
added from the specified defaults, if missing, and a complete
fully-qualified filename will be output.
If the input is already a fully qualified filename, then the
output is the same as the input (basically a copy).
This initially is used to provide better cross-platform startup
script processing, where module suffix may differ across platforms.
Only the "basename" of the filename needs to be specified in the
startup script - everything else can come from defaults.
Is your feature request related to a problem? Please describe.
Startup scripts currently need to be modified across systems that have different module suffixes.
Describe the solution you'd like
#941 makes the module suffix available in software. If there is no suffix specified in the startup script, append it (backwards compatible). This would make startup scripts more portable.
Describe alternatives you've considered
None
Additional context
#583 - table implementation would also benefit from not needing the suffix
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: