03:00:50 thomasbuilds opened pull request #11092: rpc, p2p: remove pay-to-use RPC leftovers 03:00:51 > https://github.com/monero-project/monero/pull/11092 03:15:50 guoqiangliu-ocean opened pull request #11093: wallet: avoid stale daemon calls during tx build 03:15:51 > https://github.com/monero-project/monero/pull/11093 08:19:57 .merges 08:19:57 10303 10359 10865 10872 10886 10887 10964 11046 11055 11056 10:15:50 tobtoht opened pull request #11094: depends: set CMAKE_{LANG}_COMPILER_TARGET 10:15:51 > https://github.com/monero-project/monero/pull/11094 11:47:05 gosh there is a lot of PRs 13:27:41 .merge+ 11058 11061 11064 11094 13:27:41 Added 13:58:29 .merges 13:58:29 10359 10865 10872 10886 10887 10964 11046 11055 11056 11094 14:20:11 Does anyone have a strong opinion on usage of the [[nodiscard]] attribute in new code? 14:20:31 I was going to use it, but saw it wasn't used in any existing code. It can also look a bit messy, FWIW 15:00:50 tobtoht opened pull request #11096: fcmp_pp_rust: fix docker build 15:00:51 > https://github.com/monero-project/monero/pull/11096 15:29:30 when building wallet_rpc_server on latest master, im getting a warning [40%] Building fcmp++ rust lib warning: failed to connect to jobserver from environment variableMAKEFLAGS="s -j4 --jobserver-auth=3,4": cannot open file descriptor 3 from the jobserver environment variable value: Bad file descriptor (os error 9). it doesnt interrupt the build, just thought that id mention it 15:43:14 I can take a look at it. Will take a look at it once get behind PC 15:46:08 might just be some local funkyness, not important unless other ppl are seeing it 15:50:43 I was playing with it yesterday, different warning and yeah, it was my environment 16:00:50 Ap4sh opened pull request #11097: epee: rearm idle handlers after exceptions 16:00:51 > https://github.com/monero-project/monero/pull/11097 16:46:19 @ofrnxmr:xmr.mx: Cargo receives GNU Make’s parallel-job settings, but CMake’s custom command closes the associated file descriptors. Cargo then 16:46:19 uses its own scheduler. The proper fix in src/fcmp_pp/fcmp_pp_rust/CMakeLists.txt:118 is JOB_SERVER_AWARE TRUE for CMake ≥3.28. Until fixed, use Ninja. If you want a patch fix: 16:46:19 https://mrelay.p2pool.observer/p/zrv1gqALZDRrUUZP/1.txt (code snippet, 29 lines) 17:00:50 jpk68 opened pull request #11099: cmake: enable compiler caching support for rust libraries 17:00:51 > https://github.com/monero-project/monero/pull/11099 17:00:52 jpk68 opened pull request #11098: simplewallet: don't ignore misplaced index= in sweep commands 17:00:53 > https://github.com/monero-project/monero/pull/11098 17:15:50 tobtoht opened pull request #11100: [WIP] fcmp_pp_rust: vendor cargo deps 17:15:51 > https://github.com/monero-project/monero/pull/11100 21:02:41 .merge+ 11096 21:02:41 Added