00:14:38 Unstable branch on cbro.berotato.org updated to: 0.30-a0-354-g6b83867211 (34) 00:54:01 Monster database of master branch on crawl.develz.org updated to: 0.30-a0-354-g6b83867211 01:31:29 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4850-gd9e8576752 04:22:04 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-4850-gd9e8576752 05:06:10 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-354-g6b83867 (34) 06:53:41 New branch created: pull/2816 (1 commit) 13https://github.com/crawl/crawl/pull/2816 06:53:42 03Nikolai Lavsky02 07https://github.com/crawl/crawl/pull/2816 * 0.30-a0-342-g5a3d7d8d8e: fix: don't shelter projectiles from injuries 10(8 minutes ago, 2 files, 4+ 1-) 13https://github.com/crawl/crawl/commit/5a3d7d8d8e76 08:25:12 03advil02 07* 0.30-a0-355-g4c39ff33d3: fix: improve repr-based callback logging in webtiles 10(11 minutes ago, 1 file, 41+ 4-) 13https://github.com/crawl/crawl/commit/4c39ff33d3fe 08:28:15 <06a​dvil> I think that commit is big news for debugging webtiles lag, in retrospect I'm shocked that the background for that is not very common knowledge (but I've never seen any of it before) 08:28:28 <06a​dvil> does anyone actually use tornado besides us these days? 08:28:38 <06a​dvil> maybe it's all just corporate or sth 08:29:45 <06a​dvil> even just reprlib.aRepr.maxother = 1000 would have saved me so much time, how is anyone debugging modern tornado without that 08:32:58 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-355-g4c39ff33d3 (34) 08:33:57 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-355-g4c39ff33d3 (34) 08:33:58 <10P​leasingFungus> heck, i thought even we’d replaced it with polar vortex 08:34:55 <06a​dvil> lol 10:43:29 <09g​ammafunk> Some cursory browsing doesn't turn up much that's compelling, my guess is that edlothial used it because it was the best asynchronous solution at the time and asyncio didn't exist or wasn't mature 10:44:20 <09g​ammafunk> Too bad he's not around otherwise we could ask, but I've not heard from him in quite some years 10:46:53 <09g​ammafunk> Wonder if we'd get more value from it if we had more in-server management that need to do things outside of websocket and with usual http rest stuff 10:48:25 <09g​ammafunk> But if we always mostly use websocket for messaging without much other http, maybe tornado is less useful compared to just asyncio 11:48:02 <06a​dvil> I think webtiles is pretty intertwined with it, especially the websocket code, templating, etc, so it's hard to say we aren't getting value out of it 11:48:16 <06a​dvil> an eventual asyncio rewrite would be able to generalize some of it, possibly 11:49:00 <06a​dvil> and it does seem like tornado is still under moderately active development? 11:50:05 <06a​dvil> though 6.0 2019, 6.1 2020, and 6.2 2022 is not super active -- but it's also pretty stable at this point 12:26:13 -!- perryprog_ is now known as perryprog 13:22:14 oloof (L14 TeAE) ASSERT(_valid()) in 'ray.cc' at line 107 failed. (Orc:1) 14:23:52 <06a​dvil> ooh 14:23:54 <06a​dvil> !crashlog 14:23:57 <04C​erebot> 24785. oloof, XL14 TeAE, T:29350 (milestone): http://crawl.akrasiac.org/rawdata/oloof/crash-oloof-20221107-202213.txt 14:24:21 <06a​dvil> always nice to see the classics 14:24:29 <06a​dvil> although, looking at the map I'm not sure what this was 14:25:10 <06a​dvil> why is Urug not visible in the map, given the log? 14:25:47 <06a​dvil> should be a few other monsters too 15:50:24 <09g​ammafunk> I seem to recall the classic ray.cc bug involving an in_diamond() method, but maybe that one got finally fixed 16:23:46 Unstable branch on underhound.eu updated to: 0.30-a0-355-g4c39ff33d3 (34) 16:38:15 <09g​ammafunk> %git df1f371a6ddd6e0c5a26a34d431ba7161af991a0 16:38:16 <04C​erebot> |amethyst * 0.15-a0-1512-gdf1f371a6d: Round more vigorously in ray code. (8 years ago, 2 files, 2+ 2-) https://github.com/crawl/crawl/commit/df1f371a6ddd 16:38:50 <09g​ammafunk> rip that dobrazupra crash log 16:42:41 <06a​dvil> huh that looks like it was reverted at some point 16:43:26 <06a​dvil> !git 63bad21b3db11e40454572a9f6ab290a67b90603 16:43:27 <04C​erebot> |amethyst * 0.17-a0-2118-g63bad21b3d: Revert "Round more vigorously in ray code." (7 years ago, 2 files, 2+ 2-) https://github.com/crawl/crawl/commit/63bad21b3db1 16:43:31 <06a​dvil> rip 16:43:56 <06a​dvil> I wonder why EPSILON_VALUE is different from the value used in double_is_zero 16:44:47 <06a​dvil> alternatively, I wonder why it was the same after df1f371a6d 16:45:32 <06a​dvil> I suspect only one of those things is correct 18:20:57 03advil02 07* 0.30-a0-356-g0b6ecbc06f: fix: improve logging for RequestHandler and PeriodicCallback 10(50 minutes ago, 3 files, 31+ 7-) 13https://github.com/crawl/crawl/commit/0b6ecbc06f15 18:20:57 03advil02 07* 0.30-a0-357-g9a6ad51620: feat: configurable webtiles milestone tailing interval 10(31 minutes ago, 2 files, 3+ 2-) 13https://github.com/crawl/crawl/commit/9a6ad5162006 18:20:57 03advil02 07* 0.30-a0-358-g0d69a1922f: feat: a webtiles config override specifically for live-debug mode 10(4 minutes ago, 4 files, 18+ 6-) 13https://github.com/crawl/crawl/commit/0d69a1922ffd 18:33:51 Unstable branch on crawl.kelbi.org updated to: 0.30-a0-358-g0d69a1922f (34) 18:40:43 Unstable branch on crawl.akrasiac.org updated to: 0.30-a0-358-g0d69a1922f (34) 20:20:02 <09g​ammafunk> # sigh 21:38:41 Anyone know if I need to request perms to the chaosforge wiki? Account isn't transferring over from mediawiki 21:39:30 Not exactly a dev topic but maybe count it as documentation