chuggafan

Results 36 issues of chuggafan

While yes I know the rules about windows headers and open source projects, being able to see insights for windows headers on certain things would be a great way to...

awaiting-followup
WIP

https://www.gnu.org/software/make/manual/html_node/Target_002dspecific.html Target specific variables at first, seem highly situational, but recently I actually ran into a situation where target specific variables are a way for ensuring that targets generate variables...

https://open-std.org/JTC1/SC22/WG14/www/docs/n3047.pdf We actually have a lot of code that works for this as this is mostly an update to get C++ features in C, however the main workload I see...

I've been recently having an error where the assert for `LibFiles::ReadOffsets` in LibFilesLinker.cpp has been failing for an unknown reason, normally only occuring when using one of the `*compiles.bat` systems,...

#660 for discussion on why this should be done The way I envision this is two ways: one is just an input and output, the other way we can also...

With VS2019 now being the new standard we compile to, a feature called AddressSanitizer can be used so that we can correct the programs functionality, such as in osutil.cpp we...

This is a buildsystem issue, but basically what I want to do is move the OS.cpp into two files: `os_specific\unix\posix_os.cpp` and `os_specific\windows\windows_os.cpp` This is so that os.cpp is no longer...

I found this nice C compiler testsuite https://github.com/ishiura-compiler/CF3 for arthemetic optimization and I've discovered at least 1 bug so far in OCC with it, specifically in the EXP_1 folder file...

https://github.com/LADSoft/OrangeC/commit/02453f1f84b3b4cf9b8cb7336a372b8ca699f1af#r53508135 This comment describes an idea I have for reimaginging how to format our options, so that we can categorize options for narrowing down help, we can automagically add/remove options,...

https://github.com/LADSoft/OrangeC/commit/5e8957686d0cef25b42b001c9c38f9be71bebb30#r53142153 Discussion kicks off from here. The idea for how to implement a similar system to how [gcc and clang](https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html) do error options, we could implement a similar -Wall -Wextra...