unread
De : Dennis Birkholz [mailto:dennis@birkholz.biz]
I did not follow the DoC-discussion so far but from a quick glance at
the list there are at least cases that need a further look:
- There is no float (without !) in the list. It should be IS_LONG = yes
(if value does not exceed float boundaries), IS_DOUBLE = yes and
IS_STRING = yes (same as for IS_LONG).
'float' is an alias for 'number', which follows these rules.
- callable is missing a check for objects that contain __invoke() which
is also a valid callable.
Right. Added this case.
Thanks
Greets
Dennis Birkholz