Re: Phix plus BzScript
- Posted by petelomax in June
- 615 views
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.

