kevinlawler / kona

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

Regression on 0=/!0 #494

Closed tavmem closed 6 years ago

tavmem commented 6 years ago

Issue 468 lists 12380 fuzz instances that cause Kona to fail. Almost all of these are due to invalid syntax and should be caught by better syntax checking. However, the 201st case is due to a regression and warrants a separate issue.

400000000 000000#00=/0000000#0000000000000 0

The failure of 0=/!0 is a regression. It last worked in commit bdb5945 of Dec 3, 2015.

It began to fail in commit aa5ac60 also of Dec 3, 2015.

tavmem commented 6 years ago

Oops ... I forgot that I already fixed this regression (issue 475). Forgot to document the regression fix in issue 468.