elan-language / LanguageAndIDE

Apache License 2.0
3 stars 0 forks source link

Remove constraint of max. 2 indexes on a result #712

Closed richardpawson closed 1 week ago

richardpawson commented 1 week ago

Change IndexNode to a multiple of 1+ SingleIndex(which includes option of a range index).

Note, however, that when I tried spiking this it caused lots of errors in existing tests.

richardpawson commented 1 week ago

This is working now. Note, however, that pending #714, an Assignable node can currently still have a maximum of two indexes.