Dyalog / link

Source code for Link – the built-in component that enables the use of text files as the primary storage mechanism for APL source code
https://dyalog.github.io/link
MIT License
19 stars 10 forks source link

]link.create errors when dealing with foo where foo←ns.goo #488

Open dyaandys opened 2 years ago

dyaandys commented 2 years ago
  'andys'⎕ns''
  andys.⎕fx'r←a foo b' 'r←a+b'
  myfoo←#.andys.foo
  ]link.create # /tmp/xxx

ERRORS ENCOUNTERED: DOMAIN ERROR: Invalid text array

Originally I attempted to ]link.create eval.dws.

Note: #489 which deals with the text of the error message should be resolved before this one.

Link 3.0.19 18.2.45750 64 Unicode on Linux