We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
]link.create # c:\tmp\aplabug Linked: # ←→ c:\tmp\aplabug [directory was created] (⊂'aaa' 'bbb' 'ccc')⎕NPUT'c:\tmp\aplabug\list.apla' Link Warning: ⎕SE.Link.Notify: created c:/tmp/aplabug/list.apla: creating #.aaa - failed to fix file Link Warning: ⎕SE.Link.Notify: changed c:/tmp/aplabug/list.apla: updating un-linked #.aaa - failed to fix file ⎕nl -⍳10 (returns nothing)
The text was updated successfully, but these errors were encountered:
The given file should indeed fail to fix, as
aaa bbb ccc
isn't valid APLAN.
Sorry, something went wrong.
The problem here was that the "failed to fix" led me to believe that we had passed the contents to ⎕FIX rather than trying to de-serialise the array.
abrudz
No branches or pull requests
The text was updated successfully, but these errors were encountered: