Menu

#1325 Unique Mappings don't allow reiteration

cdk-1.0.x
open
John May
None
1
2016-08-10
2014-01-27
John May
No

Unique mappings don't allow unique mappings to be iterated over twice. This is because the unique filter finds all the mappings in the first round - during the second iteration it needs to be reset otherwise all mappings have been seen before.

Discussion

  • Egon Willighagen

    • assigned_to: John May
     
  • Egon Willighagen

    John, what is to be fixed here?

     
  • John May

    John May - 2016-08-10

    Ahh yes... I'll look into it. A bit crypic but basically you can use the new substructure matching in a way that actually doesn't work.