Difference between revisions of "Developer Meetings/20130205"

From Slicer Wiki
Jump to: navigation, search
m
m (Text replacement - "slicerWiki/index.php" to "wiki")
 
(9 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
* Hide from editors flag on mrml nodes, [http://www.na-mic.org/Bug/view.php?id=2906 bug 2906]
 
* Hide from editors flag on mrml nodes, [http://www.na-mic.org/Bug/view.php?id=2906 bug 2906]
** model hierarchy optimisations causing unexpected behaviour
+
** model hierarchy optimizations causing unexpected behaviour
 
* Failing tests - [[Documentation/Labs/ITKv4 | ITKv4 and otherwise]]
 
* Failing tests - [[Documentation/Labs/ITKv4 | ITKv4 and otherwise]]
  
 
* Wiki updates
 
* Wiki updates
 
** Re-organized FAQs
 
** Re-organized FAQs
*** Sub section of FAQ (UserInterface, DICOM, ...) can be included where it matters. For example see [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/FAQ#User_FAQ:_User_Interface here] and [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/SlicerApplication/MainApplicationGUI#User_FAQ:_User_Interface here]
+
*** Sub section of FAQ (UserInterface, DICOM, ...) can be included where it matters. For example see [http://www.slicer.org/wiki/Documentation/Nightly/FAQ#User_FAQ:_User_Interface here] and [http://www.slicer.org/wiki/Documentation/Nightly/SlicerApplication/MainApplicationGUI#User_FAQ:_User_Interface here]
*** Created a developer FAQ. See [http://www.slicer.org/slicerWiki/index.php/Documentation/Nightly/Developers/FAQ here]
+
*** Created a developer FAQ. See [http://www.slicer.org/wiki/Documentation/Nightly/Developers/FAQ here]
*** FAQ page now redirect to Documentation/Nightly/FAQ. See [http://www.slicer.org/slicerWiki/index.php?title=FAQ&redirect=no here]
+
*** FAQ page now redirect to Documentation/Nightly/FAQ. See [http://www.slicer.org/wiki?title=FAQ&redirect=no here]
 +
** Added a Roadmap & priority page - See http://www.slicer.org/wiki/Roadmap
 +
* Build instruction: Pre-requisites are not included directly in the page. (Still need to consolidate Qt prereqs)
 +
 
 +
* CMake'ified python - Making progress
  
 
== Conclusion ==
 
== Conclusion ==
 +
* Discussed issue  [http://www.na-mic.org/Bug/view.php?id=2906 bug 2906]
 +
** After 4.3.0 is released, the default value associated with HideFromEditor will be set to false in the base class.
 +
** This is captured in the "API changes roadmap". See http://www.slicer.org/wiki/Roadmap#4.4.0_2
 +
** Also discuss that the search/filter box associated with the data model could be extended to understand more complex expression. This would allow to easily hide or show element of the tree based on regular expression.
 +
 +
* Discuss MRML scene versionning
 +
** Since Sept 2012, there is a property named <code>MRML_SUPPORT_VERSION</code> in Libs/MRML. See [https://github.com/Slicer/Slicer/blob/master/Libs/MRML/Core/CMakeLists.txt#L48-57 here]
 +
** Possibility of having a XSD schema for MRML scene that would be updated for each change in MRML API. Would the introduction of such a schema imply major change in the current XML structure ?
 +
 +
* Nicole discussed the recent changes associated with ModelMaker.
 +
** It can now take a "template model hierarchy" as an argument. More details associated with the commit message: [http://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21665 here]
 +
 +
* Look at the list of test failing tests.
 +
** Alex and Julien will be looking at the failing test [http://slicer.cdash.org/testDetails.php?test=3371208&build=62445 vtkSlicerModelsLogicAutoRemoveTest]. Julien will also enter an issue to document/track some what should be done: http://www.na-mic.org/Bug/view.php?id=2916 2916]
 +
** Steve reported that the [http://slicer.cdash.org/testDetails.php?test=3391876&build=62483 failling test "py_RSNA2012Quant"] is probably due to some memory leaks in the Slice Displayable Manager.
 +
 +
* Discussed issue that Steve was having when running CTest
 +
** This was due to the fact he updated PATH manually to include some other tools that were conflicting with ctest.
 +
 +
* Steve reported a problem when using 4.5.2 to build Slicer.
 +
** As documented on the wiki, waiting CMake 2.8.11 is release. Used the a nightly version of CMake to build on MacOSX 10.8 + XCode >= 4.5.X. See http://www.slicer.org/wiki/Documentation/Nightly/Developers/Build_Instructions#MacOSX
 +
 +
* Worked on issue [http://www.na-mic.org/Bug/view.php?id=2915 2915]
 +
** Identified some design flaw in the way "Shared library" CLI are executed. Investigation are on-going. Make sure to follow the issue to get update.
 +
 +
* Presented list of wiki update:
 +
** New roadmap page listing "Priority", "API Changes" and "Deprecation Roadmap". See http://www.slicer.org/wiki/Roadmap
 +
** New FAQ pages
 +
*** User FAQ consolidated: http://www.slicer.org/wiki/Documentation/Nightly/FAQ
 +
*** Developer FAQ created: http://www.slicer.org/wiki/Documentation/Nightly/Developers/FAQ
 +
** New Labs page. See http://www.slicer.org/wiki/Documentation/Labs
 +
 +
*  Status update on CMake'ification of Python. See http://www.slicer.org/wiki/Documentation/Labs/CMake-ified_Python

Latest revision as of 17:05, 21 November 2019

Home < Developer Meetings < 20130205

To discuss

  • Hide from editors flag on mrml nodes, bug 2906
    • model hierarchy optimizations causing unexpected behaviour
  • Failing tests - ITKv4 and otherwise
  • Wiki updates
    • Re-organized FAQs
      • Sub section of FAQ (UserInterface, DICOM, ...) can be included where it matters. For example see here and here
      • Created a developer FAQ. See here
      • FAQ page now redirect to Documentation/Nightly/FAQ. See here
    • Added a Roadmap & priority page - See http://www.slicer.org/wiki/Roadmap
  • Build instruction: Pre-requisites are not included directly in the page. (Still need to consolidate Qt prereqs)
  • CMake'ified python - Making progress

Conclusion

  • Discussed issue bug 2906
    • After 4.3.0 is released, the default value associated with HideFromEditor will be set to false in the base class.
    • This is captured in the "API changes roadmap". See http://www.slicer.org/wiki/Roadmap#4.4.0_2
    • Also discuss that the search/filter box associated with the data model could be extended to understand more complex expression. This would allow to easily hide or show element of the tree based on regular expression.
  • Discuss MRML scene versionning
    • Since Sept 2012, there is a property named MRML_SUPPORT_VERSION in Libs/MRML. See here
    • Possibility of having a XSD schema for MRML scene that would be updated for each change in MRML API. Would the introduction of such a schema imply major change in the current XML structure ?
  • Nicole discussed the recent changes associated with ModelMaker.
    • It can now take a "template model hierarchy" as an argument. More details associated with the commit message: here
  • Discussed issue that Steve was having when running CTest
    • This was due to the fact he updated PATH manually to include some other tools that were conflicting with ctest.
  • Worked on issue 2915
    • Identified some design flaw in the way "Shared library" CLI are executed. Investigation are on-going. Make sure to follow the issue to get update.