Subject:Bugs with params Author:Adam Van den Hoven Date:08 Oct 2001 02:00 PM
I've uncovered what seems to be a minor error with the way that Params and variables are handled.
I got an error stating that I had declared two identical params within the same scope. It reported this as an error.
I've looked at the spec, and checked it with Mike Kay's book and it is illegal to have a param with the same expanded name AND import precedence. It seems to me you are resolving them incorrectly.
Subject:Re: Bugs with params Author:Minollo I. Date:08 Oct 2001 02:37 PM
You are probably right; we handle import precedence for template
resolution, but I don't think we do the same for parameters.
We'll look into it.
Thanks,
Minollo
Subject:Re: Bugs with params Author:Minollo I. Date:10 Oct 2001 06:02 PM
Adam,
this is fixed in our current internal baseline; the fix will be
available in 3.1 GA.
If this is a critical issue for you, we can back-port the fix to BL63/Beta
4 and make it available by tomorrow.