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
I added an enumeration to fix a datamap error on this action line for an operator:
^attach-type |ref-expr|
Checking against the datamap gave me an error when I created an enumeration like this:
^attach-type ref-expr
But it worked if I did it like this:
^attach-type |ref-expr|
It seems to me that Visual Soar should not care about these pipes. There is no possible ambiguity in this context. If I leave them out of the enumeration, it should not give a datamap error. If I have them there, that should be OK too, to keep backward compatibility.
The text was updated successfully, but these errors were encountered:
I added an enumeration to fix a datamap error on this action line for an operator:
Checking against the datamap gave me an error when I created an enumeration like this:
But it worked if I did it like this:
It seems to me that Visual Soar should not care about these pipes. There is no possible ambiguity in this context. If I leave them out of the enumeration, it should not give a datamap error. If I have them there, that should be OK too, to keep backward compatibility.
The text was updated successfully, but these errors were encountered: