calm-dsl icon indicating copy to clipboard operation
calm-dsl copied to clipboard

[Improvement] Make Calm DSL 3.7 Backward Compatible

Open nxchoople opened this issue 1 year ago • 0 comments

Describe the request The release of 3.7 for Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags set within the code. The code so far through testing is backward compatible, but due to the flags set in code it prevents Calm DSL from running when targeting older versions of Calm without modifying the flags. If functionality of this new release works on older versions of Calm, then we should allow it to work when targeting older versions of Calm.

Current behaviour Calm DSL does not work out of the box with older versions of Calm due to feature_min_version flags.

Expected behaviour Calm DSL will work out of the box with older versions of Calm and only block functionality that truly is not available in older versions of Calm.

nxchoople avatar Sep 29 '23 14:09 nxchoople