# New Ticket Created by  Alex Jakimenko 
# Please include the string:  [perl #128214]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128214 >


Code:
say ‘../foo/..’.IO.resolve

Result:
"/home/foo/..".IO


It does not resolve fully! Moreover, if we try something like

Code:
say ‘../foo/..’.IO.resolve.dir

Result:
Failed to get the directory contents of '/home/foo/..': chdir failed: Unknown 
system error 2
  in any  at 
/home/alex/.rakudobrew/moar-nom/install/share/perl6/runtime/CORE.setting.moarvm 
line 1
  in block <unit> at -e line 1

Actually thrown at:
  in block <unit> at -e line 1

Boom!

Reply via email to