-
tobtohtjpk68: you can follow progress here monero-project/monero #10369
-
selsta.merge+ 10474 10482 10483 10484 10485
-
xmr-prAdded
-
selsta.merges
-
xmr-pr10457 10463 10464 10466 10474 10482 10483 10484 10485
-
br-m<r4v3r23> selsta: v0.18.5 will be a release or skipping to .1?
-
selstai don't know what will happen in the future lol
-
selstaso far no .1 planned
-
tobtohtneed +1 on 10457 10464 10466
-
tobtohtty plowsof
-
selsta.merge+ 10516 10515
-
xmr-prAdded
-
selstano need to wait 1 week for doc fixes
-
selstamy v0.18.5.0 chain sync is at 98%
-
tobtohtship it
-
Guest55Hi all, I was wondering where the monero C++ style guide can be found. Does monero projects use clang-format or something similar?
-
selstakeep the same style as existing code
-
selstait depends on the file
-
Guest55How come there is no general style guide or defined clang-format? I'm specifically looking at the core monero project.
-
br-m<ofrnxmr:xmr.mx> The guide is whatever the current file or section of code that youre editing follows
-
selstaluigi1111: please tag v0.18.5.0
-
Guest58Is there any good issues for new comers to monero?
-
Guest58To specify more, C/C++ code related issues
-
br-m<ofrnxmr:xmr.mx> Check the issues on the repo
-
br-m<ofrnxmr:xmr.mx> github.com/monero-project/monero/issues
-
selstawhat's your skill level? for example monero-project/monero #8024 would require an updated version but that might be a bit too much work as a first issue
-
sech1monero-project/monero #10513 is C/C++ issue, but it requires above beginner skill level
-
selstasech1: does the linked PR not solve it?
-
sech1oh right, didn't see it
-
ryurt46Hi everyone, just wanted to say hi. I'm new to monero and sent my first PR today, I hope to contribute more in the future :)
-
moneromoooHi. Welcome ^_^
-
ryurt46Thabk you :D
-
luigi1111done
-
ryurt46testing from irssi
-
guest123456what platform do you guys use for this IRC chat? Libera or some other?
-
br-m<ixr3:matrix.org> moneromooo: p2p encryption is added to the beta wishlist
-
br-m<ixr3:matrix.org> seraphis-migration/monero #354
-
br-m<ofrnxmr:xmr.mx> Probably the best place to test it is, imo, on stressnet
-
br-m<jpk68:matrix.org> About clang-format: it would always be possible to have a file in the root of the repo with general codebase rules, and then specific stuff (i.e. two vs. four spaces of indentation, weird capitalization in RingCT code) in each directory. Somewhat like how CMake files are done
-
br-m<jpk68:matrix.org> I'm guessing people wouldn't like that, though