> -----Original Message-----
> From: Niall Pemberton [mailto:[EMAIL PROTECTED]> 
> I'll have a look a doing a patch. I'm probably being really stupid but how
> do you mean group by powers of 2? You mean 1, 2, 4, 8, 16, 32, 64 etc. -

Yes 1<<0 1<<1,1<<2, 1<<3,1<<4

 but
> how would it group?

That's just my prefernce not a requirement.

Maybe 1 <<(0-3) ie (1,2,4,8) for scheme errors

      1 << (4-7) (16,32,64,128) for authority, etc...

But since the validator stops at the first error in a URL/URI none of these
errors could ever occur at the same time so reserving a unique bit for each isn't 
necessary.






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to