← Back to index
|
Original Bugzilla link
Bug 9914 – Do attribute inference for auto functions
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-04-09T15:06:00Z
Last change time
2015-06-17T21:05:21Z
Assigned to
nobody
Creator
bugzilla
Comments
Comment #0
by bugzilla — 2013-04-09T15:06:36Z
Infer pure, nothrow, and @safe for functions with auto returns.
Comment #1
by bugzilla — 2013-04-09T15:08:05Z
https://github.com/D-Programming-Language/dmd/pull/1877
Comment #2
by github-bugzilla — 2015-05-22T06:44:24Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5
Merge pull request #1877 from WalterBright/auto_infer fix Issue 9914 - Do attribute inference for auto functions
Comment #3
by github-bugzilla — 2015-06-17T21:05:21Z
Commit pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2333e3847db82f73b607ca764809a3a6e4e3c1c5
Merge pull request #1877 from WalterBright/auto_infer