eLeCtrOssSnake
eLeCtrOssSnake
I am facing the same issue right now. Is there any workaround for this currently?
So what's the status on this. I was about to create an issue suggesting the same thing. Is it available as of now?
Well when skimming through the disassembly it's ok to press f2 for the time being, but when ticking what reads/writes this address it's kinda strange that you have to halt...
> This is in direct contradiction to parts of #9646 and these two test cases https://github.com/ziglang/zig/blob/master/test/behavior/comptime_memory.zig#L319-L371. As discussed in the self hosted compiler meetings the justification for this is change...
I would make focus on the codegen and performance(same thing?) implementation rather then being absolutely robust, because we might end up with an unoptimized std piece that will be used...
tl;dr; I think both names show exact purpose and are fine. I am against changing them. extern struct - struct for usage in external modules/code/functions thus "extern". packed struct means...
> > Andre Weissflog said on zig discord that he mistook packed struct with `__attribute__((packed))` in C. > > That's exactly what this is about. `packed` in C means byte...
The whole argument is that somebody confuses packed with C packed and now suddenly we have to change it. But we're not C. We're a different language.
> > The whole argument is that somebody confuses packed with C packed and now suddenly we have to change it. But we're not C. We're a different language. >...