<< 09-12-2016 >>

00:05:10*themagician quit ()
00:06:47*yglukhov joined #nim
00:06:47*Varriount|Phone quit (Read error: Connection reset by peer)
00:07:01*Varriount|Phone joined #nim
00:11:10*yglukhov quit (Ping timeout: 250 seconds)
00:13:00*xet7 joined #nim
00:16:49*Snircle joined #nim
00:23:10*brechtm quit (Remote host closed the connection)
00:28:44*Matthias247 quit (Read error: Connection reset by peer)
01:00:48vlad1777dI cannot create a reference, I tried many ways: https://pp.vk.me/c604526/v604526447/4bd09/NUQ-DuxOdSY.jpg https://pp.vk.me/c604526/v604526447/4bd12/FSgqBwzxosc.jpg But all without errors.
01:00:56vlad1777dCan somebody help me?
01:01:36*brson quit (Quit: leaving)
01:03:59*brson joined #nim
01:04:16*FromGitter quit (Ping timeout: 258 seconds)
01:06:43*Varriount|Phone quit (Read error: Connection reset by peer)
01:07:22*Varriount|Phone joined #nim
01:09:07*fredrik92 joined #nim
01:12:08*couven92 quit (Ping timeout: 246 seconds)
01:19:21*Varriount|Phone quit (Ping timeout: 260 seconds)
01:20:04*vlad1777d quit (Quit: Leaving)
01:33:36*yglukhov joined #nim
01:38:13*yglukhov quit (Ping timeout: 248 seconds)
01:42:45*fredrik92 quit (Quit: Client disconnecting)
01:45:10*libman quit (Remote host closed the connection)
02:01:31*space-wizard quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
02:02:48*space-wizard joined #nim
02:03:04*space-wizard quit (Client Quit)
02:03:35*space-wizard joined #nim
02:03:52*space-wizard quit (Client Quit)
02:04:24*space-wizard joined #nim
02:04:40*space-wizard quit (Client Quit)
02:05:11*space-wizard joined #nim
02:05:28*space-wizard quit (Client Quit)
02:06:00*space-wizard joined #nim
02:06:16*space-wizard quit (Client Quit)
02:06:46*space-wizard joined #nim
02:07:04*space-wizard quit (Client Quit)
02:33:10*stefantalpalaru quit (Quit: Leaving)
02:39:09*brson quit (Ping timeout: 260 seconds)
02:47:00*brson joined #nim
02:52:22*chemist69 quit (Ping timeout: 258 seconds)
03:02:57*brson quit (Ping timeout: 260 seconds)
03:06:49*chemist69 joined #nim
03:11:45*brson joined #nim
03:13:00*brson quit (Client Quit)
03:20:28*bjz joined #nim
03:35:09*yglukhov joined #nim
03:39:38*yglukhov quit (Ping timeout: 245 seconds)
03:41:37*Varriount|Mobile joined #nim
03:42:36*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
03:59:30*space-wizard joined #nim
04:00:14*bjz joined #nim
04:08:53*Varriount|Mobile quit (Read error: Connection reset by peer)
04:08:58*Varriount|Phone joined #nim
04:23:49*brechtm joined #nim
04:28:27*brechtm quit (Ping timeout: 260 seconds)
04:30:14*boopsies quit (Ping timeout: 256 seconds)
04:30:41*boopsies joined #nim
04:47:59*anthony joined #nim
04:49:31*anthony quit (Client Quit)
05:11:26*gangstacat quit (Quit: Ĝis)
05:15:15*gangstacat joined #nim
05:32:54*bjz quit (Ping timeout: 244 seconds)
05:46:49*kunev quit (Quit: е те!)
05:47:02*kunev joined #nim
05:51:59*nsf joined #nim
05:53:41*Jesin quit (Quit: Leaving)
06:05:28*Jesin joined #nim
06:37:44*kunev quit (Quit: е те!)
06:38:00*kunev joined #nim
07:01:25*chemist69 quit (Ping timeout: 260 seconds)
07:12:48*cheatfate_ is now known as cheatfate
07:19:38*chemist69 joined #nim
07:24:31*yglukhov joined #nim
07:29:08*yglukhov quit (Ping timeout: 258 seconds)
07:49:20*space-wizard quit (Quit: My MacBook has gone to sleep. ZZZzzz…)
08:09:57*vlad1777d joined #nim
08:10:03*vlad1777d_ joined #nim
08:10:18*vlad1777d_ quit (Remote host closed the connection)
08:11:01vlad1777dhello to all. I cannot create a reference, I tried many ways: https://pp.vk.me/c604526/v604526447/4bd09/NUQ-DuxOdSY.jpg https://pp.vk.me/c604526/v604526447/4bd12/FSgqBwzxosc.jpg But all with errors. Can somebody help me?
08:12:46*vlad1777d_ joined #nim
08:15:28*vlad1777d_ quit (Client Quit)
08:15:39*vlad1777d quit (Ping timeout: 244 seconds)
08:15:48*vlad1777d joined #nim
08:16:35*brson joined #nim
08:24:49*brson quit (Quit: leaving)
08:26:50*rokups joined #nim
08:31:13*bjz joined #nim
08:35:42*vlad1777d_ joined #nim
08:35:50*bjz quit (Ping timeout: 250 seconds)
08:35:57*yglukhov joined #nim
08:36:08*yglukhov quit (Remote host closed the connection)
08:37:08*yglukhov joined #nim
08:37:18*vlad1777d quit (Ping timeout: 256 seconds)
08:38:12*Andris_zbx joined #nim
08:39:47Varriount|Phonevlad1777d_: Your not using a type in the type declaration
08:39:53Varriount|Phone*you're
08:40:43vlad1777d_Varriount|Phone>, thank you, can you help me to create reference to some proc?
08:41:00vlad1777d_I have no need in new type, just proc
08:42:15Varriount|Phonevlad1777d_: try `var x = SEVERAL`
08:42:43vlad1777d_Varriount|Phone, but this will copy proc, or no?
08:42:59Varriount|PhoneYou should probably also annotate your procedure with the procvar pragma
08:43:46Varriount|Phonevlad1777d_: You can't copy procedures. They are always pointers to executable code in memory
08:44:36vlad1777d_Varriount|Phone, thank you
08:44:56Varriount|PhoneYou *can* copy closures, but you have to use a special procedure to do so.
08:45:57vlad1777d_Varriount|Phone, thank you
08:47:28vlad1777d_Varriount|Phone, thanks, procvar is that I need
08:52:51*vlad1777d__ joined #nim
08:53:28*vlad1777d_ quit (Ping timeout: 258 seconds)
08:55:56*Varriount|Phone quit (Ping timeout: 250 seconds)
08:56:47*Varriount|Phone joined #nim
09:05:29*vlad1777d_ joined #nim
09:07:17*vlad1777d__ quit (Ping timeout: 248 seconds)
09:14:02*vlad1777d__ joined #nim
09:16:40*vlad1777d_ quit (Ping timeout: 268 seconds)
09:18:19*brechtm joined #nim
09:26:39*Snircle quit (Read error: Connection reset by peer)
09:27:13*Snircle joined #nim
09:29:46*Arrrr joined #nim
09:30:28*gmpreussner quit (Ping timeout: 260 seconds)
10:04:30*bjz joined #nim
10:09:57*arnetheduck joined #nim
10:10:48*couven92 joined #nim
10:13:23*couven92 quit (Read error: Connection reset by peer)
10:13:48*couven92 joined #nim
10:48:35*sarlalian_ quit (Ping timeout: 246 seconds)
10:51:46*vlad1777d_ joined #nim
10:53:19*vlad1777d__ quit (Ping timeout: 265 seconds)
10:54:50*gmpreussner joined #nim
10:55:13*bjz quit (Ping timeout: 260 seconds)
10:55:28*sarlalian joined #nim
10:56:43*vlad1777d__ joined #nim
10:59:10*bjz joined #nim
10:59:39*vlad1777d_ quit (Ping timeout: 268 seconds)
11:04:29*Varriount|Phone quit (Read error: Connection reset by peer)
11:04:50*Varriount|Phone joined #nim
11:09:18*vlad1777d_ joined #nim
11:10:32*vlad1777d__ quit (Ping timeout: 250 seconds)
11:19:17*yglukhov quit (Remote host closed the connection)
11:28:16*filcuc joined #nim
11:29:27*yglukhov joined #nim
11:30:03filcucis there a way to specify which nim compiler nimble should use
11:30:04filcuc?
11:34:44*elrood joined #nim
11:35:11*Matthias247 joined #nim
11:43:20Araqdunno, via temp PATH mods?
11:43:37Varriount|PhoneThat's what I use
11:45:49*vlad1777d_ quit (Quit: Leaving)
11:47:34filcucok so basically nimble use the nim compile currently inside the PATH
11:48:25*vlad1777d joined #nim
11:48:33*vlad1777d quit (Remote host closed the connection)
11:50:38*vlad1777d joined #nim
11:53:33*gangstacat quit (Ping timeout: 260 seconds)
12:07:49*yglukhov quit (Remote host closed the connection)
12:09:38*vlad1777d_ joined #nim
12:10:49*vlad1777d quit (Ping timeout: 260 seconds)
12:14:33*brechtm_ joined #nim
12:14:35*yglukhov joined #nim
12:15:22*brechtm_ quit (Remote host closed the connection)
12:17:29*brechtm quit (Ping timeout: 246 seconds)
12:21:06*vlad1777d__ joined #nim
12:21:32*PMunch joined #nim
12:21:46*vlad1777d_ quit (Ping timeout: 265 seconds)
12:24:46*brechtm joined #nim
12:31:28*bjz_ joined #nim
12:33:28*bjz quit (Ping timeout: 250 seconds)
12:38:51*Snircle quit (Quit: Textual IRC Client: www.textualapp.com)
12:41:40*Snircle joined #nim
12:46:43*vlad1777d__ quit (Ping timeout: 245 seconds)
12:46:47*vlad1777d_ joined #nim
13:00:39*yglukhov_ joined #nim
13:01:33*yglukhov_ quit (Remote host closed the connection)
13:02:31*yglukhov_ joined #nim
13:02:38*yglukhov quit (Read error: Connection reset by peer)
13:06:27*yglukhov joined #nim
13:07:57*Arrrr quit (Quit: WeeChat 1.5)
13:10:14*yglukhov_ quit (Ping timeout: 264 seconds)
13:17:02*AckZ quit ()
13:17:17*AckZ joined #nim
13:41:47*brechtm quit (Remote host closed the connection)
13:42:53*brechtm joined #nim
13:48:29*bjz_ quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
13:54:20*yglukhov quit (Remote host closed the connection)
14:00:07*yglukhov joined #nim
14:01:50*jtremback___ quit ()
14:02:03*jtremback___ joined #nim
14:03:08*brechtm quit (Remote host closed the connection)
14:13:12*brechtm joined #nim
14:18:53*yglukhov quit (Remote host closed the connection)
14:31:00*yglukhov joined #nim
14:35:25*yglukhov quit (Ping timeout: 258 seconds)
14:48:49*Syneh_ quit ()
14:49:06*Syneh_ joined #nim
15:05:10*Snircle quit (Quit: Textual IRC Client: www.textualapp.com)
15:09:04*tdc joined #nim
15:13:33*yglukhov joined #nim
15:14:54*euantor quit ()
15:15:08*euantor joined #nim
15:31:49*rokups quit ()
15:32:04*rokups joined #nim
15:34:26*chemist69 quit (Ping timeout: 258 seconds)
15:36:41*gangstacat joined #nim
15:37:33*chemist69 joined #nim
15:52:38yglukhovAraq: ping
16:01:59*yglukhov_ joined #nim
16:04:31*yglukhov_ quit (Read error: Connection reset by peer)
16:05:48*yglukhov quit (Ping timeout: 250 seconds)
16:15:50*pregressive joined #nim
16:22:59*PMunch quit (Quit: leaving)
16:46:31*Trustable joined #nim
16:48:29filcuchow can i specify which compiler nim should use?
16:49:38filcucsolved: nim --cc:gcc
16:57:58*Andris_zbx quit (Remote host closed the connection)
17:02:46*bamorim joined #nim
17:03:58*[ui] joined #nim
17:08:17*pregressive quit (Read error: Connection reset by peer)
17:08:23*pregressive joined #nim
17:08:55*space-wizard joined #nim
17:13:23*couven92 quit (Read error: Connection reset by peer)
17:14:15*Varriount|Phone quit (Ping timeout: 260 seconds)
17:15:04*yglukhov joined #nim
17:15:27*yglukhov quit (Remote host closed the connection)
17:15:41*yglukhov joined #nim
17:21:01*yglukhov quit (Remote host closed the connection)
17:22:33*yglukhov joined #nim
17:27:02*yglukhov quit (Ping timeout: 264 seconds)
17:30:42*pregressive quit (Remote host closed the connection)
17:31:00*zaquest quit (Ping timeout: 250 seconds)
17:31:12*pregressive joined #nim
17:32:11*zaquest joined #nim
17:33:15*Varriount|Phone joined #nim
17:33:56*filcuc quit (Ping timeout: 256 seconds)
17:42:54*byte512 joined #nim
17:43:43*tdc quit (Remote host closed the connection)
17:44:28*brechtm_ joined #nim
17:47:32*brechtm quit (Ping timeout: 246 seconds)
17:59:02*space-wi_ joined #nim
17:59:03*Varriount|Phone quit (Read error: Connection reset by peer)
17:59:49*Varriount|Phone joined #nim
18:00:07*Varriount|Phone quit (Read error: Connection reset by peer)
18:01:20*space-wizard quit (Ping timeout: 250 seconds)
18:01:55*rokups quit (Quit: Connection closed for inactivity)
18:06:45*bamorim quit (Remote host closed the connection)
18:22:18*byte512 quit (Ping timeout: 250 seconds)
18:27:17*libman joined #nim
18:38:40*yglukhov joined #nim
18:40:48*shodan45 quit (Read error: Connection reset by peer)
18:40:51*brechtm_ quit (Remote host closed the connection)
18:47:48*brechtm joined #nim
18:52:31*brechtm quit (Remote host closed the connection)
19:10:03*space-wizard joined #nim
19:11:33*Jesin quit (Quit: Leaving)
19:13:17*space-wi_ quit (Ping timeout: 246 seconds)
19:16:19*[ui] quit (Quit: Connection closed for inactivity)
19:17:39*Jesin joined #nim
19:22:25*djellemah_ joined #nim
19:23:39*vlad1777d__ joined #nim
19:25:14*vlad1777d_ quit (Ping timeout: 264 seconds)
19:29:31*dddddd joined #nim
19:43:50*djellemah_ quit (Ping timeout: 264 seconds)
19:54:51*vlad1777d_ joined #nim
19:55:36*vlad1777d__ quit (Ping timeout: 256 seconds)
20:18:15*synshroud joined #nim
20:19:49libmanhttps://www.facebook.com/software.libman.org/posts/597667737091876 => https://archive.is/bG5Zx - One of the ugliest things I've posted in a while, but hey at least I've worked in yet another pitch for Nim ;)
20:22:20libmanLet me know if there's more about Nim I can edit into that text. Or if you have other Nim-related stuff I can push on social media.
20:30:22*nsf quit (Quit: WeeChat 1.6)
20:32:36*vlad1777d_ quit (Ping timeout: 240 seconds)
20:32:39*vlad1777d__ joined #nim
20:48:07dom96libman: please just keep the original Nim crown next time
20:49:10libmanWhich one is the original?
20:49:26libmanhttps://raw.githubusercontent.com/nim-lang/assets/master/Art/logo-crown.png ?
20:52:25dom96yes
20:52:42*djellemah_ joined #nim
20:53:54dom96well, technically it's still the one shown here: https://github.com/nim-lang
20:54:08dom96but we will transition to logo-crown.png when the new site goes live
20:55:02dom96I could be wrong though
20:55:22dom96we need to officially decide which one we're using
20:58:08*djellemah_ quit (Ping timeout: 250 seconds)
20:58:41yglukhovdom96: hi
20:58:49dom96yglukhov: hey
20:59:03yglukhovmind pulling my pr pls?
20:59:35yglukhovhttps://github.com/nim-lang/Nim/pull/5110
20:59:53yglukhovAraq doesnt respond unfortunately
21:02:45dom96I would but I'd rather let him review it. I'm not sure whether that workaround is correct.
21:04:51yglukhovdo you know if he's on vacation or smth?
21:06:22yglukhovalso my previous pr to tables was accepted that does exactly the same thing.
21:06:22dom96he's not, he was here about 2 hours ago.
21:06:28yglukhovoh ok
21:10:52*pregressive quit (Read error: Connection reset by peer)
21:11:21*pregressive joined #nim
21:11:39*yglukhov quit (Remote host closed the connection)
21:12:05libmanIs my idea for a lion to go under that crown no-go? :P
21:13:21libmanI used a little lion-and-crown icon in https://archive.is/M2x6P
21:14:32*yglukhov joined #nim
21:20:14dom96hrm
21:20:21dom96That actually would make a pretty good mascot
21:32:43*[ui] joined #nim
21:33:59*Jesin quit (Quit: Leaving)
21:37:09*Snircle joined #nim
21:37:16*Trustable quit (Remote host closed the connection)
21:38:24*Kingsquee joined #nim
21:43:58*chemist69 quit (Ping timeout: 258 seconds)
21:46:50*chemist69 joined #nim
21:53:42*AckZ quit ()
21:55:08*libman quit (Quit: Leaving.)
22:00:27*PMunch joined #nim
22:04:16*bjz joined #nim
22:08:59*nsf joined #nim
22:13:30*PMunch quit (Quit: leaving)
22:13:47*PMunch joined #nim
22:36:32*PMunch quit (Quit: leaving)
22:50:26*yglukhov quit (Remote host closed the connection)
22:55:08*yglukhov joined #nim
22:59:38*yglukhov quit (Ping timeout: 245 seconds)
23:00:55*elrood quit (Quit: Leaving)
23:01:30*pregressive quit (Read error: Connection reset by peer)
23:01:52*pregressive joined #nim
23:05:04*yglukhov joined #nim
23:06:10Araqhi yglukhov
23:09:55*yglukhov quit (Ping timeout: 265 seconds)
23:15:15*yglukhov joined #nim
23:20:01*yglukhov quit (Ping timeout: 260 seconds)
23:25:01*filcuc joined #nim
23:25:35*yglukhov joined #nim
23:25:47*nsf quit (Quit: WeeChat 1.6)
23:25:57*bjz quit (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
23:26:48*filcuc quit (Client Quit)
23:33:39*yglukhov quit (Ping timeout: 260 seconds)
23:35:21*pregress_ joined #nim
23:35:21*pregressive quit (Read error: Connection reset by peer)
23:35:34*krux02 joined #nim
23:36:19*[ui] quit (Quit: Connection closed for inactivity)
23:39:17*yglukhov joined #nim
23:39:24*Matthias247 quit (Read error: Connection reset by peer)
23:43:29*yglukhov quit (Ping timeout: 246 seconds)
23:45:16*yglukhov joined #nim
23:49:42*yglukhov quit (Ping timeout: 258 seconds)
23:50:10*chemist69 quit (Ping timeout: 250 seconds)
23:52:10krux02good evening
23:52:27*chemist69 joined #nim
23:52:55krux02lib/system.nim(69, 3) Warning: expr is deprecated [Deprecated]
23:53:17krux02I get a lot of warning of that kind, but I do not have any expr or stmt in my code, what I do about that
23:53:28krux02it starts getting a bit annoying
23:55:24*yglukhov joined #nim
23:55:34*bjz joined #nim
23:59:50*yglukhov quit (Ping timeout: 256 seconds)