Does this project make use of any of these techniques? #797
Replies: 7 comments 8 replies
-
|
I know the guy posted these questions. He asked here, too: objeck/objeck-lang#504 Thanks to the Objeck developer's answer, I know about Coverity and CodeQL. |
Beta Was this translation helpful? Give feedback.
-
|
No, I don't use them. And it has nothing to do with lack of awareness and everything with lack of time. If someone would like to help and do it I wouldn't mind. But so far, my philosophy is extremely simple: if it is not broken, don't fix it. If it works I'm happy with the current state. My goal is to develop the language, so the questions about the compiler are not relevant so far. If one day it becomes popular, then we could speak about performance, optimizations and so on. |
Beta Was this translation helpful? Give feedback.
-
|
And just another remark. I'm developing this project mostly on Windows + MSBuild. So I actually use GCC / CLANG mostly only when I testing my changes before release. I never have time to look through all recommendations (most of them is honestly crap anyway). So if you see any issue with the compilation, please create a ticket, so I could take a look when I will have time. |
Beta Was this translation helpful? Give feedback.
-
Just out of curiosity, what the hell he is speaking about. Which allocator? |
Beta Was this translation helpful? Give feedback.
-
|
Just for information. I've run a memory leak test and as expected none was detected. I've used my biggest project - system.prj. Sorry for keep posting here, but I was really triggered by these unproven claims. |
Beta Was this translation helpful? Give feedback.
-
|
It is so far the longest discussion :) I have on GitHub. Maybe I was to harsh in some of my replies. For this I'm sorry. But I would like to reiterate my position. If you see some points to improve, please create an issue with your suggestion. People did this, and I fixed them and I'm grateful for this. But don't try to lecture other people like they have no idea what they are doing, like in this case. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not the guy that originally came up with such question. I take the template from here: SpartanJ/eepp#59
It seems none of these are being utilized. Even UBSan is not being used. Quoted the w64devkit developer on skeeto/w64devkit#241:
Beta Was this translation helpful? Give feedback.
All reactions