Fix missing scope-resolution colon in bIsRef template variable#11
Fix missing scope-resolution colon in bIsRef template variable#11MrKarver wants to merge 1 commit into
Conversation
|
Dean, I mostly opened this as an excuse to say thank you. I've been building on CIDLib and CQC seriously. Driver work, a native outbound WebSocket client, integrations with UniFi and others. The more time I spend in the code, the more I understand what you meant when you said it could be more than an automation system. It's a remarkable body of work. If you're still around and open to it, I'd love to contribute more some genuine bug fixes in the WebSocket engine, and new capability I think has value for anyone on the codebase. And if you've stepped away, I completely understand. I just wanted you to know the work is still being used and respected, and that someone's picking up the torch. Either way: thank you for putting decades into this and then giving it to the world. -- Kristian |
|
Thanks for the kind words. I've really moved on at this point. I'm off in
Rust world now, sort of doing the same thing, but back 20 years earlier in
the process, so just messing with general purpose code like CIDLib in a
Rust context.
if you want to fork it and move it forward and build up some other
contributors and all that, you have my blessing.
…On Thu, Jun 11, 2026 at 4:54 AM MrKarver ***@***.***> wrote:
*MrKarver* left a comment (DeanRoddey/CIDLib#11)
<#11 (comment)>
Dean — I mostly opened this as an excuse to say thank you.
I've been building on CIDLib and CQC seriously — driver work, a native
outbound WebSocket client, integrations with UniFi and others. The more
time I spend in the code, the more I understand what you meant when you
said it could be more than an automation system. It's a remarkable body of
work.
If you're still around and open to it, I'd love to contribute more — some
genuine bug fixes in the WebSocket engine, and new capability I think has
value for anyone on the codebase. And if you've stepped away, I completely
understand — I just wanted you to know the work is still being used and
respected, and that someone's picking up the torch.
Either way: thank you for putting decades into this and then giving it to
the world.
— Kristian
—
Reply to this email directly, view it on GitHub
<#11?email_source=notifications&email_token=AK2GSX3OVJH4TIU6INQ74YL47JXSVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRXHA4DINZRGAY2M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#issuecomment-4678847101>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AK2GSX4O5UY3QGGB4HHYYUD47JXSVAVCNFSNUABFKJSXA33TNF2G64TZHMYTONBWGUZDGOJRHNEXG43VMU5TINRTHA4DINBXGY4KC5QC>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AK2GSXZFUPPNQ6PACYK5J7L47JXSVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRXHA4DINZRGAY2M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSVGM33PORSXEX3JN5ZQ>
and Android
<https://github.com/notifications/mobile/android/AK2GSXZSTNUERYUTTHG3ODD47JXSVA5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTINRXHA4DINZRGAY2M4TFMFZW63VKON2WE43DOJUWEZLEUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Small fix while studying the kernel. In
CIDKernel_BaseInlines.hpp, thebIsReftemplate variable uses a single colon instead of the scope-resolution operator:Every sibling trait variable in the same file uses
::bState(bIsConst,bIsPointer,bIsNumeric, etc.), so this is just a typo — corrected toIsRef<T>::bState.Thanks for open-sourcing CIDLib and CQC. I'm building on it actively and have a lot of respect for the work. More to come.