Hi,
for testing I created an empty directory copied a technology into it. First thing I do is "init" from the CDSGit library Manager window. If I create now a LIB and CELL (layout view) - and I want to add/commit/status I get the following error:
Error fprintf/sprintf: format spec. incompatible with data - "Format is '%s Status --- Branch: %s', argument #2 is nil"
<<< Stack Trace >>>
_sprintf("%s Status --- Branch: %s" cdsGitAppName (gs->branch))
sprintf(nil "%s Status --- Branch: %s" cdsGitAppName (gs->branch))
(formInfo = sprintf(nil "%s Status --- Branch: %s" cdsGitAppName (gs->branch)))
CGstatusForm(gs)
case(_menuName ("CGMgui" Gui(gs)) ("CGMinit" CGPBinitForm()) ("CGMstatusAll" CGstatusAllForm()) ("CGMclone" CGcloneForm()) ... )
CGMlmgrCB("CGMcommit" "TEST" "" "" "" ... )
(... in ddsiLMCEval ...)
(... in ddsLMCMenuItem ...)
ddsLMCMenuItem(5 "CGMcommit" "CGMlmgrCB" ("TEST" "" "" "" ""))
The only way to get the CdsGit Status dialog to popup is to do a add/commit from command line - then the dialog comes up without any error.
Hi,
for testing I created an empty directory copied a technology into it. First thing I do is "init" from the CDSGit library Manager window. If I create now a LIB and CELL (layout view) - and I want to add/commit/status I get the following error:
Error fprintf/sprintf: format spec. incompatible with data - "Format is '%s Status --- Branch: %s', argument #2 is nil"
<<< Stack Trace >>>
_sprintf("%s Status --- Branch: %s" cdsGitAppName (gs->branch))
sprintf(nil "%s Status --- Branch: %s" cdsGitAppName (gs->branch))
(formInfo = sprintf(nil "%s Status --- Branch: %s" cdsGitAppName (gs->branch)))
CGstatusForm(gs)
case(_menuName ("CGMgui" Gui(gs)) ("CGMinit" CGPBinitForm()) ("CGMstatusAll" CGstatusAllForm()) ("CGMclone" CGcloneForm()) ... )
CGMlmgrCB("CGMcommit" "TEST" "" "" "" ... )
(... in ddsiLMCEval ...)
(... in ddsLMCMenuItem ...)
ddsLMCMenuItem(5 "CGMcommit" "CGMlmgrCB" ("TEST" "" "" "" ""))
The only way to get the CdsGit Status dialog to popup is to do a add/commit from command line - then the dialog comes up without any error.