Attempting to compile code using the new type lookup pattern (in typedef) looking up the var we are setting causes a hard crash
Numbered Steps to Reproduce Problem:
Literally just what I said above
Code Snippet (if applicable) to Reproduce Problem:
/datum
var/stuff = ""
stuff = type::stuff + "test"
Expected Results:
stuff to be redefined in terms of its old value + the new
Actual Results:
Dreammaker hard crashes
Does the problem occur:
Every time? Or how often? Ever time
In other games? N/A
In other user accounts? N/A
On other computers? N/A
When does the problem NOT occur?
When looking up a var other then what we are setting
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Unknown
Workarounds:
None