Chris Krycho

Results 775 comments of Chris Krycho

Thanks for the PR! As @matthewjnield notes, this is actually not needed (as well as not being in the right spot), so I am going to go ahead and close...

While it is technically true that C does not have methods, you can absolutely store a function pointer on a struct in C and then call it using `->` access....

Thanks for the note here! This is definitely kind of annoying! One of us will try to dig in and see about how to tackle it (the suggested revision over...

Great call-out here. I definitely think we should get a mention of this somewhere in the text! We will have to figure out where the best spot to introduce it...

Thanks for the write-up. I can see how that confused you! If anyone else happens along and is confused by this, the use of the `continue` in the `match` expression...

Thanks for the report, and sorry that you found it a bit confusing. After reviewing it, though, the complexity is in dealing with nested loops—which is one reason Rust users...

Thank you for the PR! After reading the context, I decided #3874 was a better fix here, though, so I am closing this in favor of that. 👍🏼

Thanks for this, and I imagine it must have been a *lot* of effort (unless you built a tool to do it?). However, as you can see from the number...

Totally understand, and no need to apologize! We appreciate the effort. And I figured it was probably regex-driven. As you say, the trick is making it 100% automate-able, because it...

This specific bit was fixed via #3533. I am going to turn your comment into an issue tracking that clarification, @matthewjnield – thanks!