Skip to content

Commit dd83818

Browse files
authored
Merge pull request #4163 from myk002/channel_unsafely
remove channel-safely from the build
2 parents 1295a58 + ceba2ff commit dd83818

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Template for new versions:
9494
- ``dfhack.items``: access to ``canMelt(item)``, ``markForMelting(item)``, and ``cancelMelting(item)`` from ``Items`` module
9595

9696
## Removed
97+
- `channel-safely`: (temporarily) removed due to stability issues with the underlying DF API
9798

9899
# 50.11-r4
99100

docs/plugins/channel-safely.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channel-safely
33

44
.. dfhack-tool::
55
:summary: Auto-manage channel designations to keep dwarves safe.
6-
:tags: fort auto
6+
:tags: unavailable
77

88
Multi-level channel projects can be dangerous, and managing the safety of your
99
dwarves throughout the completion of such projects can be difficult and time

plugins/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if(BUILD_SUPPORTED)
9696
dfhack_plugin(changeitem changeitem.cpp)
9797
dfhack_plugin(changelayer changelayer.cpp)
9898
dfhack_plugin(changevein changevein.cpp)
99-
add_subdirectory(channel-safely)
99+
#add_subdirectory(channel-safely)
100100
dfhack_plugin(cleanconst cleanconst.cpp)
101101
dfhack_plugin(cleaners cleaners.cpp)
102102
dfhack_plugin(cleanowned cleanowned.cpp)

0 commit comments

Comments
 (0)