D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 6179 - scope should be removed from the documentation
Summary: scope should be removed from the documentation
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-19 13:21 UTC by Jonathan M Davis
Modified: 2016-10-14 16:51 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Jonathan M Davis 2011-06-19 13:21:27 UTC
As the scope storage class is on its way out and shouldn't be used, it should be removed from http://www.digitalmars.com/d/2.0/memory.html . It could be replaced with documentation on std.typecons.scoped, but scope itself should be removed from those docs.
Comment 1 Yao Gomez 2012-02-06 16:58:58 UTC
There has been further discussion about this? It's a given that scope is going in the way of the dinosaur?

I could make the pull request to remove that section from the docs. But in the recent list of deprecated stuff (https://github.com/D-Programming-Language/d-programming-language.org/commit/ee478b55207862dda5201bd3bfb57e029236e6e5) there's no mention of scope.
Comment 2 Jonathan M Davis 2012-02-06 17:04:47 UTC
As I understand it, it's a given.
Comment 3 Andrei Alexandrescu 2016-10-14 16:51:40 UTC
It's being used so I'll close this.