kevinlawler / kona

Open-source implementation of the K programming language
ISC License
1.36k stars 138 forks source link

Case 83 for issue 468 #605

Closed tavmem closed 3 years ago

tavmem commented 3 years ago

This case had been fixed, but was broken again by some other fix.

$ rlwrap -n ./k
kona      \ for help. \\ to exit.

  J.J:J:
Segmentation fault (core dumped)
$
tavmem commented 3 years ago

In k2.8:

$ rlwrap -n ./k
K 2.8 2000-10-10 Copyright (C) 1993-2000 Kx Systems
Evaluation. Not for commercial use. 
\ for help. \\ to exit.

  J.J:J:
syntax error
J.J:J:
     ^
parse error
tavmem commented 3 years ago

in Kona (after fix):

$ rlwrap -n ./k
kona      \ for help. \\ to exit.

  J.J:J:
parse error
J.J:J:
at execution instance 1 of ":"
>