haskell-jp / general #10
Previous
Top
Next
mrsekut
2018-09-03 00:11:31 +0900
@mrsekut has joined the channel
Slackbot
2018-09-03 10:00:23 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
toshi71
2018-09-05 14:31:51 +0900
@toshi71 has joined the channel
John Morii(もりい)
2018-09-09 15:04:55 +0900
@John Morii(もりい) has joined the channel
2018-09-10 01:34:04 +0900
@ has joined the channel
Slackbot
2018-09-10 10:00:09 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
igrep
2018-09-12 12:17:01 +0900
今回ばかりは特別にこちらにも共有させていただきます :bow:
https://haskell-jp.slack.com/archives/C4NDY2TF1/p1536722194000100
kyotsuya
2018-09-12 12:34:54 +0900
@kyotsuya has joined the channel
Hiroto
2018-09-14 14:36:41 +0900
特定のstack resolverではHaddockをコンパイルできないようです:scream:
https://github.com/haskell/haddock/issues/928
僕はresolverのバージョンを11.9に変えて回避しました。
igrep
2018-09-14 16:10:57 +0900
ああ、以前ハマりましたねぇ。共有ありがとうございます。 :+1:
Hiroto
2018-09-14 16:17:16 +0900
僕も今日ハマりました。過去のresolverを片っ端からコンパイルしていきました。:+1:
2018-09-15 14:33:23 +0900
@ has joined the channel
Slackbot
2018-09-17 10:00:09 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
Hiroto
2018-09-19 13:08:59 +0900
すでに満員です!
https://haskell-jp.connpass.com/event/92617/
matsubara0507
2018-09-19 13:58:53 +0900
公開してから1日ぐらいで満員なってもうたんよね
Hiroto
2018-09-19 14:45:51 +0900
大盛況じゃないですか。最高のイベントにするしかない
2018-09-21 14:25:18 +0900
@ has joined the channel
kiridaruma
2018-09-21 17:28:57 +0900
@kiridaruma has joined the channel
2018-09-22 00:02:10 +0900
@ has joined the channel
cdepillabout
2018-09-24 01:57:27 +0900
nix
を作りました。Nix、NixOS、NixOpsに興味がある方、是非joinしてください!
Slackbot
2018-09-24 10:00:28 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
zeronone
2018-09-24 14:04:24 +0900
@zeronone has joined the channel
2018-09-28 23:48:26 +0900
@ has joined the channel
takumaw
2018-09-29 13:33:03 +0900
@takumaw has joined the channel
2018-09-29 18:10:23 +0900
@ has joined the channel
Slackbot
2018-10-01 10:00:18 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2018-10-02 19:33:57 +0900
@ has joined the channel
Yocchan
2018-10-06 14:53:37 +0900
@Yocchan has joined the channel
Yugo Osano
2018-10-07 13:59:20 +0900
@Yugo Osano has joined the channel
たろちん
2018-10-07 15:22:02 +0900
@たろちん has joined the channel
Slackbot
2018-10-08 10:00:04 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
kobatako
2018-10-08 19:40:52 +0900
@kobatako has joined the channel
kobatako
2018-10-08 19:53:40 +0900
はじめまして、関数型の言語に興味がありHaskellを勉強しようと思いました。
初心者ですがよろしくお願いいたします。
2018-10-09 19:19:18 +0900
最近?http-clientのhttplbsがバージョンアップして例外を吐くようになったのですが、
なかなか型でチェックできないですし、changelogみてもいまいち変更がわからないですし
https://github.com/snoyberg/http-client/blob/master/http-client/ChangeLog.md
みなさんどうやってこういう変更をキャッチアップしてますか?
https://github.com/snoyberg/http-client
ちなみに僕はテストで気が付きましたが。
Guvalif
2018-10-10 18:13:29 +0900
@Guvalif has joined the channel
maoe
2018-10-10 19:33:23 +0900
テストするしかないと思います。ちなみにどんなふうに例外を投げるようになったんでしょうか。ユーザの1人として気になりました。
2018-10-11 11:12:42 +0900
詳細書いてなくてすみません。
parseUrlやparseUrlThowのだすRequestをhttplbsに渡していたのですが
parseUrl url >>= httpLbs
http-client-0.5でサーバーのレスポンスが
2xx以外ならStatusCodeException を出すようになっていました。修正は2年前ですね。
lts-7までhttp-client-0.4系で
lts-8よりあとはhttp-client-0.5系ですね。
https://github.com/snoyberg/http-client/compare/http-client/0.4.31.2...http-client/0.5.0#diff-b89b6c5bb6a8d809979551170de79359R91
https://github.com/snoyberg/http-client/blob/b476183dd3b3a0bdb878102f9e93d785ea8d10f8/http-client/Network/HTTP/Client/Request.hs#L95
2018-10-11 11:24:57 +0900
maoe
2018-10-11 19:00:31 +0900
ありがとうございます。influxdbパッケージでhttp-clientを使っているのですが、この時は他の破壊的変更の対応をしてるときに、たまたまこの挙動の変化に気がついた記憶があります。
podhmo
2018-10-13 06:33:39 +0900
@podhmo has joined the channel
Slackbot
2018-10-15 10:00:26 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2018-10-18 15:18:57 +0900
@ has joined the channel
Slackbot
2018-10-22 10:00:28 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
2018-10-25 07:17:00 +0900
@ has joined the channel
2018-10-26 11:21:38 +0900
@ has joined the channel
Slackbot
2018-10-29 10:00:30 +0900
Reminder:
https://haskell-jp.slack.com/archives/C4LFB6DE0/p1517792426000233
tanashin
2018-11-01 11:11:00 +0900
@tanashin has joined the channel
ysatoshi
2018-11-01 14:32:06 +0900
@ysatoshi has joined the channel
autotaker
2018-11-01 15:33:53 +0900
@autotaker has joined the channel
2018-11-02 20:25:13 +0900
@ has joined the channel
Previous
Top
Next