Logs: freenode/#haskell
| 2021-05-04 23:28:52 | × | antoniotrkdz quits (2d8b63d4@gateway/web/cgi-irc/kiwiirc.com/ip.45.139.99.212) (Ping timeout: 240 seconds) |
| 2021-05-04 23:28:53 | × | JustinCase quits (~justin@2600:4040:122c:1400:3e6a:a7ff:fe68:5a47) (Ping timeout: 250 seconds) |
| 2021-05-04 23:30:05 | × | zebrag quits (~inkbottle@aaubervilliers-654-1-158-70.w86-212.abo.wanadoo.fr) (Remote host closed the connection) |
| 2021-05-04 23:30:17 | × | nrdmn98 quits (~nrdmn@aufmachen.jetzt) (Quit: Ping timeout (120 seconds)) |
| 2021-05-04 23:30:23 | → | poljar joins (~poljar@93-139-14-190.adsl.net.t-com.hr) |
| 2021-05-04 23:30:28 | <shachaf> | duairc: Hmm, I don't know why that's not allowed. |
| 2021-05-04 23:30:32 | <shachaf> | I guess you can wrap it in a newtype. |
| 2021-05-04 23:30:38 | → | nrdmn98 joins (~nrdmn@aufmachen.jetzt) |
| 2021-05-04 23:31:24 | × | Inoperable quits (~PLAYER_1@fancydata.science) (Quit: All your buffer are belong to us!) |
| 2021-05-04 23:32:26 | × | TMA quits (tma@twin.jikos.cz) (Ping timeout: 245 seconds) |
| 2021-05-04 23:33:04 | → | nineonine joins (~nineonine@2604:3d08:7783:f200:98ea:cd24:b2e0:9b6f) |
| 2021-05-04 23:33:06 | × | poljar1 quits (~poljar@93-143-154-6.adsl.net.t-com.hr) (Ping timeout: 240 seconds) |
| 2021-05-04 23:33:54 | × | ADG1089 quits (~aditya@122.163.193.183) (Remote host closed the connection) |
| 2021-05-04 23:34:37 | → | TMA joins (tma@twin.jikos.cz) |
| 2021-05-04 23:35:00 | → | zebrag joins (~inkbottle@aaubervilliers-654-1-158-70.w86-212.abo.wanadoo.fr) |
| 2021-05-04 23:35:14 | → | xcmw joins (~textual@dyn-72-33-2-152.uwnet.wisc.edu) |
| 2021-05-04 23:35:38 | → | Inoperable joins (~PLAYER_1@fancydata.science) |
| 2021-05-04 23:37:27 | × | jao quits (~jao@pdpc/supporter/professional/jao) (Remote host closed the connection) |
| 2021-05-04 23:37:33 | × | nineonine quits (~nineonine@2604:3d08:7783:f200:98ea:cd24:b2e0:9b6f) (Ping timeout: 250 seconds) |
| 2021-05-04 23:38:34 | × | rj quits (~x@gateway/tor-sasl/rj) (Remote host closed the connection) |
| 2021-05-04 23:38:56 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-04 23:39:06 | × | usr25 quits (~usr25@unaffiliated/usr25) (Ping timeout: 240 seconds) |
| 2021-05-04 23:42:09 | × | royal_screwup213 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-05-04 23:42:16 | <tempate> | This is my very first haskell project: https://github.com/Tempate/8puzzle . It'd be great if I could get some comments on it, as I'm sure I'm doing many things in a non-haskellian way. |
| 2021-05-04 23:42:27 | → | royal_screwup213 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-04 23:43:06 | <tempate> | I was also wondering if there was a more standarized method of having tests instead of just having a src/Tests file and calling it from Main |
| 2021-05-04 23:43:57 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-05-04 23:44:18 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-04 23:47:11 | → | apache8080 joins (~rishi@wsip-70-168-153-252.oc.oc.cox.net) |
| 2021-05-04 23:47:23 | × | royal_screwup213 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 252 seconds) |
| 2021-05-04 23:47:41 | × | mounty quits (~mounty@236.216.214.218.sta.wbroadband.net.au) (Ping timeout: 240 seconds) |
| 2021-05-04 23:48:23 | × | acidjnk_new2 quits (~acidjnk@p200300d0c72b9574a5163a3f5f418180.dip0.t-ipconnect.de) (Ping timeout: 250 seconds) |
| 2021-05-04 23:49:26 | → | mounty joins (~mounty@236.216.214.218.sta.wbroadband.net.au) |
| 2021-05-04 23:50:19 | → | nicholasbulka joins (~nicholasb@2601:900:4301:da0:c487:22d4:1b86:5f1) |
| 2021-05-04 23:58:17 | → | royal_screwup213 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-04 23:59:59 | → | merijn joins (~merijn@83-160-49-249.ip.xs4all.nl) |
| 2021-05-05 00:00:24 | <moet> | ooh, i like "haskellian" way better than "haskeller" |
| 2021-05-05 00:00:44 | <moet> | tempate: normally you define tests as their own stanza in the cabalfile, and then they'd have their own entrypoint (main file) |
| 2021-05-05 00:03:06 | <moet> | tempate: https://cabal.readthedocs.io/en/latest/cabal-package.html#test-suites |
| 2021-05-05 00:03:33 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-05-05 00:03:42 | <tempate> | moet: oh, thanks a lot. I'll give that a look |
| 2021-05-05 00:04:03 | × | proofofkeags quits (~proofofke@205.209.28.54) (Ping timeout: 268 seconds) |
| 2021-05-05 00:04:16 | <moet> | tempate: it seems like Board, Move, and Search are meant to be exposed as library modules, since your main only runs tests.. to do that you'd use a library stanza in the cabalfile (probably also documented on the same page linked above) |
| 2021-05-05 00:04:16 | × | Solarion quits (~solarion@fsf/member/solarion) (Remote host closed the connection) |
| 2021-05-05 00:05:04 | <moet> | tempate: a quick glance through Board, Move, and Search ... they look pretty haskellian to me! :) |
| 2021-05-05 00:05:12 | × | merijn quits (~merijn@83-160-49-249.ip.xs4all.nl) (Ping timeout: 240 seconds) |
| 2021-05-05 00:06:07 | → | EvilMagix joins (~aVikingTr@2001:8003:340d:d00:b2de:b98:7a93:b0ea) |
| 2021-05-05 00:06:10 | <tempate> | got it! |
| 2021-05-05 00:06:35 | <tempate> | I'm going to call it a day now, but tomorrow I'll give it another try and report back |
| 2021-05-05 00:07:01 | → | bitdex joins (~bitdex@gateway/tor-sasl/bitdex) |
| 2021-05-05 00:08:40 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Ping timeout: 252 seconds) |
| 2021-05-05 00:08:54 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-05 00:11:05 | × | carlomagno quits (~cararell@148.87.23.13) (Quit: Leaving.) |
| 2021-05-05 00:11:39 | × | tempate quits (~alpha@unaffiliated/tempate) (Quit: Leaving.) |
| 2021-05-05 00:12:47 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-05 00:13:53 | → | ddellac__ joins (~ddellacos@ool-44c73afa.dyn.optonline.net) |
| 2021-05-05 00:16:16 | × | jollygood2 quits (~bc8134e3@217.29.117.252) (Quit: quit) |
| 2021-05-05 00:16:28 | → | star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-05-05 00:17:28 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 252 seconds) |
| 2021-05-05 00:17:28 | × | moet quits (~moet@172.58.35.68) (Ping timeout: 252 seconds) |
| 2021-05-05 00:18:46 | × | ddellac__ quits (~ddellacos@ool-44c73afa.dyn.optonline.net) (Ping timeout: 240 seconds) |
| 2021-05-05 00:19:12 | × | apache8080 quits (~rishi@wsip-70-168-153-252.oc.oc.cox.net) (Ping timeout: 240 seconds) |
| 2021-05-05 00:19:55 | × | geekosaur quits (930099da@rrcs-147-0-153-218.central.biz.rr.com) (Quit: Ping timeout (120 seconds)) |
| 2021-05-05 00:22:25 | × | m0rphism quits (~m0rphism@HSI-KBW-085-216-104-059.hsi.kabelbw.de) (Ping timeout: 252 seconds) |
| 2021-05-05 00:22:30 | × | Deide quits (~Deide@217.155.19.23) (Quit: Seeee yaaaa) |
| 2021-05-05 00:26:10 | → | bennofs__ joins (~quassel@dynamic-089-014-149-119.89.14.pool.telefonica.de) |
| 2021-05-05 00:26:11 | → | geekosaur joins (930099da@rrcs-147-0-153-218.central.biz.rr.com) |
| 2021-05-05 00:27:06 | → | Tops2 joins (~Tobias@dyndsl-095-033-019-164.ewe-ip-backbone.de) |
| 2021-05-05 00:28:10 | → | Solarion joins (~solarion@fsf/member/solarion) |
| 2021-05-05 00:29:53 | × | bennofs_ quits (~quassel@dynamic-077-013-190-096.77.13.pool.telefonica.de) (Ping timeout: 246 seconds) |
| 2021-05-05 00:30:56 | × | viluon quits (uid453725@gateway/web/irccloud.com/x-hrzpydgljnsqxyfi) (Quit: Connection closed for inactivity) |
| 2021-05-05 00:31:49 | × | stree quits (~stree@68.36.8.116) (Ping timeout: 268 seconds) |
| 2021-05-05 00:33:28 | × | royal_screwup213 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Quit: Connection closed) |
| 2021-05-05 00:33:33 | × | rj quits (~x@gateway/tor-sasl/rj) (Ping timeout: 240 seconds) |
| 2021-05-05 00:33:47 | → | royal_screwup213 joins (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) |
| 2021-05-05 00:35:03 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Ping timeout: 252 seconds) |
| 2021-05-05 00:36:26 | × | myShoggoth quits (~myShoggot@97-120-89-117.ptld.qwest.net) (Ping timeout: 240 seconds) |
| 2021-05-05 00:37:42 | → | perrier-jouet joins (~perrier-j@modemcable012.251-130-66.mc.videotron.ca) |
| 2021-05-05 00:38:06 | → | Guest13599 joins (~zmv@unaffiliated/zmv) |
| 2021-05-05 00:38:31 | × | royal_screwup213 quits (52254809@gateway/web/cgi-irc/kiwiirc.com/ip.82.37.72.9) (Ping timeout: 260 seconds) |
| 2021-05-05 00:40:56 | → | star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-05-05 00:40:59 | → | rj joins (~x@gateway/tor-sasl/rj) |
| 2021-05-05 00:43:53 | × | ep1ctetus_ quits (~epictetus@ip72-194-54-201.sb.sd.cox.net) (Quit: Leaving) |
| 2021-05-05 00:44:17 | → | stree joins (~stree@68.36.8.116) |
| 2021-05-05 00:44:58 | → | tzh_ joins (~tzh@c-24-21-73-154.hsd1.wa.comcast.net) |
| 2021-05-05 00:45:37 | → | Codaraxis joins (~Codaraxis@92.223.89.201) |
| 2021-05-05 00:46:04 | × | tzh quits (~tzh@c-24-21-73-154.hsd1.or.comcast.net) (Ping timeout: 252 seconds) |
| 2021-05-05 00:50:44 | <monochrom> | https://github.com/treblacy/ccal :) |
| 2021-05-05 00:50:46 | × | alx741 quits (~alx741@186.178.109.58) (Ping timeout: 260 seconds) |
| 2021-05-05 00:50:49 | × | star_cloud quits (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) (Excess Flood) |
| 2021-05-05 00:52:11 | → | renzhi joins (~renzhi@2607:fa49:6500:bc00::e7b) |
| 2021-05-05 00:52:53 | → | star_cloud joins (~star_clou@ec2-34-220-44-120.us-west-2.compute.amazonaws.com) |
| 2021-05-05 00:53:26 | → | myShoggoth joins (~myShoggot@97-120-89-117.ptld.qwest.net) |
| 2021-05-05 00:53:41 | × | lovesegfault quits (~bemeurer@37.219.94.34.bc.googleusercontent.com) (Ping timeout: 245 seconds) |
| 2021-05-05 00:53:42 | → | ddellacosta joins (ddellacost@gateway/vpn/mullvad/ddellacosta) |
| 2021-05-05 00:55:58 | → | lovesegfault joins (~bemeurer@37.219.94.34.bc.googleusercontent.com) |
| 2021-05-05 00:57:26 | → | desophos joins (~desophos@2601:249:1680:a570:5de7:46d0:692:fe26) |
| 2021-05-05 00:57:27 | → | desophos_ joins (~desophos@2601:249:1680:a570:5de7:46d0:692:fe26) |
| 2021-05-05 00:57:53 | × | ddellacosta quits (ddellacost@gateway/vpn/mullvad/ddellacosta) (Ping timeout: 246 seconds) |
| 2021-05-05 00:59:42 | → | frozenErebus joins (~frozenEre@37.231.244.249) |
All times are in UTC.