vehicle icon indicating copy to clipboard operation
vehicle copied to clipboard

Add output to indicate type-checking was successful on `stdout`

Open MatthewDaggitt opened this issue 3 years ago • 2 comments

MatthewDaggitt avatar Nov 07 '22 06:11 MatthewDaggitt

If this is regarding the golden tests, we could add a flag to the test files of type boolean | number which gets compared to the exit code? (true meaning 0, false meaning non-zero, number being compared exactly.)

wenkokke avatar Nov 07 '22 12:11 wenkokke

No, just in general. If you run Vehicle in type-check mode and it passes it doesn't produce any output. Would be nice to print type-checking successful to let the user know that it hasn't silently errored.

MatthewDaggitt avatar Nov 07 '22 12:11 MatthewDaggitt