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

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

From: agem:crosswinds at: 28-Jun-2001 18:01

RE: [REBOL] View 1.2.1 has introduced bugs (binary data) [brett--codeconscious--com] wrote:
> 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 >
ah! thanks! i had data: decompress debase (enbased-data) with crash and data: decompress to binary! to string! debase (enbased-data) works :) awfull bug!
> ===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 >
maybe to binary! to string! :value works here to? hopefully, low chance..
> 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. >
-Volker