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

sort list! crash

 [1/2] from: rebol-list2::seznam::cz at: 23-Nov-2002 17:40


Hello rebol-list, hmmm thsi is crashing week... data: make list! ["a" 1 "b" 2 "c" 3] sort/skip data 2 ;====== Crash! - Corupt datatype 160 with new Rebol/View 1.2.8 beta and Rebol/base ;and: == make list! ["a" 1 end bold "b" 2] in the Rebol/view 1.2.1
>> data
== make list! ["a" 1 end bold "b" 2]
>> data/2
== 1
>> data/3 >> data/4
== bold
>> data/5
== "b"
>> data/6
== 2
>> type? data/3
== unset! =( Oliva David )=======================( [oliva--david--seznam--cz] )== =( Earth/Europe/Czech_Republic/Brno )============================= =( coords: [lat: 49.22 long: 16.67] )=============================

 [2/2] from: anton:lexicon at: 24-Nov-2002 13:10


I see that too, on windows 2k. You should bug report. Anton.