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

[REBOL] Re: ANN: make-doc-pro-104 RC1

From: robert:muench:robertmuench at: 22-Jul-2002 9:16

> -----Original Message----- > From: [rebol-bounce--rebol--com] [mailto:[rebol-bounce--rebol--com]] > On Behalf Of Anton Rolls > Sent: Sunday, July 21, 2002 7:22 PM > To: [rebol-list--rebol--com] > Subject: [REBOL] Re: ANN: make-doc-pro-104 RC1 > Do you mean to say you change the current dir? > That is very naughty.
No, I don't. It's just request-file storing the informatio about the last accessed directory. Not make-doc-pro. There is still a bug in the =include command as it only scans in the directory make-doc-pro was started in. So you see... I don't change directories. I will scan different directories for the =include statement but don't change the internal state.
> I want to make my code resistant to > annoying little things like that. This feature also made it > easier to develop. (Of course, we can always wrap > possible-crashing code in a try block.)
Right. MDP could perhaps be made a bit safer in some hot-spots. Mostly it accepts everything you throw at it but will perhaps generate wrong looking output. Robert