| 00:07:24 | * | GnuYawk1 joined #nim |
| 00:45:57 | * | tiorock joined #nim |
| 00:45:57 | * | rockcavera quit (Killed (zirconium.libera.chat (Nickname regained by services))) |
| 00:45:57 | * | tiorock is now known as rockcavera |
| 02:11:34 | * | amadaluzia quit (Quit: ZNC 1.10.1 - https://znc.in) |
| 03:45:44 | * | rockcavera quit (Remote host closed the connection) |
| 04:22:51 | * | kasimir_ quit (Server closed connection) |
| 04:22:59 | * | kasimir_ joined #nim |
| 05:22:49 | * | amadaluzia joined #nim |
| 05:48:02 | FromDiscord | <.tokyovigilante> sent a code paste, see https://play.nim-lang.org/#pasty=DzYYFyJD |
| 05:49:19 | FromDiscord | <leorize> did you `-d:useMalloc` when you valgrind-ed it? |
| 05:49:43 | FromDiscord | <.tokyovigilante> I did not... one moment caller |
| 05:49:44 | FromDiscord | <leorize> also check with helgrind and thread sanitizer |
| 05:50:30 | FromDiscord | <leorize> without `d:useMalloc` valgrind is just for show |
| 05:51:01 | FromDiscord | <.tokyovigilante> sent a code paste, see https://play.nim-lang.org/#pasty=YHYGBwXN |
| 05:51:03 | FromDiscord | <.tokyovigilante> Hurray! |
| 05:51:19 | FromDiscord | <.tokyovigilante> Thanks for the heads up |
| 05:51:58 | FromDiscord | <leorize> don't forget about helgrind and tsan as well |
| 05:52:15 | FromDiscord | <leorize> concurrency is not fun for many reasons |
| 05:55:19 | FromDiscord | <.tokyovigilante> sent a code paste, see https://play.nim-lang.org/#pasty=DRqOnEie |
| 05:55:31 | FromDiscord | <.tokyovigilante> indeed, this is why I'm trying to cheat with GCD |
| 06:01:12 | * | derpydoo joined #nim |
| 06:12:16 | * | skippy8 joined #nim |
| 06:27:38 | * | derpydoo quit (Ping timeout: 256 seconds) |
| 06:35:38 | * | jjido joined #nim |
| 07:10:43 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
| 07:17:29 | * | jjido joined #nim |
| 07:38:39 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
| 08:35:39 | * | xet7 joined #nim |
| 08:38:39 | * | beholders_eye joined #nim |
| 09:07:15 | * | xtr00 quit (Quit: ZNC 1.9.1 - https://znc.in) |
| 09:08:07 | * | xtr00 joined #nim |
| 09:36:49 | * | pmp-p quit (Quit: No Ping reply in 180 seconds.) |
| 09:38:11 | * | pmp-p joined #nim |
| 09:59:20 | * | xtr00 quit (Read error: Connection reset by peer) |
| 10:03:59 | * | xtr00 joined #nim |
| 10:27:12 | * | jjido joined #nim |
| 10:32:31 | * | jjido quit (Quit: My laptop has gone to sleep. ZZZzzz…) |
| 10:33:39 | * | xtr00 quit (Ping timeout: 255 seconds) |
| 10:35:30 | * | xtr00 joined #nim |
| 10:36:39 | * | zgasma quit (Quit: Lost terminal) |
| 11:29:06 | * | beholders_eye quit (Ping timeout: 256 seconds) |
| 11:29:52 | * | beholders_eye joined #nim |
| 11:39:01 | * | xtr00 quit (Read error: Connection reset by peer) |
| 11:44:24 | * | xtr00 joined #nim |
| 12:04:14 | * | beholders_eye quit (Ping timeout: 256 seconds) |
| 12:17:37 | * | beholders_eye joined #nim |
| 12:23:54 | * | pmp-p quit (Ping timeout: 260 seconds) |
| 12:26:53 | * | pmp-p joined #nim |
| 13:16:59 | * | xtr00 quit (Ping timeout: 260 seconds) |
| 13:20:04 | FromDiscord | <dhhbrzwn> sent a code paste, see https://play.nim-lang.org/#pasty=ONvjoNrD |
| 13:22:13 | * | xtr00 joined #nim |
| 15:05:34 | * | xet7 quit (Ping timeout: 272 seconds) |
| 15:11:11 | * | CypherCat quit (Changing host) |
| 15:11:11 | * | CypherCat joined #nim |
| 15:56:10 | * | beholders_eye quit (Ping timeout: 248 seconds) |
| 15:57:52 | * | beholders_eye joined #nim |
| 16:14:04 | * | beholders_eye quit (Ping timeout: 258 seconds) |
| 16:18:26 | * | skippy8 quit (Quit: WeeChat 4.7.0) |
| 16:31:52 | FromDiscord | <dex_191> sent a long message, see https://pasty.ee/iCsJlfuf |
| 16:34:36 | FromDiscord | <soicbr> how do I properly setup Nim on NixOS? I tried to run `nimble build` and it just says "build failed for package: [my package's name]". I'm trying to build <https://gitlab.com/MiguelNornkirn/jump_dive_clock> |
| 16:44:29 | FromDiscord | <soicbr> Using --verbose doesn't give me any useful information. I installed Nim by adding `nim` and `nimble` to the package list |
| 16:48:11 | * | GreaseMonkey quit (Server closed connection) |
| 16:48:21 | * | greaser|q joined #nim |
| 17:33:46 | * | xet7 joined #nim |
| 17:38:15 | * | amadaluzia quit (Quit: ZNC 1.10.1 - https://znc.in) |
| 17:51:47 | * | amadaluzia joined #nim |
| 18:21:15 | * | xet7 quit (Remote host closed the connection) |
| 18:25:27 | FromDiscord | <nasuray> In reply to @soicbr "how do I properly": The thing that is mostly like to work is writing an actual package derivation for it. But what is the error when you run `nimble build --debug` |
| 18:57:19 | FromDiscord | <nasuray> sent a long message, see https://pasty.ee/SKftLZLx |
| 19:00:06 | * | beholders_eye joined #nim |
| 19:45:30 | * | beholders_eye quit (Ping timeout: 248 seconds) |
| 19:47:19 | * | beholders_eye joined #nim |
| 20:13:46 | * | beholders_eye quit (Ping timeout: 248 seconds) |
| 21:13:02 | * | skippy8 joined #nim |
| 21:18:10 | * | beholders_eye joined #nim |
| 21:27:21 | FromDiscord | <soicbr> In reply to @nasuray "The thing that is": It errs when trying to run gcc |
| 21:27:24 | FromDiscord | <soicbr> https://media.discordapp.net/attachments/371759389889003532/1408200840002535474/image.png?ex=68a8e0bb&is=68a78f3b&hm=66382faaa3fbc53253e3688005290677f070bb0419460ee7727be386df72aa35& |
| 21:28:07 | FromDiscord | <soicbr> In reply to @nasuray "Looks like it relies": I'll look into it |
| 21:31:15 | * | void09_ quit (Server closed connection) |
| 21:31:31 | * | void09 joined #nim |
| 21:40:45 | * | skippy8 quit (Quit: WeeChat 4.7.0) |
| 21:50:38 | * | beholders_eye quit (Ping timeout: 258 seconds) |
| 22:17:40 | * | greaser|q quit (Changing host) |
| 22:17:41 | * | greaser|q joined #nim |
| 22:17:43 | * | greaser|q is now known as GreaseMonkey |
| 22:32:45 | FromDiscord | <soicbr> (it worked) |
| 22:55:22 | FromDiscord | <nasuray> In reply to @soicbr "(it worked)": When you make it into an actual derivation stick all those xorg libraries in the buildInputs |
| 23:56:34 | FromDiscord | <soicbr> I just copied the Nix code from the wiki. I have to learn about what derivations are later, I'm new to Nix |