00:41
_ht has quit [Quit: _ht]
00:42
taupiqueur has quit [Ping timeout: 246 seconds]
00:54
taupiqueur has joined #crystal-lang
00:59
taupiqueur has quit [Ping timeout: 260 seconds]
01:28
taupiqueur has joined #crystal-lang
01:33
taupiqueur has quit [Ping timeout: 260 seconds]
01:46
taupiqueur has joined #crystal-lang
01:50
taupiqueur has quit [Ping timeout: 252 seconds]
01:53
notzmv- has joined #crystal-lang
01:53
notzmv has quit [Ping timeout: 265 seconds]
02:02
taupiqueur has joined #crystal-lang
02:07
taupiqueur has quit [Ping timeout: 264 seconds]
02:19
taupiqueur has joined #crystal-lang
02:27
taupiqueur has quit [Ping timeout: 264 seconds]
02:34
hightower3 has joined #crystal-lang
02:36
hightower2 has quit [Ping timeout: 260 seconds]
02:39
taupiqueur has joined #crystal-lang
02:44
taupiqueur has quit [Ping timeout: 260 seconds]
02:50
notzmv- has quit [Ping timeout: 265 seconds]
02:56
taupiqueur has joined #crystal-lang
03:01
taupiqueur has quit [Ping timeout: 256 seconds]
03:29
notzmv has joined #crystal-lang
03:29
taupiqueur has joined #crystal-lang
03:35
taupiqueur has quit [Ping timeout: 260 seconds]
03:48
taupiqueur has joined #crystal-lang
03:53
taupiqueur has quit [Ping timeout: 265 seconds]
04:00
notzmv has quit [Ping timeout: 260 seconds]
04:05
taupiqueur has joined #crystal-lang
04:09
taupiqueur has quit [Ping timeout: 246 seconds]
04:16
Sankalp has quit [Ping timeout: 252 seconds]
04:18
Sankalp has joined #crystal-lang
04:21
taupiqueur has joined #crystal-lang
04:26
taupiqueur has quit [Ping timeout: 260 seconds]
04:36
taupiqueur has joined #crystal-lang
04:41
taupiqueur has quit [Ping timeout: 246 seconds]
04:53
taupiqueur has joined #crystal-lang
04:57
taupiqueur has quit [Ping timeout: 256 seconds]
05:10
taupiqueur has joined #crystal-lang
05:14
taupiqueur has quit [Ping timeout: 252 seconds]
05:42
straight-shoota has quit [Ping timeout: 246 seconds]
05:42
taupiqueur has joined #crystal-lang
05:43
jhass has quit [Ping timeout: 272 seconds]
05:44
straight-shoota has joined #crystal-lang
05:45
jhass has joined #crystal-lang
05:47
taupiqueur has quit [Ping timeout: 252 seconds]
06:01
taupiqueur has joined #crystal-lang
06:05
taupiqueur has quit [Ping timeout: 246 seconds]
06:08
notzmv has joined #crystal-lang
06:18
taupiqueur has joined #crystal-lang
06:22
taupiqueur has quit [Ping timeout: 246 seconds]
06:27
brw has quit [Remote host closed the connection]
06:52
taupiqueur has joined #crystal-lang
06:56
taupiqueur has quit [Ping timeout: 246 seconds]
07:09
taupiqueur has joined #crystal-lang
07:14
taupiqueur has quit [Ping timeout: 264 seconds]
07:43
taupiqueur has joined #crystal-lang
07:49
taupiqueur has quit [Ping timeout: 260 seconds]
08:00
taupiqueur has joined #crystal-lang
08:05
taupiqueur has quit [Ping timeout: 264 seconds]
08:34
taupiqueur has joined #crystal-lang
08:39
taupiqueur has quit [Ping timeout: 252 seconds]
08:52
taupiqueur has joined #crystal-lang
08:57
taupiqueur has quit [Ping timeout: 260 seconds]
09:25
taupiqueur has joined #crystal-lang
09:30
taupiqueur has quit [Ping timeout: 264 seconds]
10:32
_ht has joined #crystal-lang
10:40
taupiqueur has joined #crystal-lang
10:43
hightower3 has quit [Ping timeout: 272 seconds]
10:57
hightower2 has joined #crystal-lang
12:12
yxhuvud has quit [Remote host closed the connection]
12:14
yxhuvud has joined #crystal-lang
13:16
brw has joined #crystal-lang
13:52
__ht has joined #crystal-lang
13:53
_ht has quit [Ping timeout: 272 seconds]
13:53
__ht is now known as _ht
14:38
walez has joined #crystal-lang
14:40
jmdaemon has quit [Ping timeout: 252 seconds]
15:11
__ht has joined #crystal-lang
15:13
_ht has quit [Ping timeout: 260 seconds]
15:13
__ht is now known as _ht
15:24
walez has quit [Quit: Leaving]
17:18
taupiqueur has quit [Ping timeout: 252 seconds]
18:05
taupiqueur has joined #crystal-lang
18:09
taupiqueur has quit [Ping timeout: 252 seconds]
18:45
taupiqueur has joined #crystal-lang
19:26
<
FromGitter >
<Blacksmoke16> seems somewhat unfortunate that every time you run that spec it'll make real API calls and stuff?
19:27
<
FromGitter >
<Blacksmoke16> but i know you can get the tags for a specific spec, tho not sure if you can know what ones were passed
19:27
<
FromGitter >
<Blacksmoke16> another option is using compile time flags
19:37
<
FromGitter >
<rjnienaber> well there's unit tests for the code generation but i don't know if the generated code works unless i kick the tires against a real api
19:38
<
FromGitter >
<Blacksmoke16> ah, hence the tagging so they're not ran by default?
19:41
<
FromGitter >
<rjnienaber> but as i go on, it seems like the behaviour will be the same between the two, but messages might be slightly different
19:41
<
FromGitter >
<rjnienaber> and i don't want to have to duplicate tests on that basis
19:42
<
FromGitter >
<rjnienaber> this looks promising, i'll give it a go
19:42
<
FromGitter >
<Blacksmoke16> use some helper method to generate the payload and just duplicate teh assertions or something
19:43
<
FromGitter >
<Blacksmoke16> id just keep things simple even if that means a bit of duplicate code
19:46
<
FromGitter >
<rjnienaber> so keep with what i'm doing at the moment?
19:47
<
FromGitter >
<Blacksmoke16> just thinking it would be best to not
*too* tightly inner mix them. can share all the actual logic tho
19:47
<
FromGitter >
<Blacksmoke16> say some helper method that you pass what type it is and it does the stuff, then have two separate test files both using the same helper?
19:53
<
FromGitter >
<rjnienaber> ?
19:55
<
FromGitter >
<rjnienaber> how do you do that?
19:56
<
FromGitter >
<Blacksmoke16> sure yea, seems pretty reasonable
20:00
<
FromGitter >
<rjnienaber> okay, will have a think about how to go forward
20:00
<
FromGitter >
<rjnienaber> thanks for the help :)
20:01
<
FromGitter >
<rjnienaber> i did see that but i'm not sure how to get hold of them inside a spec at runtime
20:02
<
FromGitter >
<Blacksmoke16> hm
20:46
SamantazFox has joined #crystal-lang
20:47
SamantazFox_ has quit [Ping timeout: 265 seconds]
21:10
ur5us has joined #crystal-lang
21:16
_ht has quit [Quit: _ht]
21:52
jmdaemon has joined #crystal-lang
22:06
SamantazFox has quit [Killed (NickServ (GHOST command used by SamantazFox_))]
22:06
SamantazFox_ has joined #crystal-lang
22:33
SamantazFox_ is now known as SamantazFox
23:35
taupiqueur has quit [Ping timeout: 252 seconds]
23:48
taupiqueur has joined #crystal-lang
23:57
taupiqueur has quit [Ping timeout: 256 seconds]