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

Stop not working properly #463

Open
tavmem opened this issue Jul 11, 2017 · 0 comments
Open

Stop not working properly #463

tavmem opened this issue Jul 11, 2017 · 0 comments
Labels

Comments

@tavmem
Copy link
Collaborator

tavmem commented Jul 11, 2017

This issue was identified while investigating issue 454 ( _f )

in k2.8:

  tst:{[] a:1; \ b:2; a+b}
  \b s                           /set stop
  tst[]
stop
{[] a:1; \ b:2; a+b}             /stop line shown
         ^
>  b                             /tracked value available
2
>  _f                            /complete function viewable using _f
{[] a:1; \ b:2; a+b}

in Kona:

  tst: {[] a:1; \ b:2; a+b}
  \b s                           /set stop
  tst[]
stop                             /stop line NOT shown
>  b
value error                      /tracked value NOT available
b
^
>  _f                            /complete function NOT viewable using _f
>  
@tavmem tavmem added the feature label Jul 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant