dgw
dgw
Going to leave these here for whoever first decides to work on implementing this (could be me, could be someone else): https://modern.ircdocs.horse/#statusmsg-parameter & https://modern.ircdocs.horse/#privmsg-message
Those are pretty weird ones. WTF?
It sounds similar to what people were describing in that issue I linked, where pytest rewrites stuff it shouldn't or otherwise gets confused by namespaces. They seem to think it's...
🤔 Maybe we should ask @Exirel to take a look? He wrote the pytest plugin that generates/handles the `@example` tests, and would therefore probably have some idea what to look...
@half-duplex I dug around a bit and _to me_ the errors seem monkeypatch-related. There aren't any notable (again, to me) changes to that part of pytest though, not since 6.2.x,...
We (OK, mostly @Exirel) pinned down a way to get the tests working on Python 3.10 _and_ pytest 7: ```diff diff --git a/setup.cfg b/setup.cfg index b64a8e4b..c3df75a1 100644 --- a/setup.cfg +++...
@jesopo In all likelihood, this tag would never be activated on huge public channels. The draft itself says it's intended for situations where all users know each other, not large...
Sopel's hooks **need** to go somewhere besides `tools.events`. Its docstring even says (emphasis mine): > An enumeration of all the **standardized** and notable IRC numeric events Sopel-specific hooks don't belong...
> if not in 7.x, maybe in 8.x Likely not in 7.x, since we all basically forgot about this idea until ~3 weeks before the target release date of 7.0....
Roadmap TBD, but not rejected.