-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Slack log update at Sat Nov 2 14:28:42 2024
- Loading branch information
Showing
3 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>haskell-jp / questions #106 at 2024-10-17 17:19:26 +0900</title> | ||
<link rel="stylesheet" href="../../../main.css" type="text/css" media="screen"> | ||
</head> | ||
<body> | ||
<div class="ui container"> | ||
<h1>haskell-jp / questions #106 at 2024-10-17 17:19:26 +0900</h1> | ||
<div class="ui pagination menu"> | ||
<a href="../106.html" class="item">Back to questions #106</a> | ||
</div> | ||
<div class="ui feed"> | ||
<div class="event" id="message-1729153166.017339"> | ||
<div class="content"> | ||
<div class="summary"> | ||
<div class="user">kakkun61</div> | ||
<div class="date"><a class="date" href="#message-1729153166.017339">2024-10-17 17:19:26 +0900</a></div> | ||
</div> | ||
<div class="description">今って doctest を実行するやり方のオススメって何でしょう<br/>cabal-doctest でハマってまして</div> | ||
</div> | ||
</div> | ||
<div class="event" id="message-1730469779.184589"> | ||
<div class="content"> | ||
<div class="summary"> | ||
<div class="user">ほげやま</div> | ||
<div class="date"><a class="date" href="#message-1730469779.184589">2024-11-01 23:02:59 +0900</a></div> | ||
</div> | ||
<div class="description">私も最近cabal-doctestでハマった末に <code>cabal repl --with-compiler=doctest --repl-option='-w'</code>に移行しました。<br/>(ちなみに私がハマったのはcabal-doctestがbuild-type: Customを要求するせいでHLSの動作が怪しくなったというものです)</div> | ||
</div> | ||
</div> | ||
<div class="event" id="message-1730469889.045659"> | ||
<div class="content"> | ||
<div class="summary"> | ||
<div class="user">ほげやま</div> | ||
<div class="date"><a class="date" href="#message-1730469889.045659">2024-11-01 23:04:49 +0900</a></div> | ||
</div> | ||
<div class="description">nix(というかflake-partsのdevshell?)を使っている場合は--package-dbオプションも渡してあげる必要がありました</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="ui pagination menu"> | ||
<a href="../106.html" class="item">Back to questions #106</a> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[ | ||
{ | ||
"ts": "1729153166.017339", | ||
"text": "今って doctest を実行するやり方のオススメって何でしょう\ncabal-doctest でハマってまして", | ||
"type": "message", | ||
"user": "U4L0B71L1" | ||
}, | ||
{ | ||
"ts": "1730469779.184589", | ||
"text": "私も最近cabal-doctestでハマった末に `cabal repl --with-compiler=doctest --repl-option='-w'`に移行しました。\n(ちなみに私がハマったのはcabal-doctestがbuild-type: Customを要求するせいでHLSの動作が怪しくなったというものです)", | ||
"type": "message", | ||
"user": "ULMGVGLP3" | ||
}, | ||
{ | ||
"ts": "1730469889.045659", | ||
"text": "nix(というかflake-partsのdevshell?)を使っている場合は--package-dbオプションも渡してあげる必要がありました", | ||
"type": "message", | ||
"user": "ULMGVGLP3" | ||
} | ||
] |