| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
February 23, 2022 [Issue 22818] typesafe variadic function parameter of type class should be scope | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22818 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |safe -- | ||||
February 24, 2022 [Issue 22818] typesafe variadic function parameter of type class should be scope | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22818 --- Comment #1 from Walter Bright <bugzilla@digitalmars.com> --- Oops, the second example should be: > ref int g(C c ...) { > return c.x; > } -- | ||||
February 24, 2022 [Issue 22818] typesafe variadic function parameter of type class should be scope | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22818 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- @WalterBright created dlang/dmd pull request #13714 "fix Issue 22818 - typesafe variadic function parameter of type class …" fixing this issue: - fix Issue 22818 - typesafe variadic function parameter of type class should be scope https://github.com/dlang/dmd/pull/13714 -- | ||||
February 24, 2022 [Issue 22818] typesafe variadic function parameter of type class should be scope | ||||
|---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=22818 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> --- dlang/dmd pull request #13714 "fix Issue 22818 - typesafe variadic function parameter of type class …" was merged into master: - c6fba23e8ddeddb7ebe8f83fd410283f35e24ede by Walter Bright: fix Issue 22818 - typesafe variadic function parameter of type class should be scope https://github.com/dlang/dmd/pull/13714 -- | ||||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply