]> gitweb.factorcode.org Git - factor.git/commitdiff
io.files.windows: Reloading io.pathnames overwrites these two object
authorDoug Coleman <doug.coleman@gmail.com>
Sun, 17 Mar 2019 15:00:07 +0000 (10:00 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 17 Mar 2019 15:56:57 +0000 (10:56 -0500)
methods.

Make them windows methods instead.

basis/io/files/windows/windows.factor

index 2ed1926cdbf962ee6810ab8a2f5b0a8722dcb2ad..684d8f13d7613d27cec83b39fa773b83c72ccd91 100644 (file)
@@ -346,9 +346,9 @@ PRIVATE>
 M: windows canonicalize-path
     remove-unicode-prefix canonicalize-path* ;
 
-M: object root-path remove-unicode-prefix root-path* ;
+M: windows root-path remove-unicode-prefix root-path* ;
 
-M: object relative-path remove-unicode-prefix relative-path* ;
+M: windows relative-path remove-unicode-prefix relative-path* ;
 
 M: windows normalize-path ( string -- string' )
     dup unc-path? [