Dyalog / Dyalog/DUI

Missing parentheses around compound return message

Open
#13 0 comments 0 reactions 1 assignee Claimed by @bpbecker View on GitHub
Dominant language
Less
Stars
7
Forks
0
PR merge metrics
No merged PRs in 30d

Description

https://github.com/Dyalog/DUI/blob/87965730f31aa982599e6c22555b3a0262dda840/DUI.dyalog#L109
should be
```apl
→EXIT⊣r←2('WC2 folder not found: "',(∊⍕WC2Root),'"')
```
https://github.com/Dyalog/DUI/blob/87965730f31aa982599e6c22555b3a0262dda840/DUI.dyalog#L113
should be
```apl
→EXIT⊣r←3('WC2 folder does does not appear to contain WC2: "',WC2Root,'"')
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.