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

[REBOL] View 1.2.1 has introduced bugs (binary data)

From: brett:codeconscious at: 28-Jun-2001 13:05

Hi This is applies to REBOL/View 1.2.1.3.1 21-Jun-2001 ===Problem 1 This works: to-string debase/base enbase/base {12345} 64 64 This crashes: debase/base enbase/base {12345} 64 64 ===Problem 2 I received that annoying Snow White email again and I was using Rebol to deconstruct the message parts using my http://www.codeconscious.com/rebol-library/mime-model.r script. Within this script to-binary is used. Under the latest View release I receive the error ** Script Error: Out of range or past end ** Where: to-binary ** Near: to binary! :value Yet carrying out the same steps with REBOL/View/Pro 1.2.0.3.1 8-May-2001 there is no problem. I have not included the data - given it is a virus. Unfortunately I haven't been able to work out alternative test data to replicate the problem in Rebol - though I suspect it could be related to the first. Brett.