00:02:28 | dom96 | ephja: You mean 'var T' parameters? |
00:17:35 | * | renesac_ quit () |
00:18:16 | ephja | dom96: well if it was possible |
00:18:31 | dom96 | ephja: FutureVar[T] |
00:26:06 | * | jaco60 quit (Ping timeout: 240 seconds) |
00:41:05 | * | vendethiel quit (Ping timeout: 240 seconds) |
01:24:54 | * | girvo joined #nim |
01:30:10 | * | girvo quit (Ping timeout: 240 seconds) |
01:35:00 | * | Jesin joined #nim |
02:21:42 | * | makoLume quit (Quit: Leaving) |
02:48:50 | * | theduke quit (Ping timeout: 240 seconds) |
02:55:37 | * | exebook joined #nim |
02:59:05 | * | vendethiel joined #nim |
03:02:31 | * | theduke joined #nim |
03:21:50 | * | vendethiel quit (Ping timeout: 240 seconds) |
03:25:40 | * | girvo joined #nim |
03:30:02 | * | girvo quit (Ping timeout: 246 seconds) |
03:44:23 | ephja | dom96: that'll do it |
03:53:05 | * | ephja quit (Ping timeout: 240 seconds) |
04:59:29 | * | Jesin quit (Quit: Leaving) |
05:12:45 | * | Varriount-Laptop joined #nim |
05:26:28 | * | girvo joined #nim |
05:31:10 | * | girvo quit (Ping timeout: 260 seconds) |
05:37:34 | * | lokulin quit (Changing host) |
05:37:34 | * | lokulin joined #nim |
05:37:42 | * | Varriount-Laptop quit (Ping timeout: 260 seconds) |
05:44:28 | * | enamex joined #nim |
05:53:32 | * | Varriount-Laptop joined #nim |
06:10:30 | * | Varriount-Laptop quit (Ping timeout: 240 seconds) |
06:11:52 | * | darkf joined #nim |
06:31:32 | * | Varriount-Laptop joined #nim |
06:48:24 | * | zepolen quit (Remote host closed the connection) |
06:52:59 | * | yglukhov joined #nim |
06:56:39 | * | zepolen joined #nim |
06:57:14 | * | yglukhov quit (Ping timeout: 246 seconds) |
06:59:50 | * | Varriount-Laptop quit (Ping timeout: 240 seconds) |
07:02:07 | * | Demon_Fox quit (Quit: Leaving) |
07:07:18 | * | enamex quit (Ping timeout: 260 seconds) |
07:26:54 | * | pregressive joined #nim |
07:27:13 | * | girvo joined #nim |
07:31:55 | * | enamex joined #nim |
07:32:02 | * | girvo quit (Ping timeout: 260 seconds) |
07:59:37 | * | pregressive quit (Remote host closed the connection) |
08:03:44 | * | enamex quit (Ping timeout: 246 seconds) |
08:12:50 | * | sarlalian quit (Ping timeout: 264 seconds) |
08:16:15 | * | zepolen quit (Remote host closed the connection) |
08:27:11 | * | sarlalian joined #nim |
08:33:25 | * | barosl_ quit (Quit: Leaving) |
08:38:22 | * | barosl joined #nim |
09:16:51 | * | zepolen joined #nim |
09:17:59 | * | boopsiesisaway is now known as boopsies |
09:19:01 | * | nicktick joined #nim |
09:21:26 | * | zepolen quit (Ping timeout: 246 seconds) |
09:27:57 | * | girvo joined #nim |
09:32:17 | * | girvo quit (Ping timeout: 246 seconds) |
10:00:09 | * | pregressive joined #nim |
10:04:30 | * | pregressive quit (Ping timeout: 240 seconds) |
10:04:52 | * | nicktick quit (Quit: Leaving.) |
10:27:35 | * | Matthias247 joined #nim |
11:08:57 | * | jaco60 joined #nim |
11:10:35 | * | zepolen joined #nim |
11:14:50 | * | zepolen quit (Ping timeout: 240 seconds) |
11:24:01 | * | gokr joined #nim |
11:28:43 | * | girvo joined #nim |
11:33:02 | * | girvo quit (Ping timeout: 246 seconds) |
11:48:57 | * | gokr1 joined #nim |
11:51:30 | * | gokr quit (Ping timeout: 260 seconds) |
11:51:31 | * | elrood joined #nim |
11:51:42 | * | ephja joined #nim |
11:55:00 | * | JStoker joined #nim |
12:39:22 | * | vendethiel joined #nim |
12:42:50 | * | kerze joined #nim |
12:45:47 | flyx | in a template, can I do something like "when type(param) != type(nil):" ? |
13:02:29 | ephja | flyx: "type(param) is type(nil)", but void seems more appropriate |
13:03:51 | flyx | ephja: kthx |
13:05:42 | * | yglukhov joined #nim |
13:11:17 | * | zepolen joined #nim |
13:15:35 | * | zepolen quit (Ping timeout: 246 seconds) |
13:23:01 | * | vendethiel quit (Read error: Connection reset by peer) |
13:23:53 | * | vendethiel joined #nim |
13:29:26 | * | girvo joined #nim |
13:31:49 | Araq | can I rename test dirs to always with 's' or does that break something? |
13:31:55 | Araq | *to always end |
13:33:47 | * | girvo quit (Ping timeout: 246 seconds) |
13:45:18 | ephja | is this related to the dislike of hierarchies? :p |
13:46:52 | Araq | no. it's so that I can guess the name |
13:47:15 | Araq | currently I always wonder if it's test closure vs test closures |
13:48:01 | ephja | right |
13:49:04 | Araq | and fyi directory paths continue to be the biggest distraction in my workflow :P |
13:53:29 | dom96 | I'm stuck with Java right now and its directory hierarchies make me want to die. |
13:58:27 | ephja | I know I do like the convenience of being able to consider all files in a directory to be related, which makes it easy to iterate over, and process them |
13:58:35 | reactormonk | dom96, intellij at least? |
13:58:42 | ephja | it just seems shoehorned in, but maybe it makes more sense if it's truly relational |
13:58:47 | dom96 | reactormonk: pretty much, Android Studio |
13:59:17 | ephja | are there any side-by-side comparisons btw? I think you linked to an article some time ago, but I can't remember if it contained any specific examples |
14:01:37 | * | pregressive joined #nim |
14:02:56 | Araq | ephja: I do like the convenience of search machines. I can navigate through the whole internet without hierarchies :P |
14:03:16 | * | joelmo joined #nim |
14:06:06 | * | BitPuffin|osx quit (Ping timeout: 240 seconds) |
14:06:20 | * | pregressive quit (Ping timeout: 246 seconds) |
14:06:48 | * | cyraxjoe quit (Quit: No Ping reply in 180 seconds.) |
14:07:02 | * | cyraxjoe joined #nim |
14:08:07 | * | nicktick joined #nim |
14:08:10 | * | rektide quit (Ping timeout: 240 seconds) |
14:08:45 | * | rektide joined #nim |
14:13:28 | ephja | that is a different use case. many search engines do have hierarchical sections, just that they might not be the primary focus |
14:18:19 | ephja | I personally think that it makes more sense to keep test directories (categories) separate from the test driver for example |
14:18:40 | ephja | it's a question of balance of course, and java's conventions are indeed an abomination |
14:22:41 | * | desophos joined #nim |
14:42:18 | * | M-max quit (Ping timeout: 260 seconds) |
14:43:47 | * | kerze quit (Ping timeout: 246 seconds) |
14:47:56 | * | M-max joined #nim |
14:57:02 | * | zepolen joined #nim |
15:01:38 | * | zepolen quit (Ping timeout: 246 seconds) |
15:17:11 | * | nicktick quit (Quit: Leaving.) |
15:21:13 | * | kerze joined #nim |
15:26:07 | * | nicktick joined #nim |
15:30:14 | * | girvo joined #nim |
15:34:53 | * | girvo quit (Ping timeout: 246 seconds) |
15:47:43 | federico3 | best way to pick a random char between a..z,A..Z ? |
15:49:09 | federico3 | random() doesn't work on sets. Maybe a hashset? |
16:02:54 | def- | federico3: write a random() proc for sets |
16:07:14 | * | enamex joined #nim |
16:27:50 | * | Matthias247 quit (Read error: Connection reset by peer) |
16:28:07 | * | Matthias247 joined #nim |
16:32:25 | federico3 | def-: regular sets cannot be accessed by index |
16:49:16 | * | johnsoft quit (Read error: Connection reset by peer) |
16:51:04 | * | darkf_ joined #nim |
16:51:48 | * | johnsoft joined #nim |
16:52:30 | * | darkf quit (Ping timeout: 260 seconds) |
16:58:50 | * | phira quit (Ping timeout: 240 seconds) |
17:03:54 | * | vendethiel quit (Ping timeout: 272 seconds) |
17:04:45 | * | phira joined #nim |
17:04:55 | * | zepolen joined #nim |
17:07:20 | * | pregressive joined #nim |
17:11:59 | * | Demon_Fox joined #nim |
17:12:09 | * | pregressive quit (Ping timeout: 272 seconds) |
17:22:52 | * | pregressive joined #nim |
17:24:10 | * | pregressive quit (Remote host closed the connection) |
17:28:26 | * | jakesyl quit (Ping timeout: 240 seconds) |
17:31:01 | * | girvo joined #nim |
17:32:23 | * | joelmo quit (Quit: Connection closed for inactivity) |
17:35:28 | * | darkf_ quit (Quit: Leaving) |
17:36:16 | * | girvo quit (Ping timeout: 276 seconds) |
17:38:47 | * | Siecje joined #nim |
17:39:50 | * | enamex quit (Ping timeout: 246 seconds) |
17:40:12 | Siecje | How does nimble handle multiple packages with the same dependency but different versions? |
17:44:51 | * | Jesin joined #nim |
17:48:14 | * | BitPuffin|osx joined #nim |
17:49:44 | * | mat4 joined #nim |
17:49:47 | mat4 | hello |
18:02:32 | * | enamex joined #nim |
18:13:20 | * | enamex quit (Ping timeout: 276 seconds) |
18:23:19 | * | kulelu88 joined #nim |
18:55:22 | * | enamex joined #nim |
18:55:54 | * | juanfra_ quit (Quit: juanfra_) |
18:56:32 | * | juanfra joined #nim |
19:09:13 | * | enamex quit (Ping timeout: 276 seconds) |
19:09:15 | dom96 | hello Siecje |
19:09:41 | Siecje | dom96: hey |
19:09:50 | dom96 | As far as I can remember that is not supported. |
19:10:52 | Siecje | how's your web framework coming along? |
19:11:40 | dom96 | Don't have much time for it unfortunately |
19:12:40 | Siecje | dom96: What are you working on? |
19:13:01 | dom96 | Siecje: University and a secret project :) |
19:14:02 | Siecje | I graudated this year |
19:16:02 | dom96 | I'm just in second year |
19:28:55 | * | zepolen_ joined #nim |
19:30:51 | * | zepolen quit (Ping timeout: 272 seconds) |
19:31:30 | * | zepolen joined #nim |
19:31:44 | * | girvo joined #nim |
19:34:01 | * | zepolen_ quit (Ping timeout: 272 seconds) |
19:36:47 | * | girvo quit (Ping timeout: 264 seconds) |
19:42:50 | * | euantor joined #nim |
19:44:18 | dom96 | Siecje: Are you new to Nim? |
19:46:36 | Siecje | dom96: yeah |
19:47:21 | dom96 | Siecje: Written much in it yet or still in the exploration phase? |
19:47:44 | Siecje | exploration |
19:49:46 | * | yglukhov quit (Remote host closed the connection) |
19:59:24 | * | vendethiel joined #nim |
20:07:20 | * | gokr1 quit (Read error: Connection reset by peer) |
20:07:32 | * | gokr joined #nim |
20:10:41 | * | vqrs quit (Ping timeout: 246 seconds) |
20:12:52 | * | vqrs joined #nim |
20:27:14 | * | zemm quit (Ping timeout: 276 seconds) |
20:28:39 | * | zemm joined #nim |
20:36:46 | kulelu88 | dom96 will be working for Google in 3 years |
20:43:23 | * | zemm quit (Ping timeout: 264 seconds) |
20:43:24 | * | gokr quit (Ping timeout: 264 seconds) |
20:43:24 | * | kulelu88 quit (Ping timeout: 264 seconds) |
20:43:25 | * | mat4 quit (Ping timeout: 264 seconds) |
20:44:41 | * | enamex joined #nim |
20:45:40 | * | zemm joined #nim |
20:48:58 | * | zepolen quit (Ping timeout: 243 seconds) |
20:53:26 | * | zepolen joined #nim |
20:54:43 | * | kerze quit (Quit: Leaving) |
20:58:01 | * | kulelu88 joined #nim |
20:58:01 | * | kulelu88 quit (Changing host) |
20:58:01 | * | kulelu88 joined #nim |
20:58:15 | * | irrequietus joined #nim |
21:00:12 | * | euantor quit (Remote host closed the connection) |
21:11:03 | * | irrequietus quit (*.net *.split) |
21:11:04 | * | zepolen quit (*.net *.split) |
21:11:14 | * | BitPuffin|osx quit (*.net *.split) |
21:11:15 | * | Demon_Fox quit (*.net *.split) |
21:11:25 | * | lyro_ quit (*.net *.split) |
21:11:26 | * | federico3 quit (*.net *.split) |
21:11:35 | * | cryzed quit (*.net *.split) |
21:11:36 | * | nchambers quit (*.net *.split) |
21:11:36 | * | jackv quit (*.net *.split) |
21:11:38 | * | someplac- quit (*.net *.split) |
21:11:43 | * | jck_ quit (*.net *.split) |
21:11:49 | * | ir2ivps10 quit (*.net *.split) |
21:11:55 | * | ayeganov quit (*.net *.split) |
21:14:08 | * | jck joined #nim |
21:16:38 | * | ir2ivps10 joined #nim |
21:20:45 | * | federico3 joined #nim |
21:22:17 | * | nchambers joined #nim |
21:24:22 | * | zepolen joined #nim |
21:27:20 | * | BitPuffin|osx joined #nim |
21:28:57 | * | jackv joined #nim |
21:29:17 | * | lyro_ joined #nim |
21:30:03 | * | cryzed joined #nim |
21:36:07 | * | someplace joined #nim |
21:38:00 | * | cryzed quit (Ping timeout: 264 seconds) |
21:39:47 | * | gokr joined #nim |
21:42:20 | * | ayeganov joined #nim |
21:44:40 | * | cryzed joined #nim |
21:47:08 | * | bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…) |
21:47:53 | * | BlaXpirit quit (Quit: Bye) |
21:48:04 | * | jck quit (Quit: No Ping reply in 180 seconds.) |
21:50:56 | * | jck joined #nim |
21:51:22 | * | someplace quit (Ping timeout: 264 seconds) |
21:51:22 | * | huonw quit (Ping timeout: 264 seconds) |
21:53:10 | * | LibreWulf quit (Ping timeout: 264 seconds) |
21:53:45 | * | DecoPerson quit (Ping timeout: 264 seconds) |
21:56:07 | * | avsej quit (Quit: Quit) |
21:57:40 | * | DecoPerson joined #nim |
22:00:58 | Araq | yay, my hard realtime GC compiles. unfortunately it also crashes :P |
22:02:41 | * | BlaXpirit joined #nim |
22:04:22 | * | huonw joined #nim |
22:04:23 | * | LibreWulf joined #nim |
22:06:23 | * | BlaXpirit quit (Client Quit) |
22:06:55 | * | n1ftyn8_ quit (Ping timeout: 264 seconds) |