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: brett:codeconscious at: 29-Jun-2001 13:01

Thanks for your message Holger. ...more likely to have a noticable effect... - You're a man of understatement ;-) Here's a little more: gif-binary: #{ 4749463839610100010091FF00FFFFFF000000FFFFFF00000021FF0B41444F42 453A4952312E3002DEED0021F90401000002002C000000000100010000020254 01003B } gif-base64: {R0lGODlhAQABAJH/AP///wAAAP///wAAACH/C0FET0JFOklSMS4wAt7tACH5BAEAAAIALAAAAAA B AAEAAAICVAEAOw== } ; These two should be the same - but are not - this explains the second problem I referred to. print length? gif-binary print length? to-binary debase/base gif-base64 64 ; This should return true - but it actually crashes - as we've seen equal? gif-binary debase/base gif-base64 64 DEBASE is definitely broken now - very noticeable :) Brett.