Hi,

> I was also thinking of changing the method signatures to int to avoid all the 
> casting needed when using the API. When doing that I would have provided some 
> Assertions that check the parameter values. 

May be a good idea to also do that with bytes (i.e. change to ints, mask and/or 
assert)  there’s a lot of casting going on in using some APIs as well.

> There seems to be one additional way to provide constraint information: 
> Jetbrains Constraint annotations … even if they don’t seem to provide any 
> logic I don’t know if using proprietary Annotations like those in an 
> open-source project.

I think we should probably pass on that, making people use one IDE (even if 
it’s currently popular) or making one work better is going to reduce the pool 
of potential users.

Thanks,
Justin

Reply via email to