Hacker News new | ask | show | jobs
by Pxtl 4600 days ago
Huh. I'm not involved directly in SpringRTS, but I'm going to take a look at the code... I assume there's a compilation flag for Lua to disable that, or they've hacked it up and are using a custom interpreter, because protecting sync is paramount.
1 comments

Just using "sort(hash-keys())" instead of "hash-keys()" should be a trivial patch that fixes this.