Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] save bug Re:(2)

From: rishi:picostar at: 15-Sep-2000 14:52

another interesting thing you might want to know about this bug is... let's say you save an object to the same file n times (where n is any arbitrary number). But each time you save it, the object was in a different state (ie. a field in the object was different each time). The save will work fine. But if at any time after the object happens to be in the same state as any of those n earlier states, and then you save, this bug will occur and file will be corrupted.. Rishi