Re: Phix plus BzScript

new topic     » goto parent     » topic index » view thread      » older message » newer message
xecronix said...

I have identified a type checking bug...

FYI, this bit me last month, and I haven't had a chance to delve into it yet, and tbh am not particularly keen on doing so any time soon:

type InterVertex(sequence iv) 
    return length(iv)=2 
--     and integer(iv[INTERVERTEXTYPE]) 
--DEV oops: 
       and InterVertexType(iv[INTERVERTEXTYPE]) 
       and Point(iv[POINT]) 
end type 

So, yeah, I know udts (esp nested flavours) are not quite perfect, but in this case the commented-out version was fine.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu