View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002662 | Slicer4 | Core: Extensions | public | 2012-10-17 14:54 | 2012-10-26 13:37 |
Reporter | fedorov | Assigned To | jcfr | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | |||||
Target Version | Slicer 4.2.0 | Fixed in Version | Slicer 4.2.0 | ||
Summary | 0002662: logic is not initialized properly in Reporting extension | ||||
Description | logic is missing SlicerReportingModuleLogic methods, and the pointers do not match see below:
| ||||
Tags | No tags attached. | ||||
Not sure different pointer is the problem. Tested with Oct 7 nightly, and the pointers are also different, but logic is initialized properly and the methods are available:
|
|
but the difference is when I say "logic" in Oct 7, it prints vtkSlicerReportingModuleLogic, while with the latest build it says vtkSlicerModuleLogic |
|
Possibly related to this issue (SlicerRT extension installed on mac) https://www.assembla.com/spaces/slicerrt/tickets/153?comment=182284313#comment:182284313 |
|
confirmed the issue is not reproducible on linux |
|
The difference of pointers can be explained by the fact calling (1) print the address of the python wrapper and calling (2) print the address of the associated C++ object. (1) >>> logic (2) >>> print logic |
|
2012-10-25 07:32
|
|
Fixed in r21242 |
|
Confirmed that it works in today nightly: Slicer-4.2.0-rc1-2012-10-25-macosx-amd64.dmg |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2012-10-17 14:54 | fedorov | New Issue | |
2012-10-17 14:54 | fedorov | Status | new => assigned |
2012-10-17 14:54 | fedorov | Assigned To | => jcfr |
2012-10-17 15:08 | fedorov | Note Added: 0006607 | |
2012-10-17 15:09 | fedorov | Note Added: 0006608 | |
2012-10-17 15:13 | pieper | Note Added: 0006609 | |
2012-10-17 15:19 | fedorov | Note Added: 0006610 | |
2012-10-17 15:54 | jcfr | Note Added: 0006611 | |
2012-10-22 07:21 | jcfr | Target Version | => Slicer 4.2.0 - coming release |
2012-10-25 07:28 | jcfr | Relationship added | related to 0002688 |
2012-10-25 07:29 | jcfr | Relationship added | related to 0002689 |
2012-10-25 07:32 | jcfr | File Added: 2662-verify-patch-reporting-logic-properly-loaded.png | |
2012-10-25 07:32 | jcfr | Note Added: 0006741 | |
2012-10-25 07:32 | jcfr | Status | assigned => resolved |
2012-10-25 07:32 | jcfr | Fixed in Version | => Slicer 4.2.0 - coming release |
2012-10-25 07:32 | jcfr | Resolution | open => fixed |
2012-10-25 07:34 | jcfr | Relationship added | has duplicate 0002660 |
2012-10-26 04:39 | jcfr | Note Added: 0006807 | |
2012-10-26 13:37 | fedorov | Status | resolved => closed |