[
https://issues.apache.org/jira/browse/HTRACE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14294631#comment-14294631
]
Colin Patrick McCabe commented on HTRACE-79:
--------------------------------------------
Looks like this broke the build because one of the js files contained a BOM
(aka unicode codepoint 0xfeff). Go doesn't allow those in source files. I
pushed a bundler.go fix that replaces the UTF8 bytes with a string literal that
represents the bytes in backslash-prefixed form. Sorry for the inconvenience.
Not sure why we didn't catch this earlier.
> Search page: Make list more tabular with sorting on front end
> -------------------------------------------------------------
>
> Key: HTRACE-79
> URL: https://issues.apache.org/jira/browse/HTRACE-79
> Project: HTrace
> Issue Type: Sub-task
> Reporter: Abraham Elmahrek
> Assignee: Abraham Elmahrek
> Fix For: 3.2.0
>
> Attachments: HTRACE-79.0.patch, HTRACE-79.1.patch, HTRACE-79.2.patch,
> Screenshot 2015-01-19 21.46.20.png
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)