dlangBugzillaToGithub

Results 222 issues of dlangBugzillaToGithub

## dlang-bugzilla (@CyberShadow) reported this on 2024-05-07T09:16:37Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=24541 ### Description ````markdown Does not compile: import std.algorithm.setops; assert(cartesianProduct([1, 2], [3, 4]).length == 4); Currently the code does: return...

Severity:Enhancement
Good First Issue

## Mathias LANG (@Geod24) reported this on 2020-05-31T08:59:58Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=20888 ### Description ```d import std.stdio; import std.range; struct Data { char[4096] internal; Cycle!(char[4096]) cycle; auto get () const...

Severity:Enhancement

## code (@MartinNowak) reported this on 2017-12-21T17:01:00Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=18110 ### CC List * andrei (@andralex) * bugzilla (@WalterBright) * bugzilla (@WalterBright) * forestix * greensunny12 ### Description ````markdown...

Severity:Enhancement

## bearophile_hugs reported this on 2013-02-12T17:45:01Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=9501 ### CC List * issues.dlang (@jmdavis) * qs.il.paperinik ### Description ````markdown Maybe it's a good idea for std.mmfile.MmFile to become...

Severity:Enhancement

## bearophile_hugs reported this on 2011-02-14T11:03:24Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=5575 ### Description ````markdown D2 code. map() doesn't modify the input range, so I think this is correct (but I am...

Severity:Normal
OS:Windows
Arch:x86

## Stanislav Blinov (@radcapricorn) reported this on 2017-06-09T02:50:22Z ### Transferred from https://issues.dlang.org/show_bug.cgi?id=17483 ### Description Not only can it not be inlined, due to this function's implementation it turns into two...

Severity:Enhancement

## turkeyman reported this on 2016-07-18T09:03:34Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=16288 ### CC List * aronrobert293 * greeenify * jack (@JackStouffer) ### Description ````markdown I want a version of splitter that...

Severity:Enhancement

## bearophile_hugs reported this on 2013-10-21T17:43:25Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=11320 ### CC List * clumsycodemonkey * s.naarmann ### Description ````markdown void main() pure { import std.math: fmod, round, trunc; auto...

Severity:Enhancement

## justin (@jwhear) reported this on 2016-08-29T23:41:36Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=16446 ### Description ````markdown The Captures struct maintains an internal list of named subexpressions in _names but it is private...

Severity:Enhancement

## bearophile_hugs reported this on 2013-11-07T02:55:32Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=11465 ### Description ````markdown This is related to Issue 5378. This is a little program named "test.d", it loads the lines...

Severity:Enhancement
OS:Windows
Arch:x86