Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Should always attempt to ⎕CY'conga' as a fallback if a more specific location fails #76

Open
dyaandys opened this issue Jul 2, 2019 · 0 comments

Comments

@dyaandys
Copy link
Contributor

dyaandys commented Jul 2, 2019

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 bd1513b

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant