00:00:17 <09g​ammafunk> @nicolae qw had no problems running through the new block_by_block map with two tests. No stuck royal jelly this time. And I also ran it through the tweaked jellycorners map twice without issue. 00:51:45 Stable (0.30) branch on cbro.berotato.org updated to: 0.30.1-1-g62c8e00024 00:57:01 Stable (0.30) branch on crawl.kelbi.org updated to: 0.30.1-1-g62c8e00024 01:07:21 Fork (bcrawl) on crawl.kelbi.org updated to: 0.23-a0-5014-gf9597c7f93 03:23:27 Experimental (bcrawl) branch on underhound.eu updated to: 0.23-a0-5014-gf9597c7f93 03:29:38 -!- bipul_ is now known as tiktok 03:36:29 -!- bipul_ is now known as node1 05:02:21 Stable (0.30) branch on crawl.akrasiac.org updated to: 0.30.1-1-g62c8e00 05:22:48 Unstable branch on crawl.akrasiac.org updated to: 0.31-a0-271-gb88eb75 (34) 05:23:42 <08n​icolae> would you mind merging the pr for me, i'm still having internet issues 05:24:19 internot 07:01:48 03Alvin02 {PleasingFungus} 07* 0.31-a0-272-g704a3bb60e: fix beargit_hepliaklqana_dungeon_heroes formatting 10(9 hours ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/704a3bb60e4f 07:20:29 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-272-g704a3bb60e (34) 10:28:34 any qualms with a typo-fixes PR that is fairly ambitious and even addresses typos in comments? will you eyeroll the pedantry hehe 10:28:50 i ask, but even sometimes comment typos are referencing vars and to grep the word you will not find anything. those are minimally ok to fix i guess 10:29:01 but laziest method for me is to just cover all the ground heh 10:32:00 shmup: I'm not one of the developers, but be careful that you aren't "correcting" Australian spellings. Sorry if this is obvious. 10:34:46 no shame in mentioning caution, thanks 10:36:47 <06p​leasingfungus> a PR to fix typos in comments sounds totally fine! one of the easiest PRs to approve 🙂 10:41:12 03PleasingFungus02 07* 0.31-a0-273-ga29a1f0fbb: Let anacondas autoexplore through deep water (elliptic) 10(2 minutes ago, 1 file, 1+ 4-) 13https://github.com/crawl/crawl/commit/a29a1f0fbba0 10:48:31 03PleasingFungus02 07* 0.31-a0-274-gc3c14f638d: Prompt on unsafe untransform (elliptic) 10(52 seconds ago, 1 file, 6+ 0-) 13https://github.com/crawl/crawl/commit/c3c14f638db6 10:49:04 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-273-ga29a1f0fbb (34) 10:51:51 -!- bipul_ is now known as node1 11:04:36 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-274-gc3c14f638d (34) 12:23:18 <03s​emi_tonal> @pleasingfungus oh nice, thanks for the rot13 commit, i'd been meaning to look into something like that for a while 12:25:38 <06p​leasingfungus> same! kept saving it for a rainy day project 12:25:38 <03s​emi_tonal> another discord i'm in used to use rot13 for various spoiler discussions (before discord had the spoiler feature), and it turns out that frequently talking about the same topics in rot13 is a very good way to end up deciphering rot13 in your head and recognising all the important words 12:25:45 <06p​leasingfungus> ha, i've heard that 12:28:36 -!- kate-- is now known as kate- 12:45:36 <08n​icolae> ironically, one of the ROT13 words in the commit is similar to another slur 13:13:39 <06p​leasingfungus> yes, i noticed that 13:13:45 <06p​leasingfungus> but what can you do 13:15:13 <09h​ellmonk> Should have used ROT14 13:48:06 03nicolae02 {gammafunk} 07* 0.31-a0-275-g988e38f321: Add a new Slime Pit ending 10(9 days ago, 1 file, 80+ 0-) 13https://github.com/crawl/crawl/commit/988e38f32195 13:48:06 03nicolae02 {gammafunk} 07* 0.31-a0-276-ge00219d475: Make some tweaks to the jellycorners ending 10(4 days ago, 1 file, 19+ 19-) 13https://github.com/crawl/crawl/commit/e00219d47573 13:48:06 Branch slime_crime_2 updated to be equal with master: 13https://github.com/crawl/crawl/tree/slime_crime_2 13:48:06 Branch pull/3190 updated to be equal with master: 13https://github.com/crawl/crawl/pull/3190 13:49:21 <08n​icolae> thank you gammafunk! 13:49:30 <09g​ammafunk> no problem 13:50:42 could use a lead on this "typo", i can't even find another ref if "analyse_interal" or internal or interval (i think it may be internal) https://github.com/crawl/crawl/blob/master/crawl-ref/source/dat/dlua/layout/hyper_rooms.lua#L114 13:50:53 s/ref if/ref of/ 13:51:07 though interval was my first thought :P 13:59:49 <09g​ammafunk> it's supposed to be analyse_internal 13:59:57 looks like it wants to be internal, from the code just before 13:59:58 <09g​ammafunk> but yeah, I'm not sure if that key is ever getting set by anything 14:00:15 and a grep for analyse_int finds only that line 14:00:25 <09g​ammafunk> I even looked simply for analyse_ 14:00:30 <09g​ammafunk> in dat/dlua/layout 14:00:34 I considered seeing if I could get git blame to tell me if it ever existed 14:00:39 <09g​ammafunk> or dat/dlua actually 14:01:01 <09g​ammafunk> yeah perhaps something like that is the next best lead without actually figuring out the code 14:01:31 <09g​ammafunk> great example of the pain of coding in lua; testing keys in tables that don't exist never raises an error 14:01:48 <09g​ammafunk> I use that feature a lot but then it can easilly come back and burn you 14:04:29 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-276-ge00219d475 (34) 14:06:49 hey thanks for digging in! 14:39:20 New branch created: pull/3202 (4 commits) 13https://github.com/crawl/crawl/pull/3202 14:39:21 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-270-gcd9efc663f: Correct typos in docs 10(35 minutes ago, 11 files, 23+ 23-) 13https://github.com/crawl/crawl/commit/cd9efc663f98 14:39:21 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-271-g9b42171375: Fix typo in a hook 10(31 minutes ago, 1 file, 1+ 1-) 13https://github.com/crawl/crawl/commit/9b4217137599 14:39:21 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-272-g1dde6595c4: Correct typos in source comments 10(22 minutes ago, 119 files, 176+ 176-) 13https://github.com/crawl/crawl/commit/1dde6595c475 14:39:21 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-273-g448ad092e0: Correct typos in actual code! 10(13 minutes ago, 23 files, 42+ 42-) 13https://github.com/crawl/crawl/commit/448ad092e06b 14:39:44 hah, a PR shares all the commit titles? i imagine that can _spam_ 14:47:20 the bot chiops off at 10 14:47:37 (actually I'm running a modified copy on a different codebase that chops at 3) 15:25:06 Unstable branch on underhound.eu updated to: 0.31-a0-276-ge00219d475 (34) 15:35:02 left a comment in PR but i forgot to unignore a pattern of files when i was generating typos. i wanna make another commit heh 15:45:34 <06p​leasingfungus> go for it 15:53:34 ever read the comments in this file? https://github.com/shmup/crawl/blob/fix-typos/crawl-ref/source/lang-fake.cc it reads nicely heh 16:03:13 wasn't that grunt? at least, after the first version 16:26:58 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-274-gaec2cef5eb: Correct some more comment typos 10(80 seconds ago, 8 files, 14+ 14-) 13https://github.com/crawl/crawl/commit/aec2cef5eb55 16:26:58 03Jared Miller02 07https://github.com/crawl/crawl/pull/3202 * 0.31-a0-275-g61632065ee: Correct some more code typos! 10(65 seconds ago, 3 files, 5+ 5-) 13https://github.com/crawl/crawl/commit/61632065ee8d 16:27:15 <06p​leasingfungus> i did contribute one entry to that file 🙂 18:28:08 03PleasingFungus02 07* 0.31-a0-277-g31ea1f65cc: Fix talisman shopping lists (Midn8, elliptic) 10(2 minutes ago, 1 file, 1+ 0-) 13https://github.com/crawl/crawl/commit/31ea1f65cccc 18:34:34 Unstable branch on crawl.kelbi.org updated to: 0.31-a0-277-g31ea1f65cc (34) 22:34:40 Unstable branch on crawl.develz.org updated to: 0.31-a0-277-g31ea1f65cc (34) 22:55:30 Windows builds of master branch on crawl.develz.org updated to: 0.31-a0-277-g31ea1f65cc 23:15:55 Unstable branch on cbro.berotato.org updated to: 0.31-a0-277-g31ea1f65cc (34) 23:53:43 Monster database of master branch on crawl.develz.org updated to: 0.31-a0-277-g31ea1f65cc