00:13:29 Unstable branch on cbro.berotato.org updated to: 0.33-a0-303-g0d2c7b62eb (34) 00:55:03 Monster database of master branch on crawl.develz.org updated to: 0.33-a0-303-g0d2c7b62eb 03:22:47 03gammafunk02 07* 0.33-a0-304-gf801aa8b2f: Fix mapstat/objstat initialization issues 10(6 hours ago, 18 files, 39+ 42-) 13https://github.com/crawl/crawl/commit/f801aa8b2f4d 03:23:53 03gammafunk02 07[stone_soup-0.32] * 0.32.1-3-gfed517dd83: Fix mapstat/objstat initialization issues 10(6 hours ago, 18 files, 39+ 42-) 13https://github.com/crawl/crawl/commit/fed517dd83f8 04:34:09 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5249-g4a8afe7061 05:10:41 Stable (0.32) branch on crawl.akrasiac.org updated to: 0.32.1-3-gfed517d 10:39:32 sneaks (L19 DrFi) Crash caused by signal #11: Segmentation fault (Elf:2) 10:44:16 !crashlog sneaks 10:44:17 1. sneaks, XL19 DrFi, T:38867 (milestone): https://crawl.akrasiac.org/rawdata/sneaks/crash-sneaks-20241109-173931.txt 10:45:48 07gammafunk02 * 0.33-a0-304-gf801aa8b2f: Fix mapstat/objstat initialization issues 10(13 hours ago, 18 files, 39+ 42-) 13https://github.com/crawl/crawl/commit/f801aa8b2f4d 10:45:48 %git 10:46:02 okay, it's from before my fix went in 10:47:21 CAO may not be updating 10:47:24 &versions 10:47:50 CAO: 0.33-a0-224-g21dfed3, CBR2: 0.33-a0-303-g0d2c7b62eb, CDI: 0.33-a0-304-gf801aa8b2f, CDO: 0.33-a0-303-g0d2c7b62eb, CNC: 0.33-a0-304-gf801aa8b2f, CPO: 0.33-a0-218-g443864507a, CUE: 0.33-a0-303-g0d2c7b62eb, CXC: 0.33-a0-303-g0d2c7b62eb, LLD: 0.32.1-1-g848d7226f3 10:48:14 nor CPO 10:58:47 <09g​ammafunk> uh oh 10:58:49 <09g​ammafunk> let me check 10:59:03 <09g​ammafunk> didn't have any local build issues myself but it's possible that there's something going on 10:59:08 <09g​ammafunk> %git 10:59:09 <04C​erebot> gammafunk * 0.33-a0-304-gf801aa8b2f: Fix mapstat/objstat initialization issues (13 hours ago, 18 files, 39+ 42-) https://github.com/crawl/crawl/commit/f801aa8b2f4d 10:59:13 <09g​ammafunk> yikes, wow 11:00:14 <09g​ammafunk> > dungeon.cc: In function 'void _prepare_water()': > dungeon.cc:2889:31: error: 'class std::set' has no member named 'emplace' > At global scope: > cc1plus: warning: unrecognized command line option "-Wno-implicit-fallthrough" [enabled by default] 11:00:48 <09g​ammafunk> not sure if cpo would be failing for the same issue, but it's stuck at a different version 11:00:57 <09g​ammafunk> so I'm guessing that's a problem with CPO itself 11:01:21 CPO might just update at a different time, though; it's only 6 commits off 11:01:26 (from CAO) 11:02:09 <09g​ammafunk> possible 11:02:24 <09g​ammafunk> but cpo would have more recent cpp and this looks like a cpp stl issue? 11:02:47 <09g​ammafunk> (I don't actually know why cao is failing yet, but I assume something about using an stl method we don't have on CAO) 11:03:11 `emplace` sounds to me like it's applying to the wrong object entirely 11:03:19 it doesn't sound like a set method at all 11:05:24 <09g​ammafunk> hrm, no current call to emplace actually in HEAD 11:06:00 then again, the code is right (I see it in my Friday update although it's on line 2885) 11:06:26 <09g​ammafunk> yeah in the local checkout it has this emplace call 11:06:32 <09g​ammafunk> but in trunk this isn't happening 11:07:43 it is expecting `emplace` to work on something that is clearly a `std::set`, though, so apparently it is STL version skew after all 11:08:03 <09g​ammafunk> oh doh 11:08:10 <09g​ammafunk> I had 0.32 checked out, silly me 11:09:29 <09g​ammafunk> it says std::set::emplace is C++11 which I think CAO has so not sure 11:09:34 (just updated to latest HEAD and the line number now matches up) 11:11:17 <09g​ammafunk> so I'm guessing I should switch this to use ::insert 11:17:15 <09g​ammafunk> just tried changing that in the cao checkout and running the make manually, seemed to work fine 11:17:34 <09g​ammafunk> but I'll let the make finish before pushing a fix to the repo 11:18:09 <09g​ammafunk> (Not running this with a the full dgl update command because I don't want this patched version without a corresponding commit to actually get installed) 12:05:57 03gammafunk02 07* 0.33-a0-305-g75134b2f13: Fix the CAO build by using std::set::insert() 10(40 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/75134b2f136a 12:33:38 Unstable branch on crawl.akrasiac.org updated to: 0.33-a0-305-g75134b2f13 (34) 12:46:49 <09g​ammafunk> ok, looks like CAO trunk build is fixed 12:47:00 <09g​ammafunk> I should have credited geekosaur, rip 16:38:30 Unstable branch on underhound.eu updated to: 0.33-a0-305-g75134b2f13 (34) 17:01:20 03Isaac Clancy02 07https://github.com/crawl/crawl/pull/3968 * 0.33-a0-306-g90069dd754: Improve malign gateways targeter 10(3 months ago, 5 files, 105+ 14-) 13https://github.com/crawl/crawl/commit/90069dd7543a 17:06:44 03Isaac Clancy02 07https://github.com/crawl/crawl/pull/4045 * 0.33-a0-306-gc4b3995298: Improve malign gateways targeter 10(3 months ago, 5 files, 105+ 14-) 13https://github.com/crawl/crawl/commit/c4b39952985d 17:06:44 03Isaac Clancy02 07https://github.com/crawl/crawl/pull/4045 * 0.33-a0-307-g2da3e4201a: Allow malign gateway to be cast in non-compass directions 10(7 weeks ago, 1 file, 7+ 9-) 13https://github.com/crawl/crawl/commit/2da3e4201aea 18:54:22 New branch created: pull/4117 (1 commit) 13https://github.com/crawl/crawl/pull/4117 18:54:23 03Isaac Clancy02 07https://github.com/crawl/crawl/pull/4117 * 0.33-a0-306-g9f2c4028cc: Warn when summoning with fulsome fusillade active 10(16 minutes ago, 1 file, 2+ 0-) 13https://github.com/crawl/crawl/commit/9f2c4028cce7 23:07:30 Stable (0.32) branch on underhound.eu updated to: 0.32.1-3-gfed517dd83 23:35:13 Unstable branch on crawl.develz.org updated to: 0.33-a0-305-g75134b2f13 (34) 23:58:12 Windows builds of master branch on crawl.develz.org updated to: 0.33-a0-305-g75134b2f13