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

^D doesn't work in REPL on Windows Server 2008 #1969

Closed
zoffixznet opened this issue Jun 26, 2018 · 1 comment
Closed

^D doesn't work in REPL on Windows Server 2008 #1969

zoffixznet opened this issue Jun 26, 2018 · 1 comment

Comments

@zoffixznet
Copy link
Contributor

zoffixznet commented Jun 26, 2018

Despite working fine on Win7, pressing ^D on Win2008 server doesn't exit the REPL. N.B.: it's possible the problem is due to my using Remote Desktop, rather than this being a problem for a specific windows version.

To be more exact: pressing Ctrl+D just types "^D" in both Windows versions and after pressing ENTER, the Win7 version exits cleanly, while Win2008S version shows the bogus statement error.

C:\Users\Administrator>perl6 -v
This is Rakudo Star version 2018.04.1 built on MoarVM version 2018.04.1
implementing Perl 6.c.

C:\Users\Administrator>ver

Microsoft Windows [Version 6.1.7601]

C:\Users\Administrator>perl6 -MFile::Find
I ran into a problem while trying to set up Linenoise: Must specify something as
 a path: did you mean '.' for the current directory?
Continuing without tab completions or line editor
You may want to consider using rlwrap for simple line editor functionality

To exit type 'exit' or '^D'
> ^D
===SORRY!=== Error while compiling:
Bogus statement
------> <BOL><HERE>♦
    expecting any of:
        prefix
        term
> ^D
===SORRY!=== Error while compiling:
Bogus statement
------> <BOL><HERE>♦
    expecting any of:
        prefix
        term
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants