Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions changelog/private.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Deprecate the use of private selectively imported members

The spec highlights clearly that a private member is visible
only from within the same module. Due to a bug, selectively
imported private members were visible from other modules. This
represents a severe violation of the private keyword specification.
At this point the use of selectively imported private members has
been deprecated and should be transformed into an error as soon
as possible.