Thread overview |
---|
August 25, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 wolframw <wolframw@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wolframw@protonmail.com --- Comment #1 from wolframw <wolframw@protonmail.com> --- Same problem for NullableRef: import std.stdio, std.typecons; void main() { const NullableRef!(ulong) x = new ulong(1); writeln(x); } -- |
August 25, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 wolframw <wolframw@protonmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Hardware|x86_64 |All OS|Linux |All -- |
August 25, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 Dlang Bot <dlang-bot@dlang.rocks> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> --- @wolframw created dlang/phobos pull request #8545 "Fix issue 23238 - Cannot write a const Nullable(T, T nullValue)" fixing this issue: - fix issue 23238 - Cannot write a const Nullable(T, T nullValue) https://github.com/dlang/phobos/pull/8545 -- |
September 01, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 --- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> --- @wolframw updated dlang/phobos pull request #8552 "Fix Issue 23301 - Dlang website (doc) bug: std_experimental_checkedint.html" fixing this issue: - fix issue 23238 - Cannot write a const Nullable(T, T nullValue) - Merge pull request #8545 from wolframw/fix_23238 Fix issue 23238 - Cannot write a const Nullable(T, T nullValue) https://github.com/dlang/phobos/pull/8552 -- |
September 10, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 --- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> --- @MartinNowak created dlang/phobos pull request #8563 "merge stable" fixing this issue: - fix issue 23238 - Cannot write a const Nullable(T, T nullValue) - Merge pull request #8545 from wolframw/fix_23238 Fix issue 23238 - Cannot write a const Nullable(T, T nullValue) https://github.com/dlang/phobos/pull/8563 -- |
December 30, 2022 [Issue 23238] Cannot write a const Nullable(T, T nullValue) | ||||
---|---|---|---|---|
| ||||
https://issues.dlang.org/show_bug.cgi?id=23238 Iain Buclaw <ibuclaw@gdcproject.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |ibuclaw@gdcproject.org Resolution|--- |FIXED --- Comment #5 from Iain Buclaw <ibuclaw@gdcproject.org> --- PR got merged. https://github.com/dlang/phobos/pull/8545 -- |
Copyright © 1999-2021 by the D Language Foundation