Kağan Can Şit

Results 32 comments of Kağan Can Şit

Hello again @reneme, I noticed my mistake at a few points and corrected it. Right now, all the compilations and analyses like valgrind seem to be successful. It seems that...

Thank you for sharing your knowledge with me and guiding me. I have gained new knowledge. @randombit can be merged after checking. I am just a message away if new...

I know, I know. You can't imagine how much I fought with scripts. But at some point you really need to base a field. Shellchek really helps with that. Of...

Resolved the conflict by rebasing the main branch.

I didn't think of using it directly via Marketplace. I'll take a look at that. I haven't done it before. There might be a better solution. I left a comment...

Hop, it's me again. Based on your suggestion, I updated my existing PR to add ShellCheck verification for install.sh and run.sh scripts. Now we use the action [ludeeus/action-shellcheck](https://github.com/marketplace/actions/shellcheck) from GitHub...

> If we are able to upgrade `clang-format` > > * `BreakAfterAttributes = Always` > * `BreakBeforeInlineAsmColon = OnlyMultiLine` The second style option content is written as "BreakBeforeInlineASMColon". It will...

Hello, I would like to take on this error case (even though I don't have much experience with Python). I haven't had time to look into it in detail yet,...

Hmm, the static analysis failed because I shifted the suppression lines for clang-tidy. I can make adjustments to those lines. But I'm not sure what you'd prefer revert this or...

> Nice, thanks! > > Interesting way to detect an array! However, IIUC this would work for other tuple-types as well, no? Like `std::pair`. That would produce very strange compiler...