June 26, 2021 [Issue 22085] checkaction=context doesn't support extern(C++) classes | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22085 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> --- @MoonlightSentinel created dlang/druntime pull request #3503 "Fix 22085 - Format members of extern(C++) classes without toString" fixing this issue: - Fix 22085 - Format members of extern(C++) classes without toString `extern(C++)` classes don't have a `toString` by default and hence could not be formatted before. Treating them like structs should at least provide some meaningful output although it could miss inherited members for subclasses. https://github.com/dlang/druntime/pull/3503 -- | ||||
June 27, 2021 [Issue 22085] checkaction=context doesn't support extern(C++) classes | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22085 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/druntime pull request #3503 "Fix 22085 - Format members of extern(C++) classes without toString" was merged into master: - 503463578caf630b5546c35f58f7ba3d6eb4983e by MoonlightSentinel: Fix 22085 - Format members of extern(C++) classes without toString `extern(C++)` classes don't have a `toString` by default and hence could not be formatted before. Treating them like structs should at least provide some meaningful output although it could miss inherited members for subclasses. https://github.com/dlang/druntime/pull/3503 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply