Search

March 13
Learn »
this is bug in D.

Docker run app code:
```d
reanme("/tmp/aaa", "/data/attachments...
March 13
Learn »
Well, the subject of your post mentions std.file, and then you link to a...
March 13
Learn »
upload file to server in docker, but upload directory volume to host machine.

Exception error...
March 12
General »
...How are these better? The program still fails at runtime.


In my experience, the beauty...
March 11
General »
...is a runtime check. If the check fails, a fatal array overflow exception is generated...
March 11
General »
...You right, after this trivial modification compiler fails to detect bug :(

```d
    void doRun(A...
March 11
Issues »
...24435

          Issue ID: 24435
           Summary: [ImportC] Compilation fails when casting to struct
                    defined in separate...
March 10
Issues »
...oops
    bar(i);
  }

  void bar(ref const int i) { assert(i == 3); } // fails at runtime

--
March 08
Issues »
...1);
    auto b = Uncopiable(2);
    //testCopy(a);  // fails, alright

    auto c = [Uncopiable(3)];
    c[] = a...
March 08
Issues »
...DMD 2.107.1, the following program fails to compile:

---
struct S
{
    int* dummy;
    this...
25 26 27 28 29 30 31 32 33 34 35 36
Next ›   Last »