Jump to page: 1 2
Thread overview
[Issue 15853] std.random save methods must be const
[Issue 15853] [std.random] save method must be immutable
Mar 30, 2016
Stepan Rogonov
Apr 01, 2016
Stepan Rogonov
Apr 01, 2016
ZombineDev
Apr 01, 2016
ZombineDev
Apr 01, 2016
Stepan Rogonov
Apr 01, 2016
Stepan Rogonov
Apr 01, 2016
Stepan Rogonov
Feb 08, 2019
Nathan S.
Feb 16, 2019
Dlang Bot
March 30, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

--- Comment #1 from Stepan Rogonov <rogonovstepan@gmail.com> ---
Possible solution(IMHO):

@property typeof(this) save() @safe pure nothrow immutable
{
    return this;
}

--
March 31, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

hsteoh@quickfur.ath.cx changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hsteoh@quickfur.ath.cx

--- Comment #2 from hsteoh@quickfur.ath.cx ---
It's sufficient to make .save const.

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

--- Comment #3 from Stepan Rogonov <rogonovstepan@gmail.com> ---
(In reply to hsteoh from comment #2)
> It's sufficient to make .save const.

I agree with you. I am just beginner in dlanguage ^_^

I hope someone, who developed this library, assigned this issue as soon as possible!

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com
            Summary|[std.random] save method    |std.random save methods
                   |must be immutable           |must be const

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #4 from ZombineDev <petar.p.kirov@gmail.com> ---
PR: https://github.com/D-Programming-Language/phobos/pull/4136

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

Stepan Rogonov <rogonovstepan@gmail.com> changed:

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

--- Comment #5 from Stepan Rogonov <rogonovstepan@gmail.com> ---
(In reply to ZombineDev from comment #4)
> PR: https://github.com/D-Programming-Language/phobos/pull/4136

Thank you for fix! It's good news for me. I close this issue.

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

Stepan Rogonov <rogonovstepan@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nobody@puremagic.com        |petar.p.kirov@gmail.com

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

--- Comment #6 from hsteoh@quickfur.ath.cx ---
Let's not close it until the PR is merged.

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

hsteoh@quickfur.ath.cx changed:

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

--
April 01, 2016
https://issues.dlang.org/show_bug.cgi?id=15853

--- Comment #7 from Stepan Rogonov <rogonovstepan@gmail.com> ---
(In reply to hsteoh from comment #6)
> Let's not close it until the PR is merged.

Sorry..

--
« First   ‹ Prev
1 2