[ 
https://issues.apache.org/jira/browse/BEAM-7393?focusedWorklogId=247141&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247141
 ]

ASF GitHub Bot logged work on BEAM-7393:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 22/May/19 23:29
            Start Date: 22/May/19 23:29
    Worklog Time Spent: 10m 
      Work Description: youngoli commented on issue #8655: [BEAM-7393] Misc. 
improvements to Go error formatting.
URL: https://github.com/apache/beam/pull/8655#issuecomment-495011535
 
 
   R: @lostluck @aaltay 
   
   This is a small change, so it can be reviewed by whoever gets to it first.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 247141)
    Time Spent: 20m  (was: 10m)

> Misc. improvements to error formatting.
> ---------------------------------------
>
>                 Key: BEAM-7393
>                 URL: https://issues.apache.org/jira/browse/BEAM-7393
>             Project: Beam
>          Issue Type: Sub-task
>          Components: sdk-go
>            Reporter: Daniel Oliveira
>            Assignee: Daniel Oliveira
>            Priority: Minor
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Just need a second pass on error formatting. Two things are bothering me:
>  # Default top-level messages are a bit too repetitive and obtuse. Right now 
> if there's any kind of context or wrapping the top-level message is just the 
> base error and this is usually confusing.
>  # When an error is wrapped you have a line for "Caused by:" and it can be 
> hard to read. Example:
> {noformat}
> error number 4
> caused by:
>     some context:
> error number 3
> caused by:
> error number 2
> caused by:
> error number 1{noformat}
> Gotta make this example easier to read.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to