You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sparse queries are used for the cheminformatics git repo. They consist of an unordered link holding the query pattern, and a glob to soak up everything else. As currently implemented in pull reqs #2968#2970#2971 these kinds of patterns cannot be nested one inside another. The fix to allow nesting is not hard: just do the same thing that the unordered link code does to push-pop the state onto a stack.
Fixing this seems like a low priority for now, I can't imagine what it would be used for ...
The text was updated successfully, but these errors were encountered:
The sparse queries are used for the cheminformatics git repo. They consist of an unordered link holding the query pattern, and a glob to soak up everything else. As currently implemented in pull reqs #2968 #2970 #2971 these kinds of patterns cannot be nested one inside another. The fix to allow nesting is not hard: just do the same thing that the unordered link code does to push-pop the state onto a stack.
Fixing this seems like a low priority for now, I can't imagine what it would be used for ...
The text was updated successfully, but these errors were encountered: