Fork me on GitHub
#cider
<
2017-01-01
>
bhagany00:01:39

alright, here’s the PR for the output channel problem we’ve been discussing: https://github.com/clojure-emacs/cider-nrepl/pull/387

bhagany00:01:51

hrm, Travis encountered a failure, only on one build, but I don’t understand it… there’s a long stacktrace about not being able to find tools.namespace, but I don’t think that’s the actual problem.

bhagany00:01:58

Any help understanding that appreciated

bhagany00:01:28

running the failing command locally fails with a different stacktrace about not finding fipp

richiardiandrea00:01:31

@bhagany it looks like a mranderson failure

bhagany00:01:56

I really wish I understood what that means 🙂

richiardiandrea00:01:31

no clue here too 😉

richiardiandrea00:01:15

it seems the packaging of tools.namespace did not go well 😄

bhagany00:01:57

yeah… really unsure how those changes would have caused that

bhagany00:01:03

or why I get a different error locally

bhagany17:01:55

sigh. I failed to think enough about character encoding. so… happy new year

bhagany19:01:24

alright, there’s definitely something I don’t understand here:

bhagany19:01:32

user> (.getBytes "テhi" "UTF-8")
#object["[B" 0x581670b3 "[B@581670b3"]
user> (.getBytes "テhi" "UTF-8")
#object["[B" 0x647b5edc “[B@647b5edc”]

bhagany19:01:01

I really don’t expect to get different answers to the same call like that. anyone have any insight?

bhagany19:01:25

it happens with any string, I believe