Skip to content

Commit 082bd3b

Browse files
authored
Merge pull request #848 from oliver-sanders/deprecate-compat-mode
deprecate compatibility mode
2 parents 8659004 + 36a7549 commit 082bd3b

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

src/7-to-8/caveats.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ There are a few Cylc 7 features which do not yet have direct replacements in
55
Cylc 8. These features will be re-implemented in future releases.
66

77

8-
Cylc Flow
9-
---------
10-
11-
Multiple Flows
12-
The new :term:`scheduler` can manage multiple flows in the workflow graph.
13-
Commands and options for interacting with flows are still being refined.
14-
15-
168
Browser Based UI
179
----------------
1810

@@ -39,14 +31,6 @@ Installing Workflows
3931
:term:`source workflows <source directory>` in the UI.
4032
Rose Edit
4133
Rose Edit is awaiting reimplementation.
42-
Xtrigger Visibility
43-
Xtriggers are not yet visible in the UI.
44-
45-
* https://github.com/cylc/cylc-ui/issues/331
46-
Documentation / Orientation Guide
47-
Some form of documentation will be provided within the UI itself.
48-
49-
* https://github.com/cylc/cylc-ui/issues/155
5034

5135

5236
UI Server

src/7-to-8/major-changes/compatibility-mode.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
Cylc 7 Compatibility Mode
44
=========================
55

6+
.. warning::
7+
8+
Cylc 7 compatibility mode will be removed in Cylc 8.7.0, please upgrade
9+
any workflows with "suite.rc" files.
10+
611
.. admonition:: Does This Change Affect Me?
712
:class: tip
813

src/7-to-8/summary.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ workflow configurations out of the box, with
3030
:ref:`some caveats <compat_required_changes>`. However, to future-proof
3131
your workflow and take full advantage of Cylc 8 you should upgrade to Cylc 8 syntax.
3232

33+
.. warning::
34+
35+
Cylc 7 compatibility mode will be removed in Cylc 8.7.0.
36+
37+
3338
Upgrading To Cylc 8
3439
-------------------
3540
.. seealso::

src/reference/changes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@ Cylc 8.5
3737
:rose: `2.4 <https://github.com/metomi/rose/blob/master/CHANGES.md>`__
3838
3939
40+
Compatibility Mode
41+
^^^^^^^^^^^^^^^^^^
42+
43+
:ref:`Cylc 7 compatibility mode <cylc_7_compat_mode>` has been deprecated, it
44+
will be removed in Cylc 8.7.0 which is expected to be released some time in the
45+
first half of 2026.
46+
47+
Any workflows that are still using ``suite.rc`` files will need to be upgraded
48+
to ``flow.cylc`` before they are able to run with 8.7.0.
49+
50+
4051
Cylc Tui
4152
^^^^^^^^
4253

0 commit comments

Comments
 (0)