Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #1093 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

digest.Sha0 accesses private members of another module

Reported by: lindquist Assigned to: sean
Priority: major Milestone: 0.99.7
Component: Core Functionality Version: trunk
Keywords: Cc:

Description

On the line: http://dsource.org/projects/tango/browser/trunk/tango/io/digest/Sha0.d#L57

the variable K is from: http://dsource.org/projects/tango/browser/trunk/tango/io/digest/Sha01.d#L165

which is declared private. This is invalid but not caught by DMD.

Related to #1091

Change History

05/07/08 14:21:40 changed by larsivi

  • status changed from new to closed.
  • resolution set to fixed.

(In [3491]) Made K protected so it is inheritable by Sha0, closes #1093, thanks lindquist