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

Ticket #988 (assigned defect)

Opened 6 months ago

Last modified 1 month ago

TypeInfo methods getHash, compare, equals unimplemented for AA, function and delegate

Reported by: fvbommel Assigned to: sean (accepted)
Priority: major Milestone: 0.99.8
Component: Core Functionality Version: 0.99.5 Jascha
Keywords: triage Cc:

Description

TypeInfo.{getHash,equals,compare} aren't implemented for TypeInfo_AssociativeArray, TypeInfo_Function and TypeInfo_Delegate, causing the use of the relevant types as AA keys to fail.

(This bug is also present in Phobos: Bug #1929)

Newsgroup reference: digitalmars.D.learn:11732 (Phobos)

Change History

04/27/08 05:10:40 changed by larsivi

  • milestone changed from 0.99.6 to 0.99.7.

05/12/08 11:16:31 changed by larsivi

  • keywords set to triage.

07/10/08 07:01:54 changed by larsivi

  • milestone changed from 0.99.7 to 0.99.8.

07/25/08 23:36:04 changed by sean

  • status changed from new to assigned.