Developer Meetings/20150407

From Slicer Wiki
Jump to: navigation, search
Home < Developer Meetings < 20150407

Updates

To discuss

Todo

Conclusions

  • Python module infrastructure improvement
    • Since commit r24155, scripted module are imported as python module.
    • The next change will be to support loading of slicer scripted module as regular python module (a folder with __init__.py)
    • A landmark file could be added to scripted module folder (slicer.json or slicer-module.json)
    • This landmark file could then be used to speedup the startup time by loading only the core scripted module.
  • CLI and loadable module infrastructure improvement
    • Similarly to scripted module, the Slicer module loader could look for a landmark file