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

[REBOL] Re: UNTRAPPABLE ERROR!

From: holger:rebol at: 26-Jun-2001 6:41

On Tue, Jun 26, 2001 at 09:11:13AM -0400, [Robbo1Mark--aol--com] wrote:
> >> open/binary/lines %test.txt > ** ERROR: refinements lines and binary are incompatible. > > Now I hadn't seen single line errors! of no type before > so I tried this.....
That's because this is not a REBOL error!. It is an interpreter failure that bypasses the normal error mechanism. It is necessary in some fatal situations to avoid getting caught in "error loops". I don't see any reason in this particular situation though. We'll have a look... -- Holger Kruse [holger--rebol--com]