Issues.00310 - lordmundi/wikidoctest GitHub Wiki
00310: userdata user.cfg should be parsed after all other configs
Summary: userdata user.cfg should be parsed after all other configs
Created: 2011–01–05 17:10
Status: Released
Category: Request
From: frankie
Version: 2.1
Released_In: 2.2
Description:
currently the user.cfg is postloaded from the cev.cfg file, but since config files inside the LOADS block are more specific, these are done after, causing some parameters to not be overwritten when using the userdata mechanism.
this is a request to make the userdata user.cfg file parsed after all other files from the main config file.
Comments
frankie February 16, 2011, at 04:28 PM: Ok, now we utilize the "-input" method of passing in the userdata/user.cfg file, which should ensure that the file is processed last. blank.cfg and cev.cfg have been updated and this should be transparent to the user.
Associated Commits
| commit | d36b59925f0be80b5d98a50cb07bbb325f61cd04
link5 |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Feb 16 16:25:23 2011 -0600
|
| Message: | [@Issue 00310: Made user.cfg parsed absolutely last
Ok, now we utilize the "-input" method of passing in the userdata/user.cfg file, which should ensure that the file is processed last. blank.cfg and cev.cfg have been updated and this should be transparent to the user. @] |
Affected Files:
blank.cfg | 23 +++++++±--------------
cev.cfg | 14 +±-----------
2 files changed, 10 insertions(+), 27 deletions(-)