Should always attempt to ⎕CY'conga' as a fallback if a more specific location fails
Open
- Dominant language
- APL
- Stars
- 48
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
Rather than looking in a specific location for the conga workspace and if it's not there failing, we should also try ⎕cy'conga' and then fail .. something along the lines of
:Trap 0
⎕CY dyalog,'ws/conga'
:Else
:Trap 0
⎕CY'conga'
:Else
'Unable to find conga.dws'⎕SIGNAL 666
:EndTrap
:EndTrap
Certainly in bd1513bbb7f88e7107b544a45c42ceeb52dc3f93
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.