Jump to page: 1 2
Thread overview
[Issue 14212] frexp for const and immutable fails to compile
Feb 22, 2015
Walter Bright
Feb 22, 2015
Walter Bright
February 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Would like some more information on this. Please post a code example that does not compile.

--
February 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

Илья Ярошенко <ilyayaroshenko@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |Phobos

--- Comment #2 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
I am sorry, my bad. This is really Phobos issue.
The fix is there https://github.com/D-Programming-Language/phobos/pull/3017

--
February 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

bearophile_hugs@eml.cc changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bearophile_hugs@eml.cc

--- Comment #3 from bearophile_hugs@eml.cc ---
See also Issue 6586

--
February 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
What exactly is the problem?

--
February 22, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #5 from Илья Ярошенко <ilyayaroshenko@gmail.com> ---
The `value` should be mutable variable since it is changed inside function. The fix adds `Unqual!T vf = value;` to fix this issue.

--
February 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #6 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/62acd72cec052169e7eb56d1c63c860ae92f9ef9 Merge pull request #3017 from 9il/frexp

[2.067.0-b2][regression] fix Issues 14212 and 6586

--
February 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

github-bugzilla@puremagic.com changed:

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

--
February 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #7 from github-bugzilla@puremagic.com ---
Commit pushed to 2.067 at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cf57c7529a63ac970167c65cb659d5249a3a1ab9 Merge pull request #3017 from 9il/frexp

[2.067.0-b2][regression] fix Issues 14212 and 6586

--
April 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #8 from github-bugzilla@puremagic.com ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/cf57c7529a63ac970167c65cb659d5249a3a1ab9 Merge pull request #3017 from 9il/frexp

--
June 17, 2015
https://issues.dlang.org/show_bug.cgi?id=14212

--- Comment #9 from github-bugzilla@puremagic.com ---
Commit pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/62acd72cec052169e7eb56d1c63c860ae92f9ef9 Merge pull request #3017 from 9il/frexp

--
« First   ‹ Prev
1 2