yast icon indicating copy to clipboard operation
yast copied to clipboard

fix: stacked error messages.

Open qascade opened this issue 2 years ago • 5 comments

As our major focus was on streaming feature to start. Not much care was taken while writing err messages. Need to modify err messages to only show the direct cause of the err.

qascade avatar Aug 25 '22 01:08 qascade

Hi! Could I work on it?

katarzynakawala avatar Sep 25 '22 12:09 katarzynakawala

@katarzynakawala Sure, assigning this to you. If you have any questions do let me know. I would recommend raising a PR after 1 Oct, if you are participating in Hacktoberfest. I posted this issue because I was seeing nested err messages and it would better to implement errors from the user perspective rather than the developer perspective. Currently the errors are lying around everywhere to help debug stuff which is not an ideal behaviour.

qascade avatar Sep 28 '22 10:09 qascade

You can also try using a logger to help developers debug

qascade avatar Sep 28 '22 12:09 qascade

@katarzynakawala You can also look at modifying message outputs to look better.

qascade avatar Sep 29 '22 18:09 qascade

#59

katarzynakawala avatar Oct 12 '22 20:10 katarzynakawala