Thread overview
[Issue 13481] bug with inferring attributes from built-in properties
Sep 17, 2014
Kenji Hara
September 16, 2014
https://issues.dlang.org/show_bug.cgi?id=13481

bearophile_hugs@eml.cc changed:

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

--- Comment #1 from bearophile_hugs@eml.cc ---
(In reply to Amir Abiri from comment #0)

> mixin test!(&sort_arr);
> void sort_arr()
> {
>     arr.sort;
> }

The built-in sort will die soon.

--
September 17, 2014
https://issues.dlang.org/show_bug.cgi?id=13481

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Hardware|x86_64                      |All
                 OS|Mac OS X                    |All

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/4001

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13481

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1ac90637b9667dcf05ac6d721867a6e496a2a502 fix Issue 13481 - bug with inferring attributes from built-in properties

https://github.com/D-Programming-Language/dmd/commit/add92c65170738734262746f17623316de36c4ae Merge pull request #4001 from 9rnsr/fix13481

Issue 13481 - bug with inferring attributes from built-in properties

--
September 18, 2014
https://issues.dlang.org/show_bug.cgi?id=13481

github-bugzilla@puremagic.com changed:

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

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

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/1ac90637b9667dcf05ac6d721867a6e496a2a502 fix Issue 13481 - bug with inferring attributes from built-in properties

https://github.com/D-Programming-Language/dmd/commit/add92c65170738734262746f17623316de36c4ae Merge pull request #4001 from 9rnsr/fix13481

--