I've been failing to solve a really basic problem for two years now. The two main features I have …
graeme —
For C, clang has type attributes _Nonnull, _Nullable and _Null_unspecified for use in function pro…
This is cool stuff--I think I might try to add something like it to my own project. :) For those w…
I rechecked all my code leading up to the calculation of sleepms, and it looks fine. At least as g…
Okay. I tested that out on all my builds using the same flags etc etc as I do to build my platform…
Thanks for trying it out! I already fixed bug with x86 executable and pdb locking.
This is completely not true. GCC same as MSVC truncates. It would be a huge bug if GCC rounded ins…
[EDIT] tl;dr its just a bug in my code. Casting floats to ints . Mārtiņš hit pretty close to th…
A thing that would be great in my opinion, is to have a way to add plugin (dlls like in the custom…
Once you need to debug a graph based structure (like the AST of a compiler, the dependency graph o…
Chen —
Now I thought about it, it's actually not that big of a deal since I can enforce a different PDB n…
Chen —
Hey this CDbg is looking really nice! When I used it, there were a few things that made me uncomfo…
Thank you! That song is "Concerning the UFO sighting near Highland, Illinois" by Sufjan Stevens.
Thank you! Usually they'll take roughly 2 days. Once I have all the film I need, though, I can get…
Raytio —
Yeah some easy way to tell that I was not getting a valid result might have helped but im not blam…
I actually use asserts in my C code as well to cover the cases where I may receive a null pointer …
Neo Ar —
Before February we did the following: On Feb. 3rd, I met my personal goal of finishing my custom …
Which is still a little redundant. ?int is stored internally as struct{int, bool} not ^int. A null…
Awesome, looks great. Just got this up and running in my engine as well on Monday. Very simple wit…
I will preface the following statements with the caveat that I am not a professional developer. Wi…
good point! In my case I would just end up reloading the old one, but that is also bad. Things wo…
Maybe or option types are pretty much the base type plus a bool. They do work however, I'm thinkin…
I noticed in the core branch that Maybe exists as a member of an enum defining the type in a type …
I have used LLVM before a lot, and I like it a lot :) But you need to remember that…
Okay, that makes sense. Without documentation I just wasn't sure how to go about getting a slice f…
I know nothing about it, so I'm curious what others' thoughts are on
No. To slice an array, it's really simple: I should note, I may change the syntax eventually from…
Hey Bill, I recently began playing around with Odin and noticed that you have incorporated slices …
Doeke —
How can you quit 4coder from fullscreen? alt+f4 doesn't work