Skip to content

Commit

Permalink
Enables 515 tests (tgstation#71473)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
AnturK and JohnFulpWillard authored Nov 24, 2022
1 parent 6edaff6 commit b36daf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 1 addition & 2 deletions .github/alternate_byond_versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# Example:
# 500.1337: runtimestation

# Commented out until 515 is fully ready
# 515.1595: runtimestation
515.1596: runtimestation
8 changes: 0 additions & 8 deletions code/__byond_version_compat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b36daf5

Please sign in to comment.