REBOL3 tracker
  0.9.12 beta
Ticket #0001674 User: anonymous

Project:



rss
TypeBug Statuscomplete Date15-Oct-2010 14:38
Versionalpha 107 CategoryMezzanine Submitted byLadislav
PlatformAll Severityminor Prioritynormal

Summary The MAKE-DIR function generates the error using the R2 convention
Description The MAKE-DIR function uses the method from R2 to generate its error. Shall be corrected.
Example code
>> make-dir/deep %/folder-to-save-test-files
** Script error: access has no value
** Where: make if foreach make-dir
** Near: make error! reduce ['access 'cannot-open path]

Assigned ton/a Fixed inalpha 108 Last Update2-Nov-2010 00:30


Comments
(0002592)
BrianH
17-Oct-2010 23:14

Please change both
return make error! reduce ['access 'cannot-open path]
lines to
cause-error 'access 'cannot-open path
(0002597)
abolka
18-Oct-2010 21:32

I submitted Brian's suggested changes in R3 chat as #7772.
(0002709)
Ladislav
31-Oct-2010 00:54

in the core-tests suite

Date User Field Action Change
2-Nov-2010 00:30 BrianH Status Modified tested => complete
31-Oct-2010 00:54 Ladislav Comment : 0002709 Added -
20-Oct-2010 05:04 BrianH Status Modified built => tested
19-Oct-2010 11:31 BrianH Fixedin Modified => alpha 108
19-Oct-2010 11:31 BrianH Status Modified reviewed => built
18-Oct-2010 21:32 abolka Comment : 0002597 Added -
17-Oct-2010 23:14 BrianH Comment : 0002592 Added -
17-Oct-2010 23:12 BrianH Category Modified Unspecified => Mezzanine
17-Oct-2010 23:12 BrianH Status Modified submitted => reviewed
15-Oct-2010 14:39 Ladislav Code Modified -
15-Oct-2010 14:38 Ladislav Ticket Added -