Terry Yin
Terry Yin
CppUMock should be able to give more clear & precise output information about the (missing)actual & expectation. And it will be really great if it can give the line number...
In 0.18.2 there's still no "tools" option for the request and no "tool" as a role for response to request. https://platform.openai.com/docs/api-reference/chat/create#chat-create-function_call
It seems anonymous functions are very common in javascript (so as short lambda in other languages). I'm wondering if it makes sense to stop counting anonymous function complexity and simply...
The return type is not identified and counted. E.g. int foo() { } the function will be identified as foo()
I learned the general idea of fractal dimension from this talk: https://www.youtube.com/watch?v=bSfe5M_zG2s I think it's a cool idea for software complexity so I want to implement it in Lizard. But...
issue extracted from the discussion https://github.com/terryyin/lizard/pull/101/files#r54820920 @rakhimov @rakhimov
find an update site for the plugin.
1. right click on a function or function pointer declaration or definition 2. select create mock 3. change the suggested name for the mock 4. select which file to put...