dlangBugzillaToGithub

Results 160 issues of dlangBugzillaToGithub

## yazan.dabain reported this on 2021-12-14T17:43:07Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=22599 ### Description ````markdown Running the code below results in an infinite loop. Removing alias this, the map call or using...

Severity:Normal

## ag0aep6g reported this on 2022-11-15T20:15:15Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23489 ### Description ````markdown Similar to issue 23488, but less urgent for me because I don't use wchars. struct R {...

Severity:Normal

## kdevel reported this on 2022-10-06T14:44:40Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23392 ### Description ````markdown ```fdne-vs-fntl.d module file_does_not_exist__vs__file_name_too_long; import std.stdio; import std.file; version (Posix): string make_long_filename () { immutable char [256] longname...

Severity:Normal
OS:Linux
Arch:x86_64

## witold.baryluk+d (@baryluk) reported this on 2023-03-18T20:06:50Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23794 ### Description ````markdown Initially, I was thinking: std.path.expandTilde should use HOME env var, not getpwnam_r This is how most...

Severity:Enhancement
OS:Linux
Arch:x86_64

## dave287091 reported this on 2024-02-09T19:34:15Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24381 ### Description ````markdown C code: struct foo; struct foo { int x; }; struct bar { int x; }; struct...

Feature:ImportC
P1
Severity:normal

## dave287091 reported this on 2024-02-08T20:25:36Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24374 ### CC List * Derek Fawcus ### Description ````markdown C file: union foo { struct { int x; } X;...

Feature:ImportC
P1
Severity:normal

## dave287091 reported this on 2024-02-08T20:59:58Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24376 ### Description ````markdown This is already noted as a limitation of ImportC (the mismatch in keywords) and in D code...

Severity:Enhancement
Feature:ImportC
P1

## Walter Bright (@WalterBright) reported this on 2024-09-07T21:43:13Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24750 ### CC List * Jonathan M Davis (@jmdavis) * Nick Treleaven (@ntrel) ### Description ````markdown Jonathan Davis reports:...

P1
Severity:normal

## Bolpat reported this on 2024-07-09T12:13:50Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24654 ### CC List * Nick Treleaven (@ntrel) * Bolpat ### Description ````markdown Similar to Issue 24565 (out contract variable is...

Severity:Enhancement
P1

## dave287091 reported this on 2024-02-08T20:23:24Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=24373 ### Description ````markdown Example c file: typedef unsigned int uint; typedef unsigned short ushort; If you then convert to a...

Feature:ImportC
P1
Severity:normal