Skip to content

Commit

Permalink
Bump NQP to get new "-" behaviour
Browse files Browse the repository at this point in the history
When you start Raku with "-" as a single positional parameter, it
will now check if STDIN is connected to a terminal.  If it is, then
the REPL will be started, rather than appearing to freeze waiting
for the user to enter something and issue an EOF.  If STDIN is *not*
connected to a terminal, then Raku will read from STDIN and process
that as the source of a program.
  • Loading branch information
lizmat committed Jun 4, 2020
1 parent 8509621 commit 83b2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/templates/NQP_REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2020.05-43-g79fb9251e
2020.05-46-g59c6124d0

0 comments on commit 83b2a15

Please sign in to comment.