dlangBugzillaToGithub

Results 280 comments of dlangBugzillaToGithub

#### ibuclaw (@ibuclaw) commented on 2024-03-26T15:14:22Z ````markdown (In reply to Manu from comment #2) > That would tell you if you have 64bit address space. Not the same thing. ```...

#### bugzilla (@WalterBright) commented on 2024-03-27T00:51:57Z ````markdown https://github.com/dlang/dlang.org/pull/3790 ````

#### turkeyman commented on 2024-03-27T02:03:13Z ````markdown This issue is strictly about the arch, and pointer width/ABI matters is explicitly NOT what this request is about. The thing Iain shows: ```...

#### dkorpel commented on 2023-07-27T15:50:06Z ````markdown The page defaults to the 'stable' branch (top right corner), it only shows up when you select 'master' since it's been merged to master....

#### dkorpel commented on 2023-07-27T15:54:05Z ````markdown Although, it has been merged to stable as well. I'm not sure how quickly it's supposed to show up. ````

#### lance (@bachmeil) commented on 2024-03-26T14:48:25Z ````markdown This is a preprocessor problem with the typedef. The following works: structdef.c typedef struct foo_ { int a; double b; } foo; structtest.c...

#### home commented on 2023-06-05T05:45:18Z ````markdown However, when you shrink the array a like this: a=a[0..$-1], the subsequent capacity will show as zero, so there is inconsistency here which looks...

#### qigezx+dc40d6nao940k commented on 2022-11-10T20:27:05Z ````markdown This is especially important when using unit_threaded as this is also when you want to enable fsan ````

#### nick (@ntrel) commented on 2024-10-22T16:33:08Z ````markdown > https://dlang.org/library/std/algorithm/mutation/remove.html That's DDox: https://github.com/dlang/ddox/issues/ Possibly related to: https://github.com/dlang/ddox/issues/248 ````

#### meapineapple commented on 2017-01-19T16:55:42Z ````markdown I think this is the correct behavior. The empty string is not valid as a floating point value, nan or otherwise. ````