clj exits with 0 (success) status code when rlwrap is missing
Description
Environment
None
Attachments
1
TDEPS-86.patch
16 Jul, 2018
Activity

Alex Miller September 15, 2018 at 1:50 PM
Alex Miller
September 15, 2018 at 1:50 PM
Released in 1.9.0.391

Alex Miller July 16, 2018 at 3:02 PM
Alex Miller
July 16, 2018 at 3:02 PM
Applied for next release
Completed
Details
Assignee

Reporter
Patch
Code
Priority

Created July 16, 2018 at 2:52 PM
Updated September 15, 2018 at 1:50 PM
Resolved September 15, 2018 at 1:50 PM
When running {clj} in an environment where {rlwrap} is not installed it exits with status code 0 without actually running anything. This is confusing and especially surprising to learn when {clj} is accidentally used in an environment like CI where this behavior may result in false positive CI passes.