514 is dead, long live 515 (#22529)

* 514 is dead, long live 515

* YES
This commit is contained in:
S34N
2023-10-17 19:46:42 +01:00
committed by GitHub
parent 744b6e3a61
commit af5a06e729
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
fail-fast: false # Let all map tests run to completion
matrix:
maptype: ['/datum/map/cyberiad', '/datum/map/delta', '/datum/map/metastation', '/datum/map/cerestation']
byondtype: ['STABLE', 'BETA']
byondtype: ['STABLE']
services:
mariadb:
image: mariadb:latest
+3 -3
View File
@@ -4,12 +4,12 @@ export SPACEMANDMM_TAG=suite-1.7.1
# For TGUI
export NODE_VERSION=18
# Stable Byond Major
export STABLE_BYOND_MAJOR=514
export STABLE_BYOND_MAJOR=515
# Stable Byond Minor
export STABLE_BYOND_MINOR=1589
export STABLE_BYOND_MINOR=1614
# Beta Byond Major
export BETA_BYOND_MAJOR=515
# Beta Byond Minor
export BETA_BYOND_MINOR=1610
export BETA_BYOND_MINOR=1614
# Python version for mapmerge and other tools
export PYTHON_VERSION=3.11.6
+1 -1
View File
@@ -1,5 +1,5 @@
// This file contains defines allowing targeting byond versions newer than the supported
//TODO: REMOVE THE 514 STUFF WHEN DREAMCHECKER AND DM LANG SERVER GET THEIR ACT TOGETHER
// So we want to have compile time guarantees these procs exist on local type, unfortunately 515 killed the .proc/procname syntax so we have to use nameof()
#if DM_VERSION < 515
#define PROC_REF(X) (.proc/##X)