Re: same problem in v4 as previous editions
- Posted by jimcbrown (admin) Aug 28, 2009
- 1748 views
Something else is going on. By no means does Euphoria do that. That's a pretty complex task to even come remotely close to doing, only a few languages do that and they are used in systems such as telephone switches, satellite systems, etc... Euphoria does not do that, there is another explanation, but I don't know what it is, but it's for sure not Euphoria re-loading source code of an already running application.
Jeremy
Well, it is possible that
a) The app is "running" because the DOS console window is already showing, but the interpreter is still parsing the code into il, and managed to read the file as it was in the middle of being saved.
b) When the app crashed, the error reporting reread the line from the file, as the file was in the middle of being saved.