Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'/'.IO.mkdir inconsistent behaviour on Windows #5417

Closed
p6rt opened this issue Jul 4, 2016 · 3 comments
Closed

'/'.IO.mkdir inconsistent behaviour on Windows #5417

p6rt opened this issue Jul 4, 2016 · 3 comments

Comments

@p6rt
Copy link

p6rt commented Jul 4, 2016

Migrated from rt.perl.org#128537 (status was 'rejected')

Searchable as RT128537$

@p6rt
Copy link
Author

p6rt commented Jul 4, 2016

From @zoffixznet

64-bit Windows 10, This is Rakudo version 2016.04 built on MoarVM version 2016.04 implementing Perl 6.c.

Running '/'.IO.mkdir gives True or fails to create the directory, depending on where I run the command​:

C​:\Users\zoffi>perl6 -e "say '/'.IO.mkdir"
True

C​:\Users\zoffi>cd C​:\

C​:\>perl6 -e "say '/'.IO.mkdir"
Failed to create directory 'C​:\' with mode '0o777'​: Failed to mkdir​: 5
  in any at C​:\rakudo/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

C​:\>

@p6rt
Copy link
Author

p6rt commented Jul 5, 2016

@p6rt
Copy link
Author

p6rt commented Jul 5, 2016

@zoffixznet - Status changed from 'new' to 'rejected'

@p6rt p6rt closed this as completed Jul 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant