[REBOL] Re: Error, bug or mis-use on my part?

2003-09-25 Thread Romano Paolo Tenca

Hi,

> To me this looks like a bug in mold, the following seems to work, though 
> (at least on your sample data and /Core 2.5.6.4.2 ).
> 
>  >> checksum trim/lines mold objA
> == 2341746

A simple trim makes the same job.

> (I tried mold/flat first, but this gives inconsistent behaviour like 
> plain mold.)

Mold/all has not this side effect:

>> x: load mold/all obja
>> checksum mold/all x
== 10116687
>> checksum mold/all obja
== 10116687

---
Ciao
Romano

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



[REBOL] Re: Error, bug or mis-use on my part?

2003-09-24 Thread Ingo Hohmann

Hi Karl

Lewin, Karl E wrote:
> (This may be unclear, if so please ask questions so I can clarify)
> 
> I am observing some "interesting" behavior using SAVE and LOAD

[text on different whitespaces in a molded object snipped]

To me this looks like a bug in mold, the following seems to work, though 
(at least on your sample data and /Core 2.5.6.4.2 ).

 >> checksum trim/lines mold objA
== 2341746

(I tried mold/flat first, but this gives inconsistent behaviour like 
plain mold.)


Kind regards,

Ingo

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