Search

1 day ago
General »
...myClass = new MyClass;
    SerializationRoot myOtherClass = new MyOtherClass(1);
    SerializationRoot mySpecialClass = new MySpecialClass();
    SerializationRoot myProblematicClass = new...
1 day ago
General »
...T));
    }
}

class MyType : SerializableRoot {
    @thing int field;
}

void main() {
    MyType c = new MyType;
    c.serialize;
}
```

1 day ago
Issues »
...Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee...
1 day ago
DIP Ideas »
...I've stated that it must introduce new semantic behavior that cannot be done without...
2 days ago
DIP Ideas »
...inheritance, e.g.

```
void main()
{
    auto foo = new Foo;
    A a = foo;

    static assert(is...
2 days ago
DIP Ideas »
...would it be appropriate to add a new form of casting. Since there is no...
2 days ago
Issues »
...dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Dlang...
2 days ago
Issues »
...Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee...
2 days ago
Announce »
...was a new Windows SDK, updating was as simple as feeding the new SDK's...
3 days ago
Issues »
...dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #5 from Dlang...
1 2 3
Next ›   Last »