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

[REBOL] Re: Path evaluation

From: krobillard:san:rr at: 2-May-2003 21:20

Thank you Ladislav! That's what I was looking for. For those of you wondering why I didn't access obj/var directly, let me apologize for not making it clear that my code does indeed have indirect access to the path. I distilled the problem down to its essence so people on the list wouldn't have to spend 10 minutes studying my program. My code was written using view 1.2 but it broke on the latest core due to the less aggressive path evaluation. It took me a while to figure out what was going on because I was using two different methods to run my script and sometimes it would generate good data and sometimes it wouldn't! It turned out that my bash shell was running a different version of Rebol than the makefile I was also using. -Karl On Thursday 01 May 2003 11:54 pm, you wrote: