jsoftware / jsource

J engine source mirror
Other
645 stars 91 forks source link

direct definitions give spelling error when debugger is active #110

Closed tangentstorm closed 2 years ago

tangentstorm commented 2 years ago

Noticed this in j902 on linux, reproduced on j903 beta-r for windows:

   dbg 1
   f =: {{ 3 + 'hello'}}
   f''
|domain error: f
|   3    +'hello'
|f[0]
      {{ y }}
|spelling error
|   {{ y }}
|   ^
      dbg 0
   {{ y }}
3 : 'y '
HenryHRich commented 2 years ago

Fixed for beta-s