00:26:50 03PleasingFungus02 07* 0.27-a0-1278-g6cbc8df: Send DCSS straight to hell 10(39 seconds ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/6cbc8dfb29b2 00:32:07 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1278-g6cbc8dfb29 (34) 01:34:32 Unstable branch on crawl.develz.org updated to: 0.27-a0-1278-g6cbc8dfb29 (34) 01:55:26 Windows builds of master branch on crawl.develz.org updated to: 0.27-a0-1278-g6cbc8dfb29 02:47:31 Unstable branch on cbro.berotato.org updated to: 0.27-a0-1278-g6cbc8dfb29 (34) 03:30:52 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-4168-gd8da4f4ffd 03:31:26 Fork (bcadrencrawl) on crawl.kelbi.org updated to: 0.03-531-gdcc153576d 11:48:19 -!- advil changed the topic of #crawl-dev to: Crawl Development | https://github.com/crawl/crawl | Logs: http://s-z.org/crawl-dev/ | People with +v have commit access | Please keep general Crawl-related chat to #crawl | Long stuff to a pastebin service, please 13:26:10 Unstable branch on crawl.akrasiac.org updated to: 0.27-a0-1278-g6cbc8df (34) 13:42:59 <06a​dvil> lol the answer to my earlier question of why crashes sometimes freeze, on macos, is contingent on understanding what this charming bit of intentional code does: int* p = nullptr; *p = 0; 13:44:47 <08n​icolae> what does that code do 13:45:00 <08n​icolae> it looks like it sets a pointer to null and then to 0 13:45:10 <08n​icolae> which i thought is also null but i guess not 13:46:39 <06a​dvil> the second line sets the dereferenced value of the pointer to 0 13:46:44 <06a​dvil> it's trying to trigger some crash handling code, but I don't know why it is doing it this way (which is surely very undefined behavior) 13:46:49 <08n​icolae> ah 13:47:03 <08n​icolae> right, right, been a while since pointers 13:47:05 <06a​dvil> there's a commented out raise(SIGINT); in the code right there which seems to do the same thing but a lot better? 13:47:24 <06a​dvil> I guess at some point in the history of os x there were weirdnesses 13:48:15 <06a​dvil> also inclear to me why it's SIGINT and not SIGABRT 13:50:24 <06a​dvil> well, this comes from 2005 in the "Initial revision" commit so I guess it's best not to ask too many questions 13:51:11 <10P​leasingFungus> heh heh 13:54:15 <06a​dvil> SIGABRT seems to work too 13:55:13 <06a​dvil> I guess I might change this, and see if anything breaks 13:56:53 <12e​bering> @hellmonk Welcome Yule but Yule is mispronounced to sound more like hell 13:59:58 <10P​leasingFungus> can you explain how that mispronounciation would work 14:00:04 <10P​leasingFungus> is this a dialect thing 14:00:12 03advil02 07* 0.27-a0-1279-g1a68546: fix: remove some ancient mac debugging code 10(4 minutes ago, 1 file, 0+ 6-) 13https://github.com/crawl/crawl/commit/1a68546ab875 14:16:06 <09h​ellmonk> Thanks 14:16:24 <09h​ellmonk> Maybe its like ghoti 14:17:00 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1279-g1a68546ab8 (34) 14:26:02 <10P​leasingFungus> sounds fishy to me 14:29:09 -!- allbery_b is now known as geekosaur 14:34:15 03kate-02 07* 0.27-a0-1280-g9d2d252: Fix pluralisation 10(3 minutes ago, 2 files, 2+ 2-) 13https://github.com/crawl/crawl/commit/9d2d252d8426 14:47:18 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1280-g9d2d252d84 (34) 15:17:57 Quote for the Wereblood spell 13https://crawl.develz.org/mantis/view.php?id=12601 by Ge0ff 17:31:51 -!- allbery_b is now known as geekosaur 18:23:46 Unstable branch on underhound.eu updated to: 0.27-a0-1280-g9d2d252d84 (34) 18:39:31 03PleasingFungus02 07* 0.27-a0-1281-ge233d83: Add a Werewolf quote (Ge0ff, 12601) 10(25 seconds ago, 1 file, 10+ 0-) 13https://github.com/crawl/crawl/commit/e233d8375158 18:46:51 Unstable branch on crawl.kelbi.org updated to: 0.27-a0-1281-ge233d83751 (34) 21:26:46 <08n​icolae> awww, dammit, i had a couple wereblood quotes to suggest