Difference between revisions of "Developer Meetings/20130212"
From Slicer Wiki
m (→To discuss) |
|||
Line 12: | Line 12: | ||
** Duplicated code :( ... => maintenance hell. See third point reported [http://www.na-mic.org/Wiki/index.php/2013_Project_Week:SelfTests here]. | ** Duplicated code :( ... => maintenance hell. See third point reported [http://www.na-mic.org/Wiki/index.php/2013_Project_Week:SelfTests here]. | ||
* Re-enable setup windows 32-bit nightly | * Re-enable setup windows 32-bit nightly | ||
+ | * CMake'ification / OpenSSL integration: No progress due to integration of ITKv4. | ||
== Conclusion == | == Conclusion == |
Revision as of 20:29, 12 February 2013
Home < Developer Meetings < 20130212To discuss
- ITKv4 enabled by default / SimpleITK updated to v0.6.1. See r21688
- Review list of existing issue (mantis tag: ITKv4)
- Approach to display log on windows: http://slicer-devel.65872.n3.nabble.com/Windows-command-line-tp4027441p4027524.html
- Log to file ?
- Provide an other (application + Launcher) which would be console aware ?
- Demo AutoRun for CLI modules (Julien, #2940)
- Continuous integration
- Test takes way too long - What about creating a ctest LABEL named "fast" or one named "slow". It would then be easy to run integration tests:
ctest -L fast
orctest -LE slow
- Python self test are very long. Does it make sens to run them continously. What about one time a week ? During the weekend ?
- Test takes way too long - What about creating a ctest LABEL named "fast" or one named "slow". It would then be easy to run integration tests:
- Refactor of Python self test
- Duplicated code :( ... => maintenance hell. See third point reported here.
- Re-enable setup windows 32-bit nightly
- CMake'ification / OpenSSL integration: No progress due to integration of ITKv4.