10:32:19 v-0.19 milestone on this PR https://github.com/monero-project/monero/pull/10694 10:32:19 means it won't get merged in a few months? 10:34:56 it will get merged before we branch from master 10:35:03 needs more reviews tho 10:38:26 My goal with this PR is to remove all the dead code in the monero repo, what you think? https://github.com/monero-project/monero/pull/10809 ? 10:40:19 The build succeeded on my computer, so it seems good so far. 10:41:52 I haven't looked yet if your PR overlaps mine 10:41:52 Probably yours will get merged before mine? 10:42:44 tobtoht: will review it 10:42:45 bootstrap isnt dead code. if there are conflicts due to one being merged before the other, you simply rebase and resolve them 10:43:06 yeah it's fine 10:47:16 I'm not a fan of unmotivated shotgun removals. I want to know when something was added and why it is no longer used (e.g. unused since PR x or never used). 11:50:40 I'll keep this draft PR open (and continue updating it - removing dead code keeps uncovering more dead code lol). That way we know where the dead code lives, allowing anybody to submit smaller, more focused PRs. 11:52:39 should probably set it to draft if its not intended to be merged as-is 11:52:53 it was already as draft 11:52:54 nvm, it is a draft 19:03:15 Does anyone have an opinion on 10791 19:04:25 This seems like a decent idea, but very intrusive to implement