Ddbg 0.09 beta release

Deewiant deewiant.doesnotlike.spam at gmail.com
Fri Jun 15 09:38:21 PDT 2007


Jascha Wetzel wrote:
> Ary Manzana wrote:
>> Invalid key type for associative array. Expected i found k
>>
>> What does that mean?
> 
> means you found a bug ;)
> the types get output in mangled form (changed in 0.09.2). so the message
> says: i found a uint but needed an int.
> integer constants are uints atm.

Can't you mirror D in having integer constants be ints, with a 'u' or 'U' suffix
meaning unsigned (like 1u) and an 'L' suffix meaning long (like 1L, combine the
two to get the ulong 1UL)? Why deviate from the spec?

-- 
Remove ".doesnotlike.spam" from the mail address.



More information about the Digitalmars-d-announce mailing list