Project

Profile

Help

Bug #3424

Updated by Debbie Lockett almost 4 years ago

The data structure used to locate the index corresponding to a particular key name assumes that there cannot be two different key definitions with the same name applicable to a document. 


 


 Example test case that fails as a result: use-package-102. 


 


 There are two calls on key() here which correctly bind to different key definitions. However, when the second key definition is used, the code wrongly assumes that an index for that key definition already exists, when actually it is an index for a different key definition with the same name (in a different package). 
 

Back