View Issue Details

IDProjectCategoryView StatusLast Update
0003285Slicer4Core: Base Codepublic2017-06-07 23:27
Reporterpohl Assigned Tojcfr  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0003285: starting up slicer prints out debug info
Description

/software/Slicer4/superbuild/Slicer-build/Slicer --no-splash --disable-cli-modules

results in

Number of registered modules: 55
Register compression libraries

Number of instantiated modules: 55
When loading module "CropVolume" , the dependency "ResampleScalarVectorDWIVolume" failed to be loaded.
Number of loaded modules: 54

This is especially enjoying when wanting to run a python script

TagsNo tags attached.

Activities

jcfr

jcfr

2013-08-27 19:50

administrator   ~0009658

Fixed in r22345
See http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=22345

// ---------------------
BUG: Hide initialization info when running Slicer as python interpreter.

Add method "qSlicerCoreCommandOptions::verbos" currently returning false
only if slicer runs a python script directly passed as a command line
argument.

Later on, the system could be extended so that all initialization
information are hidden by default. They would be displayed
only if --verbose is explicitly passed.

Fixes 0003285

jcfr

jcfr

2014-03-06 05:00

administrator   ~0010844

Closing resolved issues that have not been updated in more than 3 months

jcfr

jcfr

2017-06-07 23:27

administrator   ~0014604

Fix committed to 2145-support-for-installing-extension-from-file branch.

Related Changesets

Slicer: 2145-support-for-installing-extension-from-file b283301d

2013-08-27 23:48:39

jcfr

Details Diff
BUG: Hide initialization info when running Slicer as python interpreter.

Add method "qSlicerCoreCommandOptions::verbos" currently returning false
only if slicer runs a python script directly passed as a command line
argument.

Later on, the system could be extended so that all initialization
information are hidden by default. They would be displayed
only if --verbose is explicitly passed.

Fixes 0003285

git-svn-id: http://svn.slicer.org/Slicer4/trunk@22345 3bd1e089-480b-0410-8dfb-8563597acbee
mod - Applications/SlicerApp/Main.cxx Diff File
mod - Base/QTCore/qSlicerCoreCommandOptions.cxx Diff File
mod - Base/QTCore/qSlicerCoreCommandOptions.h Diff File

Issue History

Date Modified Username Field Change
2013-08-09 15:06 pohl New Issue
2013-08-09 15:06 pohl Status new => assigned
2013-08-09 15:06 pohl Assigned To => jcfr
2013-08-27 19:49 jcfr Target Version => Slicer 4.3.0
2013-08-27 19:50 jcfr Note Added: 0009658
2013-08-27 19:50 jcfr Status assigned => resolved
2013-08-27 19:50 jcfr Fixed in Version => Slicer 4.3.0
2013-08-27 19:50 jcfr Resolution open => fixed
2014-03-06 05:00 jcfr Note Added: 0010844
2014-03-06 05:02 jcfr Status resolved => closed
2017-06-07 23:27 jcfr Changeset attached => Slicer 2145-support-for-installing-extension-from-file b283301d
2017-06-07 23:27 jcfr Note Added: 0014604