[
https://issues.apache.org/jira/browse/BEAM-7393?focusedWorklogId=247145&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-247145
]
ASF GitHub Bot logged work on BEAM-7393:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/May/19 23:37
Start Date: 22/May/19 23:37
Worklog Time Spent: 10m
Work Description: lostluck commented on issue #8655: [BEAM-7393] Misc.
improvements to Go error formatting.
URL: https://github.com/apache/beam/pull/8655#issuecomment-495013085
LGTM Thanks for all this work. It will pay dividends.
----------------------------------------------------------------
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: 247145)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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)