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

[REBOL] Re: Include update

From: lmecir:volny:cz at: 29-Sep-2010 11:52

Dne 28.9.2010 18:19, Andreas Bolka napsal(a):
> Hi Ladislav, > > On Tue Sep 28 13:44:38 +0200 2010, Ladislav Mecir wrote: >> One more update to >> http://www.rebol.net/wiki/INCLUDE_documentation >> as well as to >> http://www.fm.tul.cz/~ladislav/rebol/include.r > I might have missed it from glancing thru the docs, but do you keep a > log of changes somewhere? What did this latest update change? > > As a regular user of INCLUDE, thanks a lot for your work! >
Sorry, you nailed it. I did not write the change log. The latest changes are: 1) improved error message (full file path used) when the file to be included is given with the full path, and not found (see also the improved documentation describing the behaviour) 2) improved INCLUDE-LOG handling (if the file is included twice, then it is written twice into the log now) -Ladislav