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 11 forks source link

]link-export -? crashes #567

Closed mbaas2 closed 11 months ago

mbaas2 commented 12 months ago

Describe the bug the command crashes as shown in the repro

To Reproduce Steps to reproduce the behaviour: execute ]link.export -?

Expected behaviour A clear and concise description of what you expected to happen. Show help for this command.

Session transcript

⎕se.Link.Version
4.0.8
      ]link.export -?
* Unable to produce Help for command Export:INDEX ERROR
      ]UDEBUG ON
Was OFF
      ]link.export -?
INDEX ERROR
UCMD_Help[28] myModS←∊myMods{' [',⍺,⍵,']'}¨myModI⌷modVals
                                                 ∧
      myModI
┌────────────┐
│15 3 19 6 22│
└────────────┘
      ≢modVals
21
      myMods
┌──────────┬───────┬────────┬─────────┬─────────────┐
│-overwrite│-arrays│-sysvars│-casecode│-ignoreconfig│
└──────────┴───────┴────────┴─────────┴─────────────┘

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

abrudz commented 11 months ago

This should be fixed now.