ENH: Migrate RLEImage content to ITK main; archive this repo#75
Open
hjmjohnson wants to merge 1 commit into
Open
ENH: Migrate RLEImage content to ITK main; archive this repo#75hjmjohnson wants to merge 1 commit into
hjmjohnson wants to merge 1 commit into
Conversation
dzenanz
reviewed
May 14, 2026
|
|
||
| **Maintainer action:** please mark this repository **Archived** under repo Settings -> Danger Zone after merging this PR. See the [ITK ingestion strategy](https://github.com/InsightSoftwareConsortium/ITK/blob/main/Utilities/Maintenance/RemoteModuleIngest/INGESTION_STRATEGY.md) for context. | ||
|
|
||
| --- |
Member
There was a problem hiding this comment.
The rest of this file should be deleted.
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.
The
RLEImagemodule has been ingested into ITK main via InsightSoftwareConsortium/ITK#6208 (merge commit11c2f38b0d). This PR removes the now-duplicated content from this upstream repo and promotes the migration notice to the README so the GitHub landing page reflects the archived status.Recommendation for the repo owner: after merging this PR, mark this repository Archived under repo Settings -> Danger Zone. The pre-ingest git history remains intact for blame/archaeology.
What this PR does
Per the ITK ingestion strategy, the upstream repo's tree tip should stop carrying a second copy of the same files (ODR).
Removed:
include/,test/,wrapping/,CMakeLists.txt,itk-module.cmake,CTestConfig.cmakeREADME handling: the migration notice is now
README.mdat the repo root (so the GitHub landing page renders it). Any priorREADME.rstis preserved asinfo.rst.Preserved: full pre-ingest git history.
Archive checklist for the maintainer