Ehsan wrote:
> It is entirely unreasonable to render ourselves unable to modify
> our imported code (just look at the current situation with NSPR
> which causes developers to go through huge pain in order to work
> around things which would be very simply dealt with if only we
> had the option of fixing NSPR...).

I don't know what the current situation with NSPR is. I guess I am not
reviewing patches fast enough. That's certainly my fault.

As for the option of fixing NSPR: you have that option.

NSPR public functions need to stay backward compatible. This means the
prototypes of public functions and the definitions of public types
cannot change. (There are exceptions, if done carefully.) Bugs in
function behavior can certainly be fixed.

Wan-Teh
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to