Thanks Volker:

> If we use /core 2.5.6, then not.
>  this is oold /view 1.2.1:
>  >> load "rebol[print {hehe}]"   
>  hehe
>  == [
>  ]
>  and this core 2.5.6:
>  >> load "rebol[print {hehe}]"   
>  == [
>  ]
>  
>  IIRC its mentioned somewhere in the /core change-log.
>  

Yep -- RT got there first!
http://www.rebol.com/docs/changes.html#section-4.2

That fixes the security problem.....But it doesn't fix the 
evaluation/checking of the 'needs word -- so Core can't load a REBOL script that needs 
View:

>> print system/version
2.5.6.3.1
>> load "rebol [print 'hi needs: [1.2.1 view]]"
** Script Error: This script needs view  or better to function correctly
** Near: load "rebol [print 'hi needs: [1.2.1 view]]

Sunanda.

Sunanda.
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to