dlangBugzillaToGithub
dlangBugzillaToGithub
## johnch_atms reported this on 2018-11-26T11:59:11Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=19436 ### Description Sometimes no completions are displayed for template arguments. A couple of places I've identified are module and class/struct...
## r.sagitario (@rainers) reported this on 2018-11-03T08:15:22Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=19350 ### Description from https://forum.dlang.org/thread/[email protected]: For some languages the IDE will show info about a closing bracket so one knows...
## r.sagitario (@rainers) reported this on 2018-11-03T08:47:55Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=19356 ### Description from https://forum.dlang.org/thread/[email protected]: * The Intellisense list for __traits needs updating inline with the spec. * Remove obsolete...
## msnmancini reported this on 2022-08-01T23:27:44Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23280 ### CC List * r.sagitario ### Description ```d string path; if(path != "") { } ``` Triggers this error of...
## alexanderheistermann reported this on 2020-11-27T23:06:05Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=21434 ### Description It takes up memory if they are not deleted automatically.
## jdougan reported this on 2024-11-25T00:53:20Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=24877 ### Description ````markdown UUIDs generated by randomUUID() use the random numbers from std.random, granted with an unpredictableSeed, but from a...
## greensunny12 reported this on 2018-01-03T02:16:44Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=18160 ### Description ````markdown @safe unittest { import std.algorithm.iteration : each; import std.range : lockstep; auto a = [ 1, 2,...
## crazymonkyyy reported this on 2023-05-29T18:59:57Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23944 ### Description ````markdown > std/internal/math/biguintcore.d(939): Error: `free` cannot be interpreted at compile time, because it has no available source code...
## andrej.mitrovich (@AndrejMitrovic) reported this on 2011-06-09T16:13:56Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=6138 ### CC List * andrei (@andralex) * francesco.galla3 * greensunny12 * hsteoh * razvan.nitu1305 * timothee.cour2 ### Description ````markdown...
## schveiguy (@schveiguy) reported this on 2024-10-22T02:14:00Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=24825 ### Description ````markdown The browse function predates std.process, and uses its own mechanisms to create a process. This resulted...