-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
515 compatibility #341
Comments
Release notes with non-explicitly-breaking features: http://www.byond.com/docs/notes/515.html Will likely only get to this after 515 has stewed in beta for a bit and codebases like /tg/ are actually looking to start using it. |
It's gonna be a bit before we can because it breaks tgui but I'll keep you in the loop |
oh yeah pointers are a thing now too lol |
basic builtins.rs adds at 1597
not sure on |
515 also adds |
also adds the |
Also adds |
@SpaceManiac It's been about 6 months and we're about to require 515 for building. The two biggest failures right now are no |
So we need:
Those last two are important because I can't just define over those |
Trying to collate all that...
|
I'm wrong about |
|
Recent attack mitigation stuff in late 515 won't be backported to stable. Much of this can be hidden with a version file at the moment, but the :: accessor and & pointer syntax are unavoidable. |
To add onto willox's post, we'll need |
@SpaceManiac are we free or is there more to do |
/tg/station now passes dreamchecker in 515 mode. Sure to be bugs or something missed along the way but I think that's the majority of it. |
aight ws, sounds great |
Closing this since 515 support was released in suite 1.8. Any bugs should now be their own tickets, example: |
call_ext
now exists to replacecall
, with similar syntaxtype::variable_name
now exists in static definitions, to alleviate a breaking change to NAMEOFhttp://www.byond.com/forum/post/2828780
The text was updated successfully, but these errors were encountered: