50-GerritCTestConfig: Fix detection of multiple Remote Modules changes#12
Closed
jcfr wants to merge 1 commit intoInsightSoftwareConsortium:dashboardfrom
Closed
Conversation
This commit plays two roles: (1) updates the "diff-tree" call to ensure only added, modified or changed files are considered when generating the list of remote modules to enabled. (2) ensures the output of "execute_process" is treated as a list of remotes. Co-authored-by: Lucas Gandel <lucas.gandel@kitware.com> Change-Id: I7340fdbbe4a50985d39b630d7bd7fa0e9a8897c0
Contributor
Author
|
Cc: @thewtex Ps: I already updated the one used on djenkins |
Member
|
Great, thank you! Pushed upstream. |
kwrobot
pushed a commit
to Kitware/ITK
that referenced
this pull request
Jan 13, 2017
…K-3511
This update addresses bug report ITK-3511 [1]. BridgeNumPy cannot create an
ITK image directly from a transpose of a NumPy array. The array is not C-style
contiguous when computing the transpose. Memory cannot be easily shared between
Python and C++. A specific error message letting the user know what the problem
is is now displayed.
Francois Budin (2):
ENH: Print useful error message if NumPy array is not C-style contiguous
Merge pull request InsightSoftwareConsortium#12 from \
fbudin69500/ENH_better_error_message_for_fortran_data_ordered_arrays
[1] https://issues.itk.org/jira/browse/ITK-3511
Change-Id: I82fcd4558e8169844ff5ae796c47ae4e5251ade2
HastingsGreer
pushed a commit
to HastingsGreer/ITK
that referenced
this pull request
Feb 18, 2019
…roupXML ENH: Update PolygonGroup IO to use new spatial object classes
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit plays two roles:
(1) updates the "diff-tree" call to ensure only added, modified
or changed files are considered when generating the list of remote
modules to enabled.
(2) ensures the output of "execute_process" is treated as a list of remotes.
Co-authored-by: Lucas Gandel lucas.gandel@kitware.com
Change-Id: I7340fdbbe4a50985d39b630d7bd7fa0e9a8897c0