August 28, 2022 Announce » D Language Foundation July 2022 Quarterly Meeting Summary | |||
|---|---|---|---|
| |||
...the compiler that don't work as expected...discussion about reducing the size of `object.d... | |||
August 25, 2022 General » Transferring 32 bits | |||
|---|---|---|---|
| |||
...enum size = 4;
void main()
{
char[size] text...constructor but I can't keep the object... | |||
August 23, 2022 Learn » Re: what's this error: allocatestack.c:384: advise_stack_range: Assertion `freesize < size' failed. | |||
|---|---|---|---|
| |||
...seems to match [1] but I don't think that will help you much. You... | |||
August 23, 2022 General » Re: D tooling is disappointing | |||
|---|---|---|---|
| |||
...problematic with importC though, since you don't have control over the initial source size. | |||
August 22, 2022 Learn » Re: Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers) | |||
|---|---|---|---|
| |||
Ahh, thanks a ton for these pointers, much appreciated! | |||
August 22, 2022 Learn » Re: Exercise at end of Ch. 56 of "Programming in D" | |||
|---|---|---|---|
| |||
...same size, compatible type). ref Vector opAssign(U)(U x) if(isVector!U && isAssignable!(T... | |||
August 20, 2022 Learn » Re: Exercise at end of Ch. 56 of "Programming in D" | |||
|---|---|---|---|
| |||
...the generic hashOf [1] from druntime:
override size_t toHash() const {
return hashOf(y, hashOf... | |||
August 20, 2022 General » Re: Movement against float.init being nan | |||
|---|---|---|---|
| |||
It isn't about size, but rather the nans can come in different forms. Consider... | |||
August 19, 2022 Learn » Re: Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers) | |||
|---|---|---|---|
| |||
It does allocate when it needs to. It grows but never shrinks again. Looks still... | |||
August 19, 2022 Learn » Re: Fixed-size OutBuffer that doesn't call .resize() automatically? (for database page buffers) | |||
|---|---|---|---|
| |||
...a new `FixedSizeOutBuffer(T)` and alter its behavior 3. Use `ubyte[PAGE_SIZE]` and manually... | |||
Copyright © 1999-2021 by the D Language Foundation