From 5d0c4cdcc3ef8e7eeaddcacb67ff3e30aec01c23 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 28 Nov 2022 17:15:57 +0100 Subject: [PATCH] [MIRROR] Enables 515 tests [MDB IGNORE] (#17725) * Enables 515 tests (#71473) Random gc failures seem to be gone and savefile compatibility working in 515.1596. So let's try enabling this. Co-authored-by: John Willard <53777086+JohnFulpWillard@ users.noreply.github.com> * Enables 515 tests Co-authored-by: AnturK Co-authored-by: John Willard <53777086+JohnFulpWillard@ users.noreply.github.com> Co-authored-by: Tastyfish --- .github/alternate_byond_versions.txt | 3 +-- code/__byond_version_compat.dm | 8 -------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/alternate_byond_versions.txt b/.github/alternate_byond_versions.txt index d04ca181973..ebf75af52c1 100644 --- a/.github/alternate_byond_versions.txt +++ b/.github/alternate_byond_versions.txt @@ -6,5 +6,4 @@ # Example: # 500.1337: runtimestation -# Commented out until 515 is fully ready -# 515.1595: runtimestation +515.1596: runtimestation diff --git a/code/__byond_version_compat.dm b/code/__byond_version_compat.dm index 4b79bdb8e68..feece392c90 100644 --- a/code/__byond_version_compat.dm +++ b/code/__byond_version_compat.dm @@ -20,14 +20,6 @@ /savefile/byond_version = MIN_COMPILER_VERSION #endif -// Temporary 515 block until it is completely compatible. -// AnturK says there are issues with savefiles that would make it dangerous to test merge, -// and so this check is in place to stop serious damage. -// That being said, if you really are ready, you can give YES_I_WANT_515 to TGS. -#if !defined(YES_I_WANT_515) && DM_VERSION >= 515 -#error We do not yet completely support BYOND 515. -#endif - // 515 split call for external libraries into call_ext #if DM_VERSION < 515 #define LIBCALL call