Open
Bug 540164
Opened 15 years ago
Updated 6 years ago
Improve console outputs
Categories
(Developer Services :: Mercurial: qimportbz, defect)
Developer Services
Mercurial: qimportbz
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: sgautherie, Assigned: sgautherie)
Details
(Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1304] )
Attachments
(1 file)
2.74 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•15 years ago
|
||
*s/print "Warning: /bug.settings.ui.warn/ to sync with the rest of the code.
*Bug fetching: remind bug number, be more readable in case of errors.
Attachment #422001 -
Flags: review?(tellrob)
Comment 2•15 years ago
|
||
Comment on attachment 422001 [details] [diff] [review]
(Av1) Just do it
I like the print change and displaying the bug number when fetching.
I don't like the new style of splitting the "Doing x" "done" messages onto separate lines. It makes it unnecessarily more verbose. You could just eliminate the "done" messages if that's more appealing but do we really need to change it?
Assignee | ||
Comment 3•15 years ago
|
||
(In reply to comment #2)
Do we actually care for 1-2 more lines?
Getting the errors on the "Parsing..." line is more a concern, I think.
If you do want 1 line only, I could only do the opposite: remove the "..." line and merge it with the "Done" line :-|
Example of the issue from bug 533890:
"Parsing...** unknown exception encountered, details follow"
Comment 4•15 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
>
> Do we actually care for 1-2 more lines?
I think it looks much nicer.
> Getting the errors on the "Parsing..." line is more a concern, I think.
> If you do want 1 line only, I could only do the opposite: remove the "..." line
> and merge it with the "Done" line :-|
>
> Example of the issue from bug 533890:
> "Parsing...** unknown exception encountered, details follow"
I do like this. A nicer looking message would be something like "Parsing...failed. Details follow:". I think the asterisks are rather unsightly.
Updated•12 years ago
|
Attachment #422001 -
Flags: review?(tellrob)
Updated•10 years ago
|
Product: Other Applications → Developer Services
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/291]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://kanbanize.com/ctrl_board/6/291] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1293] [kanban:engops:https://kanbanize.com/ctrl_board/6/291]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1293] [kanban:engops:https://kanbanize.com/ctrl_board/6/291] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1298] [kanban:engops:https://kanbanize.com/ctrl_board/6/291]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1298] [kanban:engops:https://kanbanize.com/ctrl_board/6/291] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1299] [kanban:engops:https://kanbanize.com/ctrl_board/6/291]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1299] [kanban:engops:https://kanbanize.com/ctrl_board/6/291] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1304] [kanban:engops:https://kanbanize.com/ctrl_board/6/291]
Updated•10 years ago
|
Whiteboard: [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1304] [kanban:engops:https://kanbanize.com/ctrl_board/6/291] → [kanban:engops:https://mozilla.kanbanize.com/ctrl_board/6/1304]
Comment 6•6 years ago
|
||
qimportbz is still a thing. The code has been on life support for years. I'm surprised it has continued to apparently work with so little testing and supervision.
Flags: needinfo?(gps)
You need to log in
before you can comment on or make changes to this bug.
Description
•