dlangBugzillaToGithub

Results 134 issues of dlangBugzillaToGithub

## Bastiaan (@veelo) reported this on 2019-03-15T20:13:24Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=19741 ### Description ````markdown std.exception.ifThrown doesn’t work in @safe code: https://run.dlang.io/is/d0oTNi H.S.Teoh has done some digging for the why of...

Severity:Enhancement

## jack (@JackStouffer) reported this on 2017-02-20T20:50:06Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=17214 ### Description ````markdown The internal variables are stored in a Data struct which is then allocated on the GC...

Severity:Enhancement

## jack (@JackStouffer) reported this on 2017-01-19T16:11:47Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=17109 ### CC List * bugzilla (@WalterBright) * jrdemail2000-dlang * meapineapple ### Description ````markdown import std.csv; import std.typecons; import std.stdio;...

Severity:Enhancement

## jbc.engelen (@JohanEngelen) reported this on 2016-09-21T12:04:13Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=16519 ### CC List * bugzilla (@WalterBright) * bugzilla (@WalterBright) * greensunny12 * schveiguy (@schveiguy) ### Description ````markdown What's the...

Severity:Normal

## qs.il.paperinik reported this on 2024-07-23T13:20:41Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=24674 ### CC List * qs.il.paperinik ### Description ````markdown That lockstep doesn’t work with `@nogc` and `nothrow` is unjustifiable. ````

Severity:Enhancement

## ilyayaroshenko reported this on 2020-06-21T13:57:02Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=20967 ### CC List * bugzilla (@WalterBright) ### Description ````markdown import std.conv; void main() { assert("1.448997445238699".to!double == 0x1.72f17f1f49aadp0); } ````

Severity:Major

## qigezx+dc40d6nao940k reported this on 2022-10-07T16:07:24Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23395 ### Description ````markdown Each thread where regular expressions are used leaks memory exactly once, I think that only the first...

OS:Linux
Arch:x86_64
Severity:Minor

## snarwin+bugzilla (@pbackus) reported this on 2021-03-18T21:59:02Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=21731 ### Description ````markdown This feature was requested on the D forums [1]. It is possible to compute the type...

Severity:Enhancement

## 1499874170 reported this on 2023-04-15T15:55:55Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23840 ### Description ````markdown For std/logger/package.d The comments tell me: The easiest way to create a log message is to write:...

Severity:Documentation
Severity:Major

## gekamig511 reported this on 2022-10-31T13:27:34Z ### Transfered from https://issues.dlang.org/show_bug.cgi?id=23448 ### Description ````markdown This does not compile : import std; import std.container.array; struct NoCopy { @disable this(this); } void main()...

Severity:Enhancement
Good First Issue