ID:2109791
 
Resolved
BYOND Version:510.1346
Operating System:Linux
Web Browser:Chrome 51.0.2704.103
Applies to:Dream Maker
Status: Resolved

This issue has been resolved.
Descriptive Problem Summary:
'' produces BUG output from the compiler

Numbered Steps to Reproduce Problem:
1. use '' in code
2. see BUG output

Code Snippet (if applicable) to Reproduce Problem:
var/x = ''


Expected Results:
compilation failure, no BUG output

Actual Results:
compilation failure, BUG: Error reading cache data for (0/12288)

Does the problem occur:
Every time? Or how often? Every time
In other games? N/A
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur? When you don't use ''

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Unknown

Workarounds: don't use ''

'' now produces error: '': invalid file, so this can be closed.
Lummox JR resolved issue