JakobOvrum
JakobOvrum
The bit-field functions seem completely unused ATM. --- The enum handling code assumes the base type is integral, but D enums don't have to be integral: ``` d enum E...
Putting orthogonal changes in separate pull requests makes review and merging much easier/faster, so if you're comfortable enough with Git that it isn't too much of a hassle, please consider...
This is one of the reasons I stopped working on this. I can't remember the details, but something about std::string having both a copy constructor and a non-explicit constructor const...
I added Travis continuous integration for automatically pushing changes to the documentation. It hadn't been updated for years and it's a pain to do it manually. Another upside is that...
> This does, however depreciate the old way of sending messages, namely by using raw RFC1459 strings. The `send` method is just intended as a convenience until the interface is...
> Pass the Connection to hooks? (Breaks compatability) BTW, didn't we talk about this before? The user can easily refer to the connection as an upvalue in the callback function.
Unfoturtunately, this is a DDoc issue, and there is nothing that can be done about it in bootDoc. I recommend filing it at https://issues.dlang.org/ . In source code it can...
> Should there be a check in the postblit that inhibits this behaviour if the object is nil? Yeah, that sounds right. I wonder if there are other behaviours on...
Don't you think it's simpler to just document those functions and classes as D documentation, then have the scripting team use the stack.d conversion rules to learn how to use...
Yeah, but you would always have to do that.