kevinlawler / kona

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

display error on ./: #592

Closed tavmem closed 4 years ago

tavmem commented 4 years ago

This issue is a spin-off from issue 588:

In k2.8

  ,/:
,/:

In kona

  ./:
.

As noted in the comments on issue 588, this appears to be a display issue as the content of the resulting function appears to be correct in kona.

tavmem commented 4 years ago

This problem is a regression. It became broken with commit 2e36c9f1abe4bc6b78ad2220eedc244221228715 made on July 29, 2015 titled "fix #355: Each Right incompatiblity"

tavmem commented 4 years ago

The fix for this issue causes a re-opening of issue #355, (which is less important as it is an "enhancement" rather than a "bug").