dlangBugzillaToGithub

Results 134 issues of dlangBugzillaToGithub

## bearophile_hugs reported this on 2013-11-29T12:10:15Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=11644 ### CC List * alex.jercaianu * code (@MartinNowak) ### Description ````markdown In DMD 2.065alpha this is the function std.functional.memoize: ReturnType!fun...

Severity:Enhancement

## zshazz reported this on 2013-11-24T16:48:21Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=11597 ### CC List * bearophile_hugs * greensunny12 * joseph.wakeling ### Description ````markdown Currently, dice is a bit slower than it...

Severity:Enhancement

## lance (@bachmeil) reported this on 2021-07-25T15:37:27Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=22142 ### Description ````markdown std.net.curl doesn't provide information when something fails. Consider the following (not terribly obvious) typo: client.addRequestHeader("Content-Type", "Application/json");...

Severity:Enhancement
OS:Linux
Arch:x86_64

## pro.mathias.lang (@Geod24) reported this on 2021-04-18T18:22:47Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=21843 ### CC List * bugzilla (@WalterBright) ### Description ````markdown ``` import std; void main () { ubyte[] data =...

Severity:Enhancement
std.format

## bearophile_hugs reported this on 2012-08-21T04:41:41Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=8571 ### CC List * monarchdodra * razvan.nitu1305 ### Description ````markdown This is part of Zip.empty() of Phobos: @property bool empty()...

Severity:Enhancement

## bearophile_hugs reported this on 2012-04-10T15:35:23Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=7885 ### CC List * andrei (@andralex) * canidae ### Description ````markdown I suggest to add to Phobos rational numbers, based...

Severity:Enhancement

## code (@MartinNowak) reported this on 2016-11-02T12:51:46Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=16656 ### CC List * andrei (@andralex) * greeenify ### Description ````markdown We'd like to get rid of the embedded...

Severity:Enhancement

## bearophile_hugs reported this on 2010-07-15T04:24:09Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=4463 ### CC List * MichaelZ * Berni (@Vild) * * Stanislav Blinov ### Description ````markdown With dmd 2.047 this code...

Arch:x86
P3
Severity:normal
Druntime
Druntime:AA

## Steven Schveighoffer (@schveiguy) reported this on 2016-09-22T12:55:09Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=16526 ### Description ````markdown If I have a struct like this: struct S { int[10_000] data } I can...

Severity:Enhancement
P4

## Vladimir Panteleev (@CyberShadow) reported this on 2023-05-12T17:17:07Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=23916 ### CC List * Nick Treleaven (@ntrel) ### Description ````markdown This code is meaningless, and should not compile:...

Severity:Enhancement
P1